[RFC PATCH 2/8] include/drm/i915_component: Add IAF type.

Maarten Lankhorst dev at lankhorst.se
Fri Jun 13 13:45:21 UTC 2025


Required for making IAF subcomponenting work.

Signed-off-by: Maarten Lankhorst <dev at lankhorst.se>
---
 include/drm/intel/i915_component.h | 1 +
 1 file changed, 1 insertion(+)

diff --git a/include/drm/intel/i915_component.h b/include/drm/intel/i915_component.h
index 4ea3b17aa1439..acfeae91785a4 100644
--- a/include/drm/intel/i915_component.h
+++ b/include/drm/intel/i915_component.h
@@ -31,6 +31,7 @@ enum i915_component_type {
 	I915_COMPONENT_HDCP,
 	I915_COMPONENT_PXP,
 	I915_COMPONENT_GSC_PROXY,
+	I915_COMPONENT_IAF,
 };
 
 /* MAX_PORT is the number of port
-- 
2.45.2



More information about the dri-devel mailing list