[PATCH] drm/exynos: remove unnecessary calls to disable_plane()

2015-04-13 Thread Joonyoung Shim
Hi, On 04/11/2015 03:57 AM, Gustavo Padovan wrote: > From: Gustavo Padovan > > The planes are already disabled by the drm_atomic_helper_commit() code > so we don't need to disable the in these two places. > > Signed-off-by: Gustavo Padovan > --- > drivers/gpu/drm/exynos/exynos_drm_crtc.c|

[PATCH] drm/exynos: remove unnecessary calls to disable_plane()

2015-04-13 Thread Gustavo Padovan
2015-04-13 Joonyoung Shim : > Hi, > > On 04/11/2015 03:57 AM, Gustavo Padovan wrote: > > From: Gustavo Padovan > > > > The planes are already disabled by the drm_atomic_helper_commit() code > > so we don't need to disable the in these two places. > > > > Signed-off-by: Gustavo Padovan > > ---

[PATCH] drm/exynos: remove unnecessary calls to disable_plane()

2015-04-10 Thread Gustavo Padovan
From: Gustavo Padovan The planes are already disabled by the drm_atomic_helper_commit() code so we don't need to disable the in these two places. Signed-off-by: Gustavo Padovan --- drivers/gpu/drm/exynos/exynos_drm_crtc.c| 11 --- drivers/gpu/drm/exynos/exynos_drm_encoder.c | 8 --