aboutsummaryrefslogtreecommitdiffstats
path: root/common/recipes-kernel/linux/files/0488-drm-amdgpu-cleanup-a-scheduler-function-name.patch
diff options
context:
space:
mode:
Diffstat (limited to 'common/recipes-kernel/linux/files/0488-drm-amdgpu-cleanup-a-scheduler-function-name.patch')
-rw-r--r--common/recipes-kernel/linux/files/0488-drm-amdgpu-cleanup-a-scheduler-function-name.patch41
1 files changed, 0 insertions, 41 deletions
diff --git a/common/recipes-kernel/linux/files/0488-drm-amdgpu-cleanup-a-scheduler-function-name.patch b/common/recipes-kernel/linux/files/0488-drm-amdgpu-cleanup-a-scheduler-function-name.patch
deleted file mode 100644
index 418746f5..00000000
--- a/common/recipes-kernel/linux/files/0488-drm-amdgpu-cleanup-a-scheduler-function-name.patch
+++ /dev/null
@@ -1,41 +0,0 @@
-From d54fdb94b2fd4c989d498f69e8bbf4189fde42ef Mon Sep 17 00:00:00 2001
-From: =?UTF-8?q?Christian=20K=C3=B6nig?= <christian.koenig@amd.com>
-Date: Thu, 20 Aug 2015 17:03:48 +0200
-Subject: [PATCH 0488/1050] drm/amdgpu: cleanup a scheduler function name
-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: Chunming Zhou <david1.zhou@amd.com>
----
- drivers/gpu/drm/amd/scheduler/gpu_scheduler.c | 6 +++---
- 1 file changed, 3 insertions(+), 3 deletions(-)
-
-diff --git a/drivers/gpu/drm/amd/scheduler/gpu_scheduler.c b/drivers/gpu/drm/amd/scheduler/gpu_scheduler.c
-index 5fb189c..37badd6 100644
---- a/drivers/gpu/drm/amd/scheduler/gpu_scheduler.c
-+++ b/drivers/gpu/drm/amd/scheduler/gpu_scheduler.c
-@@ -143,8 +143,8 @@ int amd_sched_entity_init(struct amd_gpu_scheduler *sched,
- *
- * return true if entity is initialized, false otherwise
- */
--static bool is_context_entity_initialized(struct amd_gpu_scheduler *sched,
-- struct amd_sched_entity *entity)
-+static bool amd_sched_entity_is_initialized(struct amd_gpu_scheduler *sched,
-+ struct amd_sched_entity *entity)
- {
- return entity->scheduler == sched &&
- entity->belongto_rq != NULL;
-@@ -180,7 +180,7 @@ int amd_sched_entity_fini(struct amd_gpu_scheduler *sched,
- struct amd_sched_rq *rq = entity->belongto_rq;
- long r;
-
-- if (!is_context_entity_initialized(sched, entity))
-+ if (!amd_sched_entity_is_initialized(sched, entity))
- return 0;
- entity->need_wakeup = true;
- /**
---
-1.9.1
-