From: Maarten Lankhorst Date: Tue, 21 Jan 2014 12:00:24 +0000 (+0100) Subject: drm/nouveau: add reservation to nouveau_gem_ioctl_cpu_prep X-Git-Tag: fixes-against-v3.18-rc2~73^2~72^2~17 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=d0b3c3b6c26c6eed1ba3fa37242dfc8942b5e997;p=pandora-kernel.git 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 Acked-by: Ben Skeggs --- Reading git-diff-tree failed