drm: Add Content protection type property
[sfrench/cifs-2.6.git] / include / drm / drm_mode_config.h
index f57eea0481e0fd18a79d0c1178108619ae5e0a38..3bcbe30339f044cd18d7bef994b8d98271ca9eca 100644 (file)
@@ -849,6 +849,12 @@ struct drm_mode_config {
         */
        struct drm_property *content_protection_property;
 
+       /**
+        * @hdcp_content_type_property: DRM ENUM property for type of
+        * Protected Content.
+        */
+       struct drm_property *hdcp_content_type_property;
+
        /* dumb ioctl parameters */
        uint32_t preferred_depth, prefer_shadow;