]> git.karo-electronics.de Git - karo-tx-linux.git/blobdiff - include/drm/drm_crtc.h
drm/atomic: Add current-mode blob to CRTC state
[karo-tx-linux.git] / include / drm / drm_crtc.h
index 72b60dbe08914137cd18e86000d70a80d1415602..c54fa4add79254f70929f3a57f4671f57b9ca73f 100644 (file)
@@ -299,6 +299,9 @@ struct drm_crtc_state {
 
        struct drm_display_mode mode;
 
+       /* blob property to expose current mode to atomic userspace */
+       struct drm_property_blob *mode_blob;
+
        struct drm_pending_vblank_event *event;
 
        struct drm_atomic_state *state;