Lines Matching defs:intel_vbt_data
1328 struct intel_vbt_data { struct
1329 struct drm_display_mode *lfp_lvds_vbt_mode; /* if any */
1330 struct drm_display_mode *sdvo_lvds_vbt_mode; /* if any */
1333 unsigned int int_tv_support:1;
1334 unsigned int lvds_dither:1;
1335 unsigned int lvds_vbt:1;
1336 unsigned int int_crt_support:1;
1337 unsigned int lvds_use_ssc:1;
1338 unsigned int display_clock_mode:1;
1339 unsigned int fdi_rx_polarity_inverted:1;
1340 unsigned int has_mipi:1;
1341 int lvds_ssc_freq;
1342 unsigned int bios_lvds_val; /* initial [PCH_]LVDS reg val in VBIOS */
1344 enum drrs_support_type drrs_type;
1347 int edp_rate;
1348 int edp_lanes;
1349 int edp_preemphasis;
1350 int edp_vswing;
1351 bool edp_initialized;
1352 bool edp_support;
1353 int edp_bpp;
1354 bool edp_low_vswing;
1355 struct edp_power_seq edp_pps;
1357 struct {
1364 } psr;
1366 struct {
1371 } backlight;
1374 struct {
1383 } dsi;
1385 int crt_ddc_pin;
1387 int child_dev_num;
1388 union child_device_config *child_dev;
1390 struct ddi_vbt_port_info ddi_port_info[I915_MAX_PORTS];