From: Ville Syrjälä <ville.syrj...@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.syrj...@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

Reply via email to