Re: [PATCH] drm: mali-dp: Disable planes when their CRTC gets disabled.

2017-11-15 Thread Liviu Dudau
On Wed, Nov 15, 2017 at 05:25:02PM -0200, Gustavo Padovan wrote: > Hi Liviu, Hi Gustavo, > > 2017-11-01 Liviu Dudau : > > > Make sure only the planes on the active CRTCs get committed and > > that all planes on the disabled CRTCs get turned off. > > > > Reviewed-by: Brian Starkey > > Signed-o

Re: [PATCH] drm: mali-dp: Disable planes when their CRTC gets disabled.

2017-11-15 Thread Gustavo Padovan
Hi Liviu, 2017-11-01 Liviu Dudau : > Make sure only the planes on the active CRTCs get committed and > that all planes on the disabled CRTCs get turned off. > > Reviewed-by: Brian Starkey > Signed-off-by: Liviu Dudau > --- > drivers/gpu/drm/arm/malidp_crtc.c | 3 +++ > 1 file changed, 3 inser

[PATCH] drm: mali-dp: Disable planes when their CRTC gets disabled.

2017-11-01 Thread Liviu Dudau
Make sure only the planes on the active CRTCs get committed and that all planes on the disabled CRTCs get turned off. Reviewed-by: Brian Starkey Signed-off-by: Liviu Dudau --- drivers/gpu/drm/arm/malidp_crtc.c | 3 +++ 1 file changed, 3 insertions(+) diff --git a/drivers/gpu/drm/arm/malidp_crt