[PATCH 1/5] drm/imx: don't call disable_plane in plane destroy path

2016-08-29 Thread Philipp Zabel
Am Donnerstag, den 11.08.2016, 11:18 +0200 schrieb Lucas Stach: > 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 > --- > drivers/gpu/drm/imx/ipuv3-plane.c | 1 - >

[PATCH 1/5] drm/imx: don't call disable_plane in plane destroy path

2016-08-11 Thread Lucas Stach
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 --- drivers/gpu/drm/imx/ipuv3-plane.c | 1 - 1 file changed, 1 deletion(-) diff --git a/drivers/gpu/drm/imx/ipuv3-plane.c b