drm/i915: Do not check or a stalled pageflip prior to it being queued
authorChris Wilson <chris@chris-wilson.co.uk>
Wed, 12 Aug 2015 12:08:22 +0000 (13:08 +0100)
committerDaniel Vetter <daniel.vetter@ffwll.ch>
Fri, 14 Aug 2015 16:16:34 +0000 (18:16 +0200)
commit908565c20888f790b96b03ae5be9cd175f3d8d72
tree112f3ef8f76bf51ceac1b12cbdd073ca134c5a75
parented75a55bb36dec17b9e0f878cea7c8ccb037d8f9
drm/i915: Do not check or a stalled pageflip prior to it being queued

When we queue the command or operation to change the scanout address, we
mark the flip as in progress. We can use this flag to prevent us from
checking for a stalled flip prior to its existence!

Signed-off-by: Chris Wilson <chris@chris-wilson.co.uk>
Reviewed-by: Ville Syrjälä <ville.syrjala@linux.intel.com>
Signed-off-by: Daniel Vetter <daniel.vetter@ffwll.ch>
drivers/gpu/drm/i915/intel_display.c