Lines Matching defs:intel_vbt_data
1455 struct intel_vbt_data { struct
1456 struct drm_display_mode *lfp_lvds_vbt_mode; /* if any */
1457 struct drm_display_mode *sdvo_lvds_vbt_mode; /* if any */
1460 unsigned int int_tv_support:1;
1461 unsigned int lvds_dither:1;
1462 unsigned int lvds_vbt:1;
1463 unsigned int int_crt_support:1;
1464 unsigned int lvds_use_ssc:1;
1465 unsigned int display_clock_mode:1;
1466 unsigned int fdi_rx_polarity_inverted:1;
1467 unsigned int has_mipi:1;
1468 int lvds_ssc_freq;
1469 unsigned int bios_lvds_val; /* initial [PCH_]LVDS reg val in VBIOS */
1471 enum drrs_support_type drrs_type;
1474 int edp_rate;
1475 int edp_lanes;
1476 int edp_preemphasis;
1477 int edp_vswing;
1478 bool edp_initialized;
1479 bool edp_support;
1480 int edp_bpp;
1481 struct edp_power_seq edp_pps;
1483 struct {
1490 } psr;
1492 struct {
1497 } backlight;
1500 struct {
1509 } dsi;
1511 int crt_ddc_pin;
1513 int child_dev_num;
1514 union child_device_config *child_dev;
1516 struct ddi_vbt_port_info ddi_port_info[I915_MAX_PORTS];