diff options
Diffstat (limited to 'drivers/gpu/drm/amd/amdgpu/amdgpu_vm.h')
-rw-r--r-- | drivers/gpu/drm/amd/amdgpu/amdgpu_vm.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/gpu/drm/amd/amdgpu/amdgpu_vm.h b/drivers/gpu/drm/amd/amdgpu/amdgpu_vm.h index c1accd15efc8..cb6a6222fc3f 100644 --- a/drivers/gpu/drm/amd/amdgpu/amdgpu_vm.h +++ b/drivers/gpu/drm/amd/amdgpu/amdgpu_vm.h | |||
@@ -140,7 +140,7 @@ struct amdgpu_vm { | |||
140 | 140 | ||
141 | /* contains the page directory */ | 141 | /* contains the page directory */ |
142 | struct amdgpu_vm_pt root; | 142 | struct amdgpu_vm_pt root; |
143 | struct dma_fence *last_dir_update; | 143 | struct dma_fence *last_update; |
144 | 144 | ||
145 | /* protecting freed */ | 145 | /* protecting freed */ |
146 | spinlock_t freed_lock; | 146 | spinlock_t freed_lock; |