drm/nouveau: flips/flipd need to always set 'evict' for move_accel_cleanup()
authorBen Skeggs <bskeggs@redhat.com>
Mon, 14 Feb 2011 03:51:28 +0000 (13:51 +1000)
committerBen Skeggs <bskeggs@redhat.com>
Wed, 16 Feb 2011 23:41:01 +0000 (09:41 +1000)
commitb8884da6113be83f6f3b296539bcd9f602a6abd8
tree998e57cea9f33d387b6d5a6e2caae1ad4e962e88
parent1dc32671d887f05844315e4105ad4c783299ac8f
drm/nouveau: flips/flipd need to always set 'evict' for move_accel_cleanup()

We free the temporary binding before leaving this function, so we also have
to wait for the move to actually complete.

Signed-off-by: Ben Skeggs <bskeggs@redhat.com>
drivers/gpu/drm/nouveau/nouveau_bo.c