[PATCH 4/7] drm/exynos: fimd: move handle vblank position in TE handler

2014-11-14 Thread Inki Dae
On 2014년 10월 01일 15:19, YoungJun Cho wrote: > 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. Applied. Thanks

[PATCH 4/7] drm/exynos: fimd: move handle vblank position in TE handler

2014-10-01 Thread YoungJun Cho
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 Acked-by: Inki Dae Acked-by: Kyungmin Park