drm/imx: don't call disable_plane in plane destroy path
authorLucas Stach <l.stach@pengutronix.de>
Thu, 11 Aug 2016 09:18:47 +0000 (11:18 +0200)
committerPhilipp Zabel <p.zabel@pengutronix.de>
Mon, 29 Aug 2016 10:45:05 +0000 (12:45 +0200)
commit73cde76a61b622e768af23b0e0062dc39e6891bf
tree991f9b95ee7efbb3adae4e4d866f87138097e50e
parent1780999ced6df8ce833232852dc6854a388fc248
drm/imx: don't call disable_plane in plane destroy path

When the destroy path is called the plane should already be
disabled. If not, this is a core bug and should not be worked
around in the driver.

Signed-off-by: Lucas Stach <l.stach@pengutronix.de>
Signed-off-by: Philipp Zabel <p.zabel@pengutronix.de>
drivers/gpu/drm/imx/ipuv3-plane.c