[PATCH] drm/exynos: remove chained calls to enable

2015-06-11 Thread Joonyoung Shim
With atomic modesetting all the control for CRTC, Planes, Encoders and Connectors should come from DRM core, so the driver is not allowed to enable or disable planes from inside the crtc_enable()/disable() call. But it needs to disable planes with crtc_disable in exynos hw driver internally. Becau

[PATCH] drm/exynos: remove chained calls to enable

2015-06-11 Thread Marek Szyprowski
Hello, On 2015-06-11 09:07, Joonyoung Shim wrote: > With atomic modesetting all the control for CRTC, Planes, Encoders and > Connectors should come from DRM core, so the driver is not allowed to > enable or disable planes from inside the crtc_enable()/disable() call. > > But it needs to disable pl