aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristian König <[email protected]>2021-04-01 14:50:15 +0200
committerChristian König <[email protected]>2021-04-08 14:59:45 +0200
commitbe318fd85bf2c73c10850a6ce50a87e6f0068926 (patch)
treebb371ec2def2113b9608fcddf7a4098296f0baf1
parent13e133ea1a6b864f16663c3f8941f33e25593de3 (diff)
drm/sched: add missing member documentation
Just fix a warning. Signed-off-by: Christian König <[email protected]> Reported-by: Stephen Rothwell <[email protected]> Fixes: f2f12eb9c32b ("drm/scheduler: provide scheduler score externally") Reviewed-by: Alex Deucher <[email protected]> Link: https://patchwork.freedesktop.org/patch/msgid/[email protected]
-rw-r--r--include/drm/gpu_scheduler.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/drm/gpu_scheduler.h b/include/drm/gpu_scheduler.h
index 1c815e0a14ed..f888b5e9583a 100644
--- 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.
*