[PATCH] drm/exynos: use drm_plane_force_disable

2015-04-10 Thread Gustavo Padovan
Hi Inki, 2015-04-10 Inki Dae : > On 2015년 04월 10일 05:25, Gustavo Padovan wrote: > > Hi Joonyoung, > > > > 2015-04-09 Joonyoung Shim : > > > >> Don't call directly disable callback of plane helper, we need to > >> disconnect the plane from the fb and crtc after disable callback. > >> > >>

[PATCH] drm/exynos: use drm_plane_force_disable

2015-04-10 Thread Inki Dae
On 2015년 04월 10일 05:25, Gustavo Padovan wrote: > Hi Joonyoung, > > 2015-04-09 Joonyoung Shim : > >> Don't call directly disable callback of plane helper, we need to >> disconnect the plane from the fb and crtc after disable callback. >> >> Signed-off-by: Joonyoung Shim >> --- >>

[PATCH] drm/exynos: use drm_plane_force_disable

2015-04-09 Thread Gustavo Padovan
Hi Joonyoung, 2015-04-09 Joonyoung Shim : > Don't call directly disable callback of plane helper, we need to > disconnect the plane from the fb and crtc after disable callback. > > Signed-off-by: Joonyoung Shim > --- > drivers/gpu/drm/exynos/exynos_drm_crtc.c| 5 + >

[PATCH] drm/exynos: use drm_plane_force_disable

2015-04-09 Thread Joonyoung Shim
Don't call directly disable callback of plane helper, we need to disconnect the plane from the fb and crtc after disable callback. Signed-off-by: Joonyoung Shim --- drivers/gpu/drm/exynos/exynos_drm_crtc.c| 5 + drivers/gpu/drm/exynos/exynos_drm_encoder.c | 2 +- 2 files changed, 2