projects
/
openwrt
/
staging
/
blogic.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
515c6fa
)
drm/amd/sched: fix an outdated comment
author
Nicolai Hähnle
<
[email protected]
>
Thu, 28 Sep 2017 09:35:05 +0000
(11:35 +0200)
committer
Alex Deucher
<
[email protected]
>
Fri, 6 Oct 2017 21:44:25 +0000
(17:44 -0400)
Signed-off-by: Nicolai Hähnle <
[email protected]
>
Reviewed-by: Christian König <
[email protected]
>
Reviewed-by: Andres Rodriguez <
[email protected]
>
Signed-off-by: Alex Deucher <
[email protected]
>
drivers/gpu/drm/amd/scheduler/gpu_scheduler.c
patch
|
blob
|
history
diff --git
a/drivers/gpu/drm/amd/scheduler/gpu_scheduler.c
b/drivers/gpu/drm/amd/scheduler/gpu_scheduler.c
index 742d724cd7204b89a18d8f7ff84ef8570412dcbd..6e899c593b7eb93f4a22e56909cc58570cd0c23e 100644
(file)
--- 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)
{