sna: Skip performing an async flip after fixup
authorChris Wilson <chris@chris-wilson.co.uk>
Wed, 23 Jul 2014 13:25:25 +0000 (14:25 +0100)
committerChris Wilson <chris@chris-wilson.co.uk>
Wed, 23 Jul 2014 13:45:19 +0000 (14:45 +0100)
commitd242965979cf251383a6230dbd65cdc1d9e231ea
tree09e7a187efcd4797dd2f75cb0b1b0eaf5d9add06
parent4153d4b43004cd90c0d9a7a7db399dac4d30721e
sna: Skip performing an async flip after fixup

After the first async failure and we fix up the CRTC, ordinary we queue
a no-op flip in order to queue the event. For async flips, we do not
want that event so just skip the flip.

Signed-off-by: Chris Wilson <chris@chris-wilson.co.uk>
src/sna/sna_display.c