staging: drm/omap: send page-flip event after endwin
authorRob Clark <rob@ti.com>
Mon, 12 Mar 2012 02:11:21 +0000 (21:11 -0500)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Tue, 13 Mar 2012 22:44:44 +0000 (15:44 -0700)
commit72d0c3363e88d1816b0fef3687ff58e6553a7889
tree37df0421313dc94b41f9217032d784c3c6288c66
parentb66848eb85c2a646c852ea4644f43e1a86517245
staging: drm/omap: send page-flip event after endwin

The endwin irq indicates that DSS has finished scanning out a buffer.
Use this to trigger page-flip event to userspace, so this happens
only *after* the previous buffer is finished.

Signed-off-by: Rob Clark <rob@ti.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/staging/omapdrm/omap_crtc.c
drivers/staging/omapdrm/omap_drv.h
drivers/staging/omapdrm/omap_plane.c