commit | d0b3c3b6c26c6eed1ba3fa37242dfc8942b5e997 | [log] [tgz] |
---|---|---|
author | Maarten Lankhorst <maarten.lankhorst@canonical.com> | Tue Jan 21 13:00:24 2014 +0100 |
committer | Maarten Lankhorst <maarten.lankhorst@canonical.com> | Mon Sep 01 10:16:42 2014 +0200 |
tree | d0c0edaf033b87080f1617bc2ed82f7d12b0b802 | |
parent | 04cd214516d8a6f0f8c0116185d6e360df0860d2 [diff] |
drm/nouveau: add reservation to nouveau_gem_ioctl_cpu_prep Apart from some code inside ttm itself and nouveau_bo_vma_del, this is the only place where ttm_bo_wait is used without a reservation. Fix this so we can remove the fence_lock later on. After the switch to rcu the reservation lock will be removed again. Signed-off-by: Maarten Lankhorst <maarten.lankhorst@canonical.com> Acked-by: Ben Skeggs <bskeggs@redhat.com>