drm: move content protection property to mode_config
[sfrench/cifs-2.6.git] / include / drm / drm_mode_config.h
index 7f60e8eb269acdaff4d5151e8b5b73b8a3bf7d09..5764ee3c7453e4f9f23b9fb96096207211cdca06 100644 (file)
@@ -836,6 +836,12 @@ struct drm_mode_config {
         */
        struct drm_property *writeback_out_fence_ptr_property;
 
+       /**
+        * @content_protection_property: DRM ENUM property for content
+        * protection. See drm_connector_attach_content_protection_property().
+        */
+       struct drm_property *content_protection_property;
+
        /* dumb ioctl parameters */
        uint32_t preferred_depth, prefer_shadow;