drm/i915: Wrap -EIO send-vblank event for failed pageflip in spinlock
authorChris Wilson <chris@chris-wilson.co.uk>
Sun, 7 Sep 2014 15:51:12 +0000 (16:51 +0100)
committerDaniel Vetter <daniel.vetter@ffwll.ch>
Fri, 19 Sep 2014 12:41:15 +0000 (14:41 +0200)
drm_send_vblank_event() demands that we hold the event spinlock whilst
calling it, so do so.

Signed-off-by: Chris Wilson <chris@chris-wilson.co.uk>
[danvet: Fix the double lock as requested by Chris.]
Signed-off-by: Daniel Vetter <daniel.vetter@ffwll.ch>

No differences found