Merge tag 'drm-intel-next-2019-05-24' of git://anongit.freedesktop.org/drm/drm-intel...
[linux-2.6-microblaze.git] / include / drm / drm_mode_config.h
index 5764ee3..4f88cc9 100644 (file)
@@ -836,6 +836,13 @@ struct drm_mode_config {
         */
        struct drm_property *writeback_out_fence_ptr_property;
 
+       /**
+        * hdr_output_metadata_property: Connector property containing hdr
+        * metatda. This will be provided by userspace compositors based
+        * on HDR content
+        */
+       struct drm_property *hdr_output_metadata_property;
+
        /**
         * @content_protection_property: DRM ENUM property for content
         * protection. See drm_connector_attach_content_protection_property().