aboutsummaryrefslogtreecommitdiffstats
path: root/common/recipes-kernel/linux/files/0954-drm-amdgpu-group-VM-mapping-tree-with-its-lock-v2.patch
diff options
context:
space:
mode:
Diffstat (limited to 'common/recipes-kernel/linux/files/0954-drm-amdgpu-group-VM-mapping-tree-with-its-lock-v2.patch')
-rw-r--r--common/recipes-kernel/linux/files/0954-drm-amdgpu-group-VM-mapping-tree-with-its-lock-v2.patch46
1 files changed, 0 insertions, 46 deletions
diff --git a/common/recipes-kernel/linux/files/0954-drm-amdgpu-group-VM-mapping-tree-with-its-lock-v2.patch b/common/recipes-kernel/linux/files/0954-drm-amdgpu-group-VM-mapping-tree-with-its-lock-v2.patch
deleted file mode 100644
index 23c19c2d..00000000
--- a/common/recipes-kernel/linux/files/0954-drm-amdgpu-group-VM-mapping-tree-with-its-lock-v2.patch
+++ /dev/null
@@ -1,46 +0,0 @@
-From 0a8171f2f61d304501f06950b5a4fa1faa2ee84d Mon Sep 17 00:00:00 2001
-From: =?UTF-8?q?Christian=20K=C3=B6nig?= <christian.koenig@amd.com>
-Date: Sat, 19 Dec 2015 19:42:05 +0100
-Subject: [PATCH 0954/1565] drm/amdgpu: group VM mapping tree with its lock
- (v2)
-MIME-Version: 1.0
-Content-Type: text/plain; charset=UTF-8
-Content-Transfer-Encoding: 8bit
-
-And also update the comment.
-
-v2: agd: rebase on usptream.
-
-Signed-off-by: Christian König <christian.koenig@amd.com>
-Reviewed-by: Alex Deucher <alexander.deucher@amd.com>
-Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
----
- drivers/gpu/drm/amd/amdgpu/amdgpu.h | 5 +++--
- 1 file changed, 3 insertions(+), 2 deletions(-)
-
-diff --git a/drivers/gpu/drm/amd/amdgpu/amdgpu.h b/drivers/gpu/drm/amd/amdgpu/amdgpu.h
-index a5f8d96..e80a869 100644
---- a/drivers/gpu/drm/amd/amdgpu/amdgpu.h
-+++ b/drivers/gpu/drm/amd/amdgpu/amdgpu.h
-@@ -891,6 +891,8 @@ struct amdgpu_vm_id {
- };
-
- struct amdgpu_vm {
-+ /* tree of virtual addresses mapped */
-+ spinlock_t it_lock;
- struct rb_root va;
-
- /* protecting invalidated */
-@@ -915,8 +917,7 @@ struct amdgpu_vm {
-
- /* for id and flush management per ring */
- struct amdgpu_vm_id ids[AMDGPU_MAX_RINGS];
-- /* for interval tree */
-- spinlock_t it_lock;
-+
- /* protecting freed */
- spinlock_t freed_lock;
- };
---
-1.9.1
-