]> asedeno.scripts.mit.edu Git - linux.git/commit
drm/armada: store plane in armada_plane_work
authorRussell King <rmk+kernel@armlinux.org.uk>
Fri, 7 Jul 2017 14:55:53 +0000 (15:55 +0100)
committerRussell King <rmk+kernel@armlinux.org.uk>
Fri, 8 Dec 2017 12:17:21 +0000 (12:17 +0000)
commiteaab01307554175a004ad60728beb691cc841a8c
treea7cb7ba3743f637c83306a3c2e9908ea2f19bf3f
parent901bb88991654537a35ca1da5709ac4bf3a2d01e
drm/armada: store plane in armada_plane_work

Store the plane in the armada_plane_work structure rather than passing
it around; it doesn't get used very much in the work structures, so
passing it around is a needless expense.

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