diff options
Diffstat (limited to 'include/drm/i915_component.h')
| -rw-r--r-- | include/drm/i915_component.h | 3 | 
1 files changed, 2 insertions, 1 deletions
diff --git a/include/drm/i915_component.h b/include/drm/i915_component.h index c1e2a43d2d1e..56a84ee1c64c 100644 --- a/include/drm/i915_component.h +++ b/include/drm/i915_component.h @@ -29,7 +29,8 @@  enum i915_component_type {  	I915_COMPONENT_AUDIO = 1,  	I915_COMPONENT_HDCP, -	I915_COMPONENT_PXP +	I915_COMPONENT_PXP, +	I915_COMPONENT_GSC_PROXY,  };  /* MAX_PORT is the number of port  |