drm/armada: use drm_plane_force_disable() to disable the overlay plane
authorRussell King <rmk+kernel@arm.linux.org.uk>
Mon, 29 Jun 2015 16:52:42 +0000 (17:52 +0100)
committerRussell King <rmk+kernel@arm.linux.org.uk>
Tue, 15 Sep 2015 15:26:50 +0000 (16:26 +0100)
commitf8e140698234dae3a4ea7b971e7bf63a3e0c987a
tree13ca9d94bc1d6d60a3a5bbf388d1786ee109d376
parent7c8f7e1abc75b853adf60d8ee0a589e058bcdb6b
drm/armada: use drm_plane_force_disable() to disable the overlay plane

Use drm_plane_force_disable() to disable the overlay plane on a mode_set
rather than coding this ourselves.

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