]> git.proxmox.com Git - mirror_ubuntu-hirsute-kernel.git/blobdiff - include/drm/drm_crtc.h
drm: Add vrr_enabled property to drm CRTC
[mirror_ubuntu-hirsute-kernel.git] / include / drm / drm_crtc.h
index b21437bc95bf3169319b5baee2b356d149ee6e49..39c3900aab3cea107a0771b6fe0d5dc510ac4c11 100644 (file)
@@ -290,6 +290,15 @@ struct drm_crtc_state {
         */
        u32 pageflip_flags;
 
+       /**
+        * @vrr_enabled:
+        *
+        * Indicates if variable refresh rate should be enabled for the CRTC.
+        * Support for the requested vrr state will depend on driver and
+        * hardware capabiltiy - lacking support is not treated as failure.
+        */
+       bool vrr_enabled;
+
        /**
         * @event:
         *