[PATCH i-g-t 02/27] tools/intel_vbt_decode: sync intel_vbt_defs.h with kernel commit 3e8daf14c47d
Ville Syrjala
ville.syrjala at linux.intel.com
Fri Jun 7 13:57:33 UTC 2024
From: Ville Syrjälä <ville.syrjala at linux.intel.com>
Synchronize intel_vbt_defs.h with kernel commit:
3e8daf14c47d ("drm/i915/bios: Define the "luminance and gamma" sub-struct of block 46")
Signed-off-by: Ville Syrjälä <ville.syrjala at linux.intel.com>
---
tools/intel_vbt_defs.h | 12 ++++++++++++
1 file changed, 12 insertions(+)
diff --git a/tools/intel_vbt_defs.h b/tools/intel_vbt_defs.h
index da8694771f69..1af8407e2081 100644
--- a/tools/intel_vbt_defs.h
+++ b/tools/intel_vbt_defs.h
@@ -1395,8 +1395,20 @@ struct chromaticity {
u8 white_y_hi;
} __packed;
+struct luminance_and_gamma {
+ u8 luminance_enable:1; /* 211+ */
+ u8 gamma_enable:1; /* 211+ */
+ u8 rsvd:6;
+
+ u16 min_luminance; /* 211+ */
+ u16 max_luminance; /* 211+ */
+ u16 one_percent_max_luminance; /* 211+ */
+ u8 gamma; /* 211+ */
+} __packed;
+
struct bdb_chromaticity {
struct chromaticity chromaticity[16];
+ struct luminance_and_gamma luminance_and_gamma[16]; /* 211+ */
} __packed;
/*
--
2.44.2
More information about the igt-dev
mailing list