mirror of
https://github.com/torvalds/linux.git
synced 2026-05-25 07:33:19 +02:00
drm/i915/bios: Define VBT block 252 (int15 Hook)
Declare that VBT block 252 is the "int15 hook". This is some VBIOS only juju so don't bother with a full definition. Signed-off-by: Ville Syrjälä <ville.syrjala@linux.intel.com> Link: https://patchwork.freedesktop.org/patch/msgid/20240503122449.27266-35-ville.syrjala@linux.intel.com Acked-by: Jani Nikula <jani.nikula@intel.com>
This commit is contained in:
parent
62b695b8c9
commit
c23e1dc1d5
|
|
@ -188,6 +188,7 @@ enum bdb_block_id {
|
|||
BDB_COMPRESSION_PARAMETERS = 56, /* 213+ */
|
||||
BDB_VSWING_PREEMPH = 57, /* 218+ */
|
||||
BDB_GENERIC_DTD = 58, /* 229+ */
|
||||
BDB_INT15_HOOK = 252, /* VBIOS only */
|
||||
BDB_SKIP = 254, /* VBIOS only */
|
||||
};
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user