kernel/include/drm/i915_component.h
.. .. @@ -26,10 +26,15 @@ 26 26 27 27 #include "drm_audio_component.h" 28 28 29 +enum i915_component_type {30 + I915_COMPONENT_AUDIO = 1,31 + I915_COMPONENT_HDCP,32 +};33 +29 34 /* MAX_PORT is the number of port 30 35 * It must be sync with I915_MAX_PORTS defined i915_drv.h 31 36 */ 32 -#define MAX_PORTS 637 +#define MAX_PORTS 933 38 34 39 /** 35 40 * struct i915_audio_component - Used for direct communication between i915 and hda drivers