]> git.baikalelectronics.ru Git - kernel.git/commit
drm/exynos: add exynos specific .atomic_commit()
authorGustavo Padovan <gustavo.padovan@collabora.co.uk>
Mon, 1 Jun 2015 15:04:52 +0000 (12:04 -0300)
committerInki Dae <daeinki@gmail.com>
Fri, 19 Jun 2015 15:32:51 +0000 (00:32 +0900)
commit1390e27365fa84d19e60866ed35fb24579714282
treeece582da6b3d5dba88c4681ecd86912c0eb7d427
parent8bad5f16cab57e9f90d95a4b38436c37d1e32388
drm/exynos: add exynos specific .atomic_commit()

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-by: Gustavo Padovan <gustavo.padovan@collabora.co.uk>
Signed-off-by: Inki Dae <inki.dae@samsung.com>
drivers/gpu/drm/exynos/exynos_drm_fb.c