drm/nouveau/gem: remove (now) unneeded pre-validate fence sync
authorBen Skeggs <bskeggs@redhat.com>
Fri, 22 Nov 2013 00:44:28 +0000 (10:44 +1000)
committerBen Skeggs <bskeggs@redhat.com>
Thu, 23 Jan 2014 03:38:31 +0000 (13:38 +1000)
Now that nouveau_bo.c can handle sync when it actually needs to, we can
remove this and avoid a double semaphore acquire when syncing in the
command submission path.

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

Simple merge