Skip to content

Commit be318fd

Browse files
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: f2f12eb ("drm/scheduler: provide scheduler score externally") Reviewed-by: Alex Deucher <[email protected]> Link: https://patchwork.freedesktop.org/patch/msgid/[email protected]
1 parent 13e133e commit be318fd

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

include/drm/gpu_scheduler.h

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -277,6 +277,7 @@ struct drm_sched_backend_ops {
277277
* @hang_limit: once the hangs by a job crosses this limit then it is marked
278278
* guilty and it will be considered for scheduling further.
279279
* @score: score to help loadbalancer pick a idle sched
280+
* @_score: score used when the driver doesn't provide one
280281
* @ready: marks if the underlying HW is ready to work
281282
* @free_guilty: A hit to time out handler to free the guilty job.
282283
*

0 commit comments

Comments
 (0)