[PATCH v9 13/18] drm/exynos: add exynos specific .atomic_commit()

2015-05-29 Thread Joonyoung Shim
On 05/29/2015 06:42 AM, Gustavo Padovan wrote: > From: Gustavo Padovan > > exynos needs to update planes with the crtc enabled (mainly for the FIMD > case) so this specific atomic commit changes the order of > drm_atomic_helper_commit_modeset_enables() and > drm_atomic_helper_commit_planes() to c

[PATCH v9 13/18] drm/exynos: add exynos specific .atomic_commit()

2015-05-28 Thread Gustavo Padovan
From: Gustavo Padovan exynos needs to update planes with the crtc enabled (mainly for the FIMD case) so this specific atomic commit changes the order of drm_atomic_helper_commit_modeset_enables() and drm_atomic_helper_commit_planes() to commit planes after we enable crtc and encoders. Signed-off