aboutsummaryrefslogtreecommitdiffstats
path: root/common/recipes-kernel/linux/files/0608-drm-amdgpu-also-trace-already-allocated-VMIDs.patch
diff options
context:
space:
mode:
Diffstat (limited to 'common/recipes-kernel/linux/files/0608-drm-amdgpu-also-trace-already-allocated-VMIDs.patch')
-rw-r--r--common/recipes-kernel/linux/files/0608-drm-amdgpu-also-trace-already-allocated-VMIDs.patch33
1 files changed, 0 insertions, 33 deletions
diff --git a/common/recipes-kernel/linux/files/0608-drm-amdgpu-also-trace-already-allocated-VMIDs.patch b/common/recipes-kernel/linux/files/0608-drm-amdgpu-also-trace-already-allocated-VMIDs.patch
deleted file mode 100644
index ab1f2b87..00000000
--- a/common/recipes-kernel/linux/files/0608-drm-amdgpu-also-trace-already-allocated-VMIDs.patch
+++ /dev/null
@@ -1,33 +0,0 @@
-From 39ff8449c5680466f568be57fbf79845ff5529ab Mon Sep 17 00:00:00 2001
-From: =?UTF-8?q?Christian=20K=C3=B6nig?= <christian.koenig@amd.com>
-Date: Mon, 28 Sep 2015 12:01:20 +0200
-Subject: [PATCH 0608/1565] drm/amdgpu: also trace already allocated VMIDs
-MIME-Version: 1.0
-Content-Type: text/plain; charset=UTF-8
-Content-Transfer-Encoding: 8bit
-
-Signed-off-by: Christian König <christian.koenig@amd.com>
-Reviewed-by: Alex Deucher <alexander.deucher@amd.com>
----
- drivers/gpu/drm/amd/amdgpu/amdgpu_vm.c | 4 +++-
- 1 file changed, 3 insertions(+), 1 deletion(-)
-
-diff --git a/drivers/gpu/drm/amd/amdgpu/amdgpu_vm.c b/drivers/gpu/drm/amd/amdgpu/amdgpu_vm.c
-index 1e14531..2e15f2d 100644
---- a/drivers/gpu/drm/amd/amdgpu/amdgpu_vm.c
-+++ b/drivers/gpu/drm/amd/amdgpu/amdgpu_vm.c
-@@ -147,8 +147,10 @@ int amdgpu_vm_grab_id(struct amdgpu_vm *vm, struct amdgpu_ring *ring,
-
- /* check if the id is still valid */
- if (vm_id->id && vm_id->last_id_use &&
-- vm_id->last_id_use == adev->vm_manager.active[vm_id->id])
-+ vm_id->last_id_use == adev->vm_manager.active[vm_id->id]) {
-+ trace_amdgpu_vm_grab_id(vm_id->id, ring->idx);
- return 0;
-+ }
-
- /* we definately need to flush */
- vm_id->pd_gpu_addr = ~0ll;
---
-1.9.1
-