]> git.baikalelectronics.ru Git - kernel.git/commit
drm/exynos: fimd: move handle vblank position in TE handler
authorYoungJun Cho <yj44.cho@samsung.com>
Wed, 1 Oct 2014 06:19:10 +0000 (15:19 +0900)
committerInki Dae <inki.dae@samsung.com>
Mon, 24 Nov 2014 09:02:52 +0000 (18:02 +0900)
commit6473e34204f4e55a08071b8c6b33712f41d9df43
treefd0998673c13769fe9dd11a5391239992ae37223
parentaad633d64e2c67ae558ec0cbf24abf8105f3abff
drm/exynos: fimd: move handle vblank position in TE handler

For providing VBLANK information, drm_handle_vblank() should
be called properly, but it is blocked by wait_vsync_event
condition which is set by manager_ops->wait_for_vblank().
So moves it out from wait_vsync_event routine.

Signed-off-by: YoungJun Cho <yj44.cho@samsung.com>
Acked-by: Inki Dae <inki.dae@samsung.com>
Acked-by: Kyungmin Park <kyungmin.park@samsung.com>
Acked-by: Inki Dae <inki.dae@samsung.com>
drivers/gpu/drm/exynos/exynos_drm_fimd.c