Searched defs:amdgpu_mode_info (Results 1 – 1 of 1) sorted by relevance
323 struct amdgpu_mode_info { struct324 struct atom_context *atom_context;325 struct card_info *atom_card_info;326 bool mode_config_initialized;327 struct amdgpu_crtc *crtcs[AMDGPU_MAX_CRTCS];328 struct amdgpu_plane *planes[AMDGPU_MAX_PLANES];329 struct amdgpu_afmt *afmt[AMDGPU_MAX_AFMT_BLOCKS];331 struct drm_property *coherent_mode_property;333 struct drm_property *load_detect_property;335 struct drm_property *underscan_property;[all …]