Lines Matching defs:intel_vbt_data
652 struct intel_vbt_data { struct
653 struct drm_display_mode *lfp_lvds_vbt_mode; /* if any */
654 struct drm_display_mode *sdvo_lvds_vbt_mode; /* if any */
657 unsigned int int_tv_support:1;
658 unsigned int lvds_dither:1;
659 unsigned int int_crt_support:1;
660 unsigned int lvds_use_ssc:1;
661 unsigned int int_lvds_support:1;
662 unsigned int display_clock_mode:1;
663 unsigned int fdi_rx_polarity_inverted:1;
664 unsigned int panel_type:4;
665 int lvds_ssc_freq;
666 unsigned int bios_lvds_val; /* initial [PCH_]LVDS reg val in VBIOS */
667 enum drm_panel_orientation orientation;
669 enum drrs_support_type drrs_type;
671 struct {
681 } edp;
683 struct {
692 } psr;
694 struct {
701 } backlight;
704 struct {
716 } dsi;
718 int crt_ddc_pin;
720 struct list_head display_devices;
722 struct ddi_vbt_port_info ddi_port_info[I915_MAX_PORTS];
723 struct sdvo_device_mapping sdvo_mappings[2];