drm/imx: use drm_send_vblank_event() helper
authorRob Clark <rob@ti.com>
Mon, 8 Oct 2012 19:50:46 +0000 (19:50 +0000)
committerDave Airlie <airlied@redhat.com>
Tue, 21 May 2013 23:13:42 +0000 (09:13 +1000)
commit0eca56f9467038ee0b798637f03581aaa1186fac
treeb0129e5ad19229f0950a65e83613856b3d707934
parentf7e96d7e28817a66db36e89f25b77bda7dba6da0
drm/imx: use drm_send_vblank_event() helper

Also, slightly changes the behavior to always put the vblank irq,
even if userspace did not request a vblank event.  As far as I
can tell, the previous code would leak a vblank irq refcnt if
userspace requested a pageflip without event.

Signed-off-by: Rob Clark <rob@ti.com>
Signed-off-by: Dave Airlie <airlied@redhat.com>
drivers/staging/imx-drm/ipuv3-crtc.c