Commit 9bda347a authored by Ville Syrjälä's avatar Ville Syrjälä

drm/i915/bios: Define VBT block 26 (TV Options) contents

Define the contents of VBT block 26 (TV Options).
Signed-off-by: default avatarVille Syrjälä <ville.syrjala@linux.intel.com>
Link: https://patchwork.freedesktop.org/patch/msgid/20240503122449.27266-26-ville.syrjala@linux.intel.comReviewed-by: default avatarJani Nikula <jani.nikula@intel.com>
parent 76f1cf76
...@@ -988,6 +988,18 @@ struct bdb_sdvo_lvds_pps { ...@@ -988,6 +988,18 @@ struct bdb_sdvo_lvds_pps {
struct sdvo_lvds_pps pps[4]; struct sdvo_lvds_pps pps[4];
} __packed; } __packed;
/*
* Block 26 - TV Options Block
*/
struct bdb_tv_options {
u16 underscan_overscan_hdtv_component:2;
u16 rsvd1:10;
u16 underscan_overscan_hdtv_dvi:2;
u16 add_modes_to_avoid_overscan_issue:1;
u16 d_connector_support:1;
} __packed;
/* /*
* Block 27 - eDP VBT Block * Block 27 - eDP VBT Block
*/ */
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment