[PATCH v9 16/18] drm/exynos: split exynos_crtc->dpms in enable() and disable()

2015-05-29 Thread Joonyoung Shim
On 05/29/2015 06:42 AM, Gustavo Padovan wrote: > From: Gustavo Padovan > > To follow more closely the new atomic API we split the dpms() > helper into the enable() and disable() helper to get exactly the > same semantics. > > Signed-off-by: Gustavo Padovan > --- > drivers/gpu/drm/exynos/exynos

[PATCH v9 16/18] drm/exynos: split exynos_crtc->dpms in enable() and disable()

2015-05-28 Thread Gustavo Padovan
From: Gustavo Padovan To follow more closely the new atomic API we split the dpms() helper into the enable() and disable() helper to get exactly the same semantics. Signed-off-by: Gustavo Padovan --- drivers/gpu/drm/exynos/exynos7_drm_decon.c | 31 + drivers/gpu/drm/exynos/exyn