drm/armada: move fb retirement into armada_plane_work
authorRussell King <rmk+kernel@armlinux.org.uk>
Sat, 8 Jul 2017 09:16:52 +0000 (10:16 +0100)
committerRussell King <rmk+kernel@armlinux.org.uk>
Fri, 8 Dec 2017 12:19:44 +0000 (12:19 +0000)
commitb972a80f447da0b69648c33c719fe3089a17dacc
tree08c9f5986cc70051199e5d5d6d03964a9c487c4e
parenta3f6a18f9a74b64209f8ab957dd94ade8bf5a7b2
drm/armada: move fb retirement into armada_plane_work

Both the primary and overlay planes retire framebuffers in a similar
manner; this can be consolidated by moving the retirement up to the
armada_plane_work layer.

Signed-off-by: Russell King <rmk+kernel@armlinux.org.uk>
drivers/gpu/drm/armada/armada_crtc.c
drivers/gpu/drm/armada/armada_crtc.h
drivers/gpu/drm/armada/armada_overlay.c