aboutsummaryrefslogtreecommitdiffstats
path: root/meta-amd-bsp/recipes-kernel/linux/linux-yocto-4.14.71/1958-drm-amd-sched-fix-an-outdated-comment.patch
diff options
context:
space:
mode:
Diffstat (limited to 'meta-amd-bsp/recipes-kernel/linux/linux-yocto-4.14.71/1958-drm-amd-sched-fix-an-outdated-comment.patch')
-rw-r--r--meta-amd-bsp/recipes-kernel/linux/linux-yocto-4.14.71/1958-drm-amd-sched-fix-an-outdated-comment.patch32
1 files changed, 32 insertions, 0 deletions
diff --git a/meta-amd-bsp/recipes-kernel/linux/linux-yocto-4.14.71/1958-drm-amd-sched-fix-an-outdated-comment.patch b/meta-amd-bsp/recipes-kernel/linux/linux-yocto-4.14.71/1958-drm-amd-sched-fix-an-outdated-comment.patch
new file mode 100644
index 00000000..9146ef9c
--- /dev/null
+++ b/meta-amd-bsp/recipes-kernel/linux/linux-yocto-4.14.71/1958-drm-amd-sched-fix-an-outdated-comment.patch
@@ -0,0 +1,32 @@
+From f02cdcc260d6366c3c71f2147cf54aefaa4393fb Mon Sep 17 00:00:00 2001
+From: =?UTF-8?q?Nicolai=20H=C3=A4hnle?= <nicolai.haehnle@amd.com>
+Date: Thu, 28 Sep 2017 11:35:05 +0200
+Subject: [PATCH 1958/4131] drm/amd/sched: fix an outdated comment
+MIME-Version: 1.0
+Content-Type: text/plain; charset=UTF-8
+Content-Transfer-Encoding: 8bit
+
+Signed-off-by: Nicolai Hähnle <nicolai.haehnle@amd.com>
+Reviewed-by: Christian König <christian.koenig@amd.com>
+Reviewed-by: Andres Rodriguez <andresx7@gmail.com>
+---
+ drivers/gpu/drm/amd/scheduler/gpu_scheduler.c | 3 +--
+ 1 file changed, 1 insertion(+), 2 deletions(-)
+
+diff --git a/drivers/gpu/drm/amd/scheduler/gpu_scheduler.c b/drivers/gpu/drm/amd/scheduler/gpu_scheduler.c
+index 742d724..6e899c5 100644
+--- a/drivers/gpu/drm/amd/scheduler/gpu_scheduler.c
++++ b/drivers/gpu/drm/amd/scheduler/gpu_scheduler.c
+@@ -354,8 +354,7 @@ static bool amd_sched_entity_in(struct amd_sched_job *sched_job)
+ return added;
+ }
+
+-/* job_finish is called after hw fence signaled, and
+- * the job had already been deleted from ring_mirror_list
++/* job_finish is called after hw fence signaled
+ */
+ static void amd_sched_job_finish(struct work_struct *work)
+ {
+--
+2.7.4
+