aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/amd/amdgpu/amdgpu.h
diff options
context:
space:
mode:
authorChristian König <christian.koenig@amd.com>2016-03-08 11:58:35 -0500
committerAlex Deucher <alexander.deucher@amd.com>2016-03-09 13:04:02 -0500
commit20250215821140801369b84f8cbe79a459a82ba5 (patch)
treef405d7f760da6ef1ef2f9f37ef6f4801f02ee935 /drivers/gpu/drm/amd/amdgpu/amdgpu.h
parente17841b97587adfbe96f48c488fd0873ddfcaff0 (diff)
drm/amdgpu: Revert "add lock for interval tree in vm"
Not needed any more because we need to protect the elements on the list anyway. This reverts commit fe237ed7efec8ac147a4572fdf81173a7f8ddda7. Signed-off-by: Christian König <christian.koenig@amd.com> Reviewed-by: Chunming Zhou <david1.zhou@amd.com> Acked-by: Alex Deucher <alexander.deucher@amd.com> Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
Diffstat (limited to 'drivers/gpu/drm/amd/amdgpu/amdgpu.h')
-rw-r--r--drivers/gpu/drm/amd/amdgpu/amdgpu.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/gpu/drm/amd/amdgpu/amdgpu.h b/drivers/gpu/drm/amd/amdgpu/amdgpu.h
index e32ab13227d4..28b4088b2530 100644
--- a/drivers/gpu/drm/amd/amdgpu/amdgpu.h
+++ b/drivers/gpu/drm/amd/amdgpu/amdgpu.h
@@ -888,7 +888,6 @@ struct amdgpu_vm_id {
888 888
889struct amdgpu_vm { 889struct amdgpu_vm {
890 /* tree of virtual addresses mapped */ 890 /* tree of virtual addresses mapped */
891 spinlock_t it_lock;
892 struct rb_root va; 891 struct rb_root va;
893 892
894 /* protecting invalidated */ 893 /* protecting invalidated */