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, Inki Dae > > Signed-off-by: YoungJun Cho <yj44.cho@xxxxxxxxxxx> > Acked-by: Inki Dae <inki.dae@xxxxxxxxxxx> > Acked-by: Kyungmin Park <kyungmin.park@xxxxxxxxxxx> > --- > drivers/gpu/drm/exynos/exynos_drm_fimd.c | 6 +++--- > 1 file changed, 3 insertions(+), 3 deletions(-) > > diff --git a/drivers/gpu/drm/exynos/exynos_drm_fimd.c b/drivers/gpu/drm/exynos/exynos_drm_fimd.c > index 05c2a97a..f062335 100644 > --- a/drivers/gpu/drm/exynos/exynos_drm_fimd.c > +++ b/drivers/gpu/drm/exynos/exynos_drm_fimd.c > @@ -983,10 +983,10 @@ static void fimd_te_handler(struct exynos_drm_manager *mgr) > if (atomic_read(&ctx->wait_vsync_event)) { > atomic_set(&ctx->wait_vsync_event, 0); > wake_up(&ctx->wait_vsync_queue); > - > - if (!atomic_read(&ctx->triggering)) > - drm_handle_vblank(ctx->drm_dev, ctx->pipe); > } > + > + if (!atomic_read(&ctx->triggering)) > + drm_handle_vblank(ctx->drm_dev, ctx->pipe); > } > > static struct exynos_drm_manager_ops fimd_manager_ops = { > _______________________________________________ dri-devel mailing list dri-devel@xxxxxxxxxxxxxxxxxxxxx http://lists.freedesktop.org/mailman/listinfo/dri-devel