Lines Matching defs:intel_vbt_data
662 struct intel_vbt_data { struct
664 u16 version;
666 struct drm_display_mode *lfp_lvds_vbt_mode; /* if any */
667 struct drm_display_mode *sdvo_lvds_vbt_mode; /* if any */
670 unsigned int int_tv_support:1;
671 unsigned int lvds_dither:1;
672 unsigned int int_crt_support:1;
673 unsigned int lvds_use_ssc:1;
674 unsigned int int_lvds_support:1;
675 unsigned int display_clock_mode:1;
676 unsigned int fdi_rx_polarity_inverted:1;
677 unsigned int panel_type:4;
678 int lvds_ssc_freq;
679 unsigned int bios_lvds_val; /* initial [PCH_]LVDS reg val in VBIOS */
680 enum drm_panel_orientation orientation;
682 enum drrs_support_type drrs_type;
684 struct {
694 } edp;
696 struct {
705 } psr;
707 struct {
714 } backlight;
717 struct {
729 } dsi;
731 int crt_ddc_pin;
733 struct list_head display_devices;
735 struct ddi_vbt_port_info ddi_port_info[I915_MAX_PORTS];
736 struct sdvo_device_mapping sdvo_mappings[2];