]> git.karo-electronics.de Git - linux-beck.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)
commitb301ae24bb22cb6cf762b174426105c85621b1b7
treefd0998673c13769fe9dd11a5391239992ae37223
parentbd953de94393ef2a00e893aa948cc7c4cb190d00
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