[PATCH 34/35] drm/i915/bios: Define VBT block 252 (int15 Hook)
Ville Syrjala
ville.syrjala at linux.intel.com
Fri May 3 12:24:48 UTC 2024
From: Ville Syrjälä <ville.syrjala at linux.intel.com>
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 at linux.intel.com>
---
drivers/gpu/drm/i915/display/intel_vbt_defs.h | 1 +
1 file changed, 1 insertion(+)
diff --git a/drivers/gpu/drm/i915/display/intel_vbt_defs.h b/drivers/gpu/drm/i915/display/intel_vbt_defs.h
index ea2edac842b0..338f6133bb1e 100644
--- a/drivers/gpu/drm/i915/display/intel_vbt_defs.h
+++ b/drivers/gpu/drm/i915/display/intel_vbt_defs.h
@@ -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 */
};
--
2.43.2
More information about the Intel-gfx
mailing list