]> git.baikalelectronics.ru Git - kernel.git/commit
drm/exynos: enable vsync interrupt while waiting for vblank
authorRahul Sharma <rahul.sharma@samsung.com>
Mon, 23 Jun 2014 05:32:25 +0000 (11:02 +0530)
committerInki Dae <daeinki@gmail.com>
Tue, 24 Jun 2014 14:44:50 +0000 (23:44 +0900)
commitc8b0f4e3228d36621675093248ea3f814a124187
tree9cedf79dfdd5fd8cd4a92d379eeb00374f57ae5d
parent4e80013e28ed745eb0e057563350d21de7b26975
drm/exynos: enable vsync interrupt while waiting for vblank

mixer_wait_for_vblank function expects that the upcoming
vsync interrupt handler routine will clear the
wait_vsync_event atomic variable.

For this to happen, interrupts should be enabled and
disabled properly.

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