drm/i915/vlv: use PIPE_START_VBLANK interrupts on VLV
authorJesse Barnes <jbarnes@virtuousgeek.org>
Tue, 5 Nov 2013 23:48:01 +0000 (15:48 -0800)
committerDaniel Vetter <daniel.vetter@ffwll.ch>
Wed, 6 Nov 2013 07:37:07 +0000 (08:37 +0100)
commit7b5562d401c760814110385baa574480e4ce12f9
tree5c5f877b92b0531be7a90b2720c2b6c106122f34
parentf02586dfedf1dfae4f5ff7eb1990a2c4c56e1425
drm/i915/vlv: use PIPE_START_VBLANK interrupts on VLV

This fixes a mismatch between our vblank enable code and our IRQ
handler.  Also, since vblank start events come in before page flips
reliably, it also fixes the kms_flip plain-flip test on my BYT system.

Spotted-by: Ville Syrjälä <ville.syrjala@linux.intel.com>
Signed-off-by: Jesse Barnes <jbarnes@virtuousgeek.org>
Signed-off-by: Daniel Vetter <daniel.vetter@ffwll.ch>
drivers/gpu/drm/i915/i915_irq.c