projects
/
linux.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
13e133e
)
drm/sched: add missing member documentation
author
Christian König
<christian.koenig@amd.com>
Thu, 1 Apr 2021 12:50:15 +0000
(14:50 +0200)
committer
Christian König
<christian.koenig@amd.com>
Thu, 8 Apr 2021 12:59:45 +0000
(14:59 +0200)
Just fix a warning.
Signed-off-by: Christian König <christian.koenig@amd.com>
Reported-by: Stephen Rothwell <sfr@canb.auug.org.au>
Fixes: f2f12eb9c32b ("drm/scheduler: provide scheduler score externally")
Reviewed-by: Alex Deucher <alexander.deucher@amd.com>
Link:
https://patchwork.freedesktop.org/patch/msgid/20210401125213.138855-1-christian.koenig@amd.com
include/drm/gpu_scheduler.h
patch
|
blob
|
history
diff --git
a/include/drm/gpu_scheduler.h
b/include/drm/gpu_scheduler.h
index 1c815e0a14ed4f2926655da59e5106f194c30337..f888b5e9583ae2efce4c75a484acff8e93be66aa 100644
(file)
--- a/
include/drm/gpu_scheduler.h
+++ b/
include/drm/gpu_scheduler.h
@@
-277,6
+277,7
@@
struct drm_sched_backend_ops {
* @hang_limit: once the hangs by a job crosses this limit then it is marked
* guilty and it will be considered for scheduling further.
* @score: score to help loadbalancer pick a idle sched
+ * @_score: score used when the driver doesn't provide one
* @ready: marks if the underlying HW is ready to work
* @free_guilty: A hit to time out handler to free the guilty job.
*