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