Lines Matching defs:radeon_mode_info
239 struct radeon_mode_info { struct
240 struct atom_context *atom_context;
241 struct card_info *atom_card_info;
242 enum radeon_connector_table connector_table;
243 bool mode_config_initialized;
244 struct radeon_crtc *crtcs[RADEON_MAX_CRTCS];
245 struct radeon_afmt *afmt[RADEON_MAX_AFMT_BLOCKS];
247 struct drm_property *coherent_mode_property;
249 struct drm_property *load_detect_property;
251 struct drm_property *tv_std_property;
253 struct drm_property *tmds_pll_property;
255 struct drm_property *underscan_property;
256 struct drm_property *underscan_hborder_property;
257 struct drm_property *underscan_vborder_property;
259 struct drm_property *audio_property;
261 struct drm_property *dither_property;
263 struct drm_property *output_csc_property;
265 struct edid *bios_hardcoded_edid;
266 int bios_hardcoded_edid_size;
269 u16 firmware_flags;
271 struct radeon_encoder *bl_encoder;
274 uint32_t active_encoders;