Lines Matching defs:intel_vbt_data
663 struct intel_vbt_data { struct
665 u16 version;
667 struct drm_display_mode *lfp_lvds_vbt_mode; /* if any */
668 struct drm_display_mode *sdvo_lvds_vbt_mode; /* if any */
671 unsigned int int_tv_support:1;
672 unsigned int lvds_dither:1;
673 unsigned int int_crt_support:1;
674 unsigned int lvds_use_ssc:1;
675 unsigned int int_lvds_support:1;
676 unsigned int display_clock_mode:1;
677 unsigned int fdi_rx_polarity_inverted:1;
678 unsigned int panel_type:4;
679 int lvds_ssc_freq;
680 unsigned int bios_lvds_val; /* initial [PCH_]LVDS reg val in VBIOS */
681 enum drm_panel_orientation orientation;
683 enum drrs_support_type drrs_type;
685 struct {
695 } edp;
697 struct {
706 } psr;
708 struct {
716 } backlight;
719 struct {
731 } dsi;
733 int crt_ddc_pin;
735 struct list_head display_devices;
737 struct intel_bios_encoder_data *ports[I915_MAX_PORTS]; /* Non-NULL if port present. */
738 struct sdvo_device_mapping sdvo_mappings[2];