mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
synced 2026-05-04 08:04:24 -04:00
drm/i915/bios: Define VBT block 24 (SDVO LVDS PnP ID) contents
Define the contents of VBT block 24 (SDVO LVDS PnP ID). The descriotion is not part of the VBT spec anymore, but the layout is rather obsvious. Signed-off-by: Ville Syrjälä <ville.syrjala@linux.intel.com> Link: https://patchwork.freedesktop.org/patch/msgid/20240503122449.27266-24-ville.syrjala@linux.intel.com Acked-by: Jani Nikula <jani.nikula@intel.com>
This commit is contained in:
@@ -964,6 +964,14 @@ struct bdb_sdvo_lvds_dtd {
|
||||
struct bdb_edid_dtd dtd[4];
|
||||
} __packed;
|
||||
|
||||
/*
|
||||
* Block 24 - SDVO LVDS PnP ID
|
||||
*/
|
||||
|
||||
struct bdb_sdvo_lvds_pnp_id {
|
||||
struct bdb_edid_pnp_id pnp_id[4];
|
||||
} __packed;
|
||||
|
||||
/*
|
||||
* Block 27 - eDP VBT Block
|
||||
*/
|
||||
|
||||
Reference in New Issue
Block a user