drm/exynos: mixer: properly update all planes on the same vblank event
commit3dbaab16c4cddbbb03ad7ed1a0285605a9cc4016
authorMarek Szyprowski <m.szyprowski@samsung.com>
Tue, 5 Jan 2016 12:52:52 +0000 (5 13:52 +0100)
committerInki Dae <daeinki@gmail.com>
Tue, 12 Jan 2016 15:16:37 +0000 (13 00:16 +0900)
treeb4468c23ed6eece8d33903146de7d68d5c603ae7
parentd29c2c140787a1645306a11799e33adddf72e64f
drm/exynos: mixer: properly update all planes on the same vblank event

This patch also moves mixer_vsync_set_update() to newly introduced
mixer_atomic_begin/flush callbacks. This ensures that all mixer planes
will be updated on the same vsync event.

Signed-off-by: Marek Szyprowski <m.szyprowski@samsung.com>
Signed-off-by: Inki Dae <inki.dae@samsung.com>
drivers/gpu/drm/exynos/exynos_mixer.c