commit | d96bf437b6b52c6d7d2f293ca67e576110b04605 | [log] [tgz] |
---|---|---|
author | Ben Skeggs <bskeggs@redhat.com> | Fri Nov 22 10:44:28 2013 +1000 |
committer | Ben Skeggs <bskeggs@redhat.com> | Thu Jan 23 13:38:31 2014 +1000 |
tree | a4f15197539b59e558f1b8f6eb9a7d7a1a896be5 | |
parent | cef9e99e1e7514ec228ee8a4d667ec3c88007830 [diff] |
drm/nouveau/gem: remove (now) unneeded pre-validate fence sync 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>