Lines Matching defs:radeon_mode_info
242 struct radeon_mode_info { struct
243 struct atom_context *atom_context;
244 struct card_info *atom_card_info;
245 enum radeon_connector_table connector_table;
246 bool mode_config_initialized;
247 struct radeon_crtc *crtcs[RADEON_MAX_CRTCS];
248 struct radeon_afmt *afmt[RADEON_MAX_AFMT_BLOCKS];
250 struct drm_property *coherent_mode_property;
252 struct drm_property *load_detect_property;
254 struct drm_property *tv_std_property;
256 struct drm_property *tmds_pll_property;
258 struct drm_property *underscan_property;
259 struct drm_property *underscan_hborder_property;
260 struct drm_property *underscan_vborder_property;
262 struct drm_property *audio_property;
264 struct drm_property *dither_property;
266 struct drm_property *output_csc_property;
268 struct edid *bios_hardcoded_edid;
269 int bios_hardcoded_edid_size;
272 struct radeon_fbdev *rfbdev;
274 u16 firmware_flags;
276 struct radeon_encoder *bl_encoder;
279 uint32_t active_encoders;