[PATCH] drm: Set the plane's crtc before calling disable_plane.

2014-03-03 Thread Rob Clark
On Mon, Mar 3, 2014 at 4:45 PM, Jesse Barnes wrote: > On Mon, 3 Mar 2014 13:38:36 -0800 > St?phane Marchesin wrote: > >> Some drivers like exynos need the crtc to be able to disable the plane, >> so set it before calling disable_plane. >> >> Signed-off-by: St?phane Marchesin >> --- >> drivers

[PATCH] drm: Set the plane's crtc before calling disable_plane.

2014-03-03 Thread Stéphane Marchesin
On Mon, Mar 3, 2014 at 2:06 PM, Rob Clark wrote: > On Mon, Mar 3, 2014 at 4:45 PM, Jesse Barnes > wrote: >> On Mon, 3 Mar 2014 13:38:36 -0800 >> St?phane Marchesin wrote: >> >>> Some drivers like exynos need the crtc to be able to disable the plane, >>> so set it before calling disable_plane.

[PATCH] drm: Set the plane's crtc before calling disable_plane.

2014-03-03 Thread Jesse Barnes
On Mon, 3 Mar 2014 13:38:36 -0800 St?phane Marchesin wrote: > Some drivers like exynos need the crtc to be able to disable the plane, > so set it before calling disable_plane. > > Signed-off-by: St?phane Marchesin > --- > drivers/gpu/drm/drm_crtc.c | 21 +++-- > 1 file changed

[PATCH] drm: Set the plane's crtc before calling disable_plane.

2014-03-03 Thread Stéphane Marchesin
Some drivers like exynos need the crtc to be able to disable the plane, so set it before calling disable_plane. Signed-off-by: St?phane Marchesin --- drivers/gpu/drm/drm_crtc.c | 21 +++-- 1 file changed, 11 insertions(+), 10 deletions(-) diff --git a/drivers/gpu/drm/drm_crtc.c