summaryrefslogtreecommitdiff
path: root/drivers/gpu/drm/armada/armada_crtc.h
diff options
context:
space:
mode:
authorRussell King <rmk+kernel@armlinux.org.uk>2017-07-08 10:22:10 +0100
committerRussell King <rmk+kernel@armlinux.org.uk>2017-12-08 12:19:51 +0000
commiteaa66279c3dd65cafede289d2485185fb389b050 (patch)
tree73faaf6494c27128e2e6d3c40814490d0317a851 /drivers/gpu/drm/armada/armada_crtc.h
parenteb19be5bbe2aaf84cb347ca2a07ec19f2b92594f (diff)
drm/armada: move regs into armada_plane_work
Move the register update structure out of the overlay private structure into armada_plane_work, as this is common to both the primary and overlay planes. Signed-off-by: Russell King <rmk+kernel@armlinux.org.uk>
Diffstat (limited to 'drivers/gpu/drm/armada/armada_crtc.h')
-rw-r--r--drivers/gpu/drm/armada/armada_crtc.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/gpu/drm/armada/armada_crtc.h b/drivers/gpu/drm/armada/armada_crtc.h
index 4cdd2f0eabd9..12ef9688a45a 100644
--- a/drivers/gpu/drm/armada/armada_crtc.h
+++ b/drivers/gpu/drm/armada/armada_crtc.h
@@ -41,6 +41,7 @@ struct armada_plane_work {
struct drm_plane *plane;
struct drm_framebuffer *old_fb;
struct drm_pending_vblank_event *event;
+ struct armada_regs regs[14];
};
struct armada_plane_state {