[PATCH 19/26] drm/sun4i: Implement some semblance of vblank event handling

2016-06-02 Thread Daniel Vetter
On Wed, Jun 01, 2016 at 06:18:59PM +0200, Maxime Ripard wrote: > Hi Daniel, > > On Sun, May 29, 2016 at 08:35:16PM +0200, 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

[PATCH 19/26] drm/sun4i: Implement some semblance of vblank event handling

2016-06-01 Thread Maxime Ripard
Hi Daniel, On Sun, May 29, 2016 at 08:35:16PM +0200, 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. This looks fine. How can that be tested? modetest requires async vblank

[PATCH 19/26] drm/sun4i: Implement some semblance of vblank event handling

2016-05-29 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