Re: [PATCH] drm/exynos: atomic check only enabled crtc states

2015-12-11 Thread Inki Dae
Hi Javier, 2015-12-09 19:51 GMT+09:00 Javier Martinez Canillas : > Hello Inki, > > On 11/27/2015 10:00 AM, Javier Martinez Canillas wrote: >> Hello Andrzej, >> >> On 11/27/2015 03:57 AM, Andrzej Hajda wrote: >>> Since atomic check is called also for disabled crtcs it

Re: [PATCH] drm/exynos: atomic check only enabled crtc states

2015-12-09 Thread Javier Martinez Canillas
Hello Inki, On 11/27/2015 10:00 AM, Javier Martinez Canillas wrote: > Hello Andrzej, > > On 11/27/2015 03:57 AM, Andrzej Hajda wrote: >> Since atomic check is called also for disabled crtcs it should skip >> mode checking as it can be uninitialized. The patch fixes it. >> >> Signed-off-by:

Re: [PATCH] drm/exynos: atomic check only enabled crtc states

2015-11-27 Thread Javier Martinez Canillas
Hello Andrzej, On 11/27/2015 03:57 AM, Andrzej Hajda wrote: > Since atomic check is called also for disabled crtcs it should skip > mode checking as it can be uninitialized. The patch fixes it. > > Signed-off-by: Andrzej Hajda > Suggested-by: Daniel Vetter

[PATCH] drm/exynos: atomic check only enabled crtc states

2015-11-26 Thread Andrzej Hajda
Since atomic check is called also for disabled crtcs it should skip mode checking as it can be uninitialized. The patch fixes it. Signed-off-by: Andrzej Hajda Suggested-by: Daniel Vetter --- Hi Javier, Could you check with this patch. Regards