hc
2024-01-31 f9004dbfff8a3fbbd7e2a88c8a4327c7f2f8e5b2
kernel/include/drm/i915_component.h
....@@ -26,10 +26,15 @@
2626
2727 #include "drm_audio_component.h"
2828
29
+enum i915_component_type {
30
+ I915_COMPONENT_AUDIO = 1,
31
+ I915_COMPONENT_HDCP,
32
+};
33
+
2934 /* MAX_PORT is the number of port
3035 * It must be sync with I915_MAX_PORTS defined i915_drv.h
3136 */
32
-#define MAX_PORTS 6
37
+#define MAX_PORTS 9
3338
3439 /**
3540 * struct i915_audio_component - Used for direct communication between i915 and hda drivers