[PATCH i-g-t 4/4] tools/intel_vbt_decode: sync intel_vbt_defs.h with kernel commit 96b451d53ae9

Jani Nikula jani.nikula at intel.com
Mon Aug 11 12:50:26 UTC 2025


Synchronize intel_vbt_defs.h with kernel commit:

96b451d53ae9 ("drm/{i915,xe}: convert i915 and xe display members into pointers")

Signed-off-by: Jani Nikula <jani.nikula at intel.com>
---
 tools/intel_vbt_defs.h | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/tools/intel_vbt_defs.h b/tools/intel_vbt_defs.h
index e9b809568cd4..92c04811aa28 100644
--- a/tools/intel_vbt_defs.h
+++ b/tools/intel_vbt_defs.h
@@ -446,7 +446,7 @@ enum vbt_gmbus_ddi {
  * basically any of the fields to ensure the correct interpretation for the BDB
  * version in question.
  *
- * When we copy the child device configs to dev_priv->display.vbt.child_dev, we
+ * When we copy the child device configs to display->vbt.child_dev, we
  * reserve space for the full structure below, and initialize the tail not
  * actually present in VBT to zeros. Accessing those fields is fine, as long as
  * the default zero is taken into account, again according to the BDB version.
-- 
2.47.2



More information about the igt-dev mailing list