mirror of
https://github.com/AuxXxilium/linux_dsm_epyc7002.git
synced 2025-02-14 05:55:49 +07:00
drm/i915/bios: add more LFP options
Add new fields in the LFP block. No functional changes. Cc: Ville Syrjälä <ville.syrjala@linux.intel.com> Reviewed-by: Ville Syrjälä <ville.syrjala@linux.intel.com> Signed-off-by: Jani Nikula <jani.nikula@intel.com> Link: https://patchwork.freedesktop.org/patch/msgid/9a7f41aab894d7e96d8ad4776cf14f94cfd17d04.1559308269.git.jani.nikula@intel.com
This commit is contained in:
parent
1434e1f613
commit
b77f9525a6
@ -670,7 +670,7 @@ struct bdb_edp {
|
||||
|
||||
struct bdb_lvds_options {
|
||||
u8 panel_type;
|
||||
u8 rsvd1;
|
||||
u8 panel_type2; /* 212 */
|
||||
/* LVDS capabilities, stored in a dword */
|
||||
u8 pfit_mode:2;
|
||||
u8 pfit_text_mode_enhanced:1;
|
||||
@ -692,6 +692,9 @@ struct bdb_lvds_options {
|
||||
u32 dps_panel_type_bits;
|
||||
/* LVDS backlight control type bits stored here */
|
||||
u32 blt_control_type_bits;
|
||||
|
||||
u16 lcdvcc_s0_enable; /* 200 */
|
||||
u32 rotation; /* 228 */
|
||||
} __packed;
|
||||
|
||||
/*
|
||||
|
Loading…
Reference in New Issue
Block a user