drm/exynos: allow multiple layer updates per vsync for mixer
authorRahul Sharma <rahul.sharma@samsung.com>
Mon, 23 Jun 2014 05:32:23 +0000 (11:02 +0530)
committerInki Dae <daeinki@gmail.com>
Tue, 24 Jun 2014 14:44:30 +0000 (23:44 +0900)
commit5c0f4829e187f4d43f5ea5cd72cec343ddcdf594
tree6b1e0d30019dce39cb15240e8e424a3885785434
parent381be025ac1a6dc8efebdf146ced0d4a6007f77b
drm/exynos: allow multiple layer updates per vsync for mixer

Allowing only one layer update per vsync can cause issues
while there are update available for both layers. There is
a good amount of possibility to loose updates if we allow
single update per vsync.

Signed-off-by: Rahul Sharma <rahul.sharma@samsung.com>
Signed-off-by: Inki Dae <inki.dae@samsung.com>
drivers/gpu/drm/exynos/exynos_mixer.c