hc
2024-05-10 37f49e37ab4cb5d0bc4c60eb5c6d4dd57db767bb
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