aboutsummaryrefslogtreecommitdiffstats
path: root/common/recipes-kernel/linux/files/0486-drm-ttm-remove-use_ticket-parameter-from-ttm_bo_rese.patch
diff options
context:
space:
mode:
Diffstat (limited to 'common/recipes-kernel/linux/files/0486-drm-ttm-remove-use_ticket-parameter-from-ttm_bo_rese.patch')
-rw-r--r--common/recipes-kernel/linux/files/0486-drm-ttm-remove-use_ticket-parameter-from-ttm_bo_rese.patch35
1 files changed, 0 insertions, 35 deletions
diff --git a/common/recipes-kernel/linux/files/0486-drm-ttm-remove-use_ticket-parameter-from-ttm_bo_rese.patch b/common/recipes-kernel/linux/files/0486-drm-ttm-remove-use_ticket-parameter-from-ttm_bo_rese.patch
deleted file mode 100644
index b12ddb61..00000000
--- a/common/recipes-kernel/linux/files/0486-drm-ttm-remove-use_ticket-parameter-from-ttm_bo_rese.patch
+++ /dev/null
@@ -1,35 +0,0 @@
-From 60c47d8b19d6620a21d9f3c442743896c35ae6b1 Mon Sep 17 00:00:00 2001
-From: =?UTF-8?q?Christian=20K=C3=B6nig?= <christian.koenig@amd.com>
-Date: Wed, 6 Apr 2016 11:12:03 +0200
-Subject: [PATCH 0486/1110] drm/ttm: remove use_ticket parameter from
- ttm_bo_reserve
-MIME-Version: 1.0
-Content-Type: text/plain; charset=UTF-8
-Content-Transfer-Encoding: 8bit
-
-Not used any more.
-
-Reviewed-by: Sinclair Yeh <syeh@vmware.com>
-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_object.h | 2 +-
- 1 file changed, 1 insertion(+), 1 deletion(-)
-
-diff --git a/drivers/gpu/drm/amd/amdgpu/amdgpu_object.h b/drivers/gpu/drm/amd/amdgpu/amdgpu_object.h
-index acc0801..bdb01d9 100644
---- a/drivers/gpu/drm/amd/amdgpu/amdgpu_object.h
-+++ b/drivers/gpu/drm/amd/amdgpu/amdgpu_object.h
-@@ -71,7 +71,7 @@ static inline int amdgpu_bo_reserve(struct amdgpu_bo *bo, bool no_intr)
- {
- int r;
-
-- r = ttm_bo_reserve(&bo->tbo, !no_intr, false, false, 0);
-+ r = ttm_bo_reserve(&bo->tbo, !no_intr, false, NULL);
- if (unlikely(r != 0)) {
- if (r != -ERESTARTSYS)
- dev_err(bo->adev->dev, "%p reserve failed\n", bo);
---
-2.7.4
-