diff options
Diffstat (limited to 'include/drm/drm_crtc.h')
-rw-r--r-- | include/drm/drm_crtc.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/include/drm/drm_crtc.h b/include/drm/drm_crtc.h index ac55ab0dc88b..0ebd9286b332 100644 --- a/include/drm/drm_crtc.h +++ b/include/drm/drm_crtc.h | |||
@@ -764,6 +764,9 @@ struct drm_plane_state { | |||
764 | uint32_t src_x, src_y; | 764 | uint32_t src_x, src_y; |
765 | uint32_t src_h, src_w; | 765 | uint32_t src_h, src_w; |
766 | 766 | ||
767 | /* Plane rotation */ | ||
768 | unsigned int rotation; | ||
769 | |||
767 | struct drm_atomic_state *state; | 770 | struct drm_atomic_state *state; |
768 | }; | 771 | }; |
769 | 772 | ||