2016-09-23 Andrzej Hajda <a.hajda@xxxxxxxxxxx>: > VIDI driver uses fake vblank handler to generate vblank events. > It was implemented using worker which slept for vblank time, additionally > it did not work if there were no page flips. The patch replaces it with > timer, uses drm_crtc_vblank_(on|off) helpers to manage it and fixes > behavior for non-page-flip cases. > This change allows further improvements of vblank in exynos-drm framework. > > Signed-off-by: Andrzej Hajda <a.hajda@xxxxxxxxxxx> > --- > drivers/gpu/drm/exynos/exynos_drm_vidi.c | 66 ++++++++++---------------------- > 1 file changed, 20 insertions(+), 46 deletions(-) Reviewed-by: Gustavo Padovan <gustavo.padovan@xxxxxxxxxxxxxxx> Gustavo -- To unsubscribe from this list: send the line "unsubscribe linux-samsung-soc" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html