drm: Add Content protection type property
[sfrench/cifs-2.6.git] / include / drm / drm_mode_config.h
index 759d462d028bb7d32459c6e86e6e48564bb809a2..3bcbe30339f044cd18d7bef994b8d98271ca9eca 100644 (file)
@@ -849,9 +849,22 @@ 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;
 
+       /**
+        * @prefer_shadow_fbdev:
+        *
+        * Hint to framebuffer emulation to prefer shadow-fb rendering.
+        */
+       bool prefer_shadow_fbdev;
+
        /**
         * @quirk_addfb_prefer_xbgr_30bpp:
         *