[PATCH 06/27] drm/sun4i: Implement some semblance of vblank event handling

2017-01-02 Thread Laurent Pinchart
Hi Daniel, On Wednesday 08 Jun 2016 14:18:58 Daniel Vetter wrote: > atomic_flush seems to be the right place, right after we commit the > plane updates. Again use the fullproof version, since the pipe might > be off. > > Cc: Boris Brezillon > Cc: Maxime Ripard > Signed-off-by: Daniel Vetter >

[PATCH 06/27] drm/sun4i: Implement some semblance of vblank event handling

2016-06-09 Thread Maarten Lankhorst
Op 08-06-16 om 14:18 schreef Daniel Vetter: > atomic_flush seems to be the right place, right after we commit the > plane updates. Again use the fullproof version, since the pipe might > be off. > > Cc: Boris Brezillon > Cc: Maxime Ripard > Signed-off-by: Daniel Vetter > --- > drivers/gpu/drm/s

[PATCH 06/27] drm/sun4i: Implement some semblance of vblank event handling

2016-06-08 Thread Daniel Vetter
atomic_flush seems to be the right place, right after we commit the plane updates. Again use the fullproof version, since the pipe might be off. Cc: Boris Brezillon Cc: Maxime Ripard Signed-off-by: Daniel Vetter --- drivers/gpu/drm/sun4i/sun4i_crtc.c | 12 1 file changed, 12 inser