Commit 091767ee authored by Luc Ma's avatar Luc Ma Committed by Philipp Stanner
Browse files

drm/sched: backend_ops doc fix



Function drm_sched_entity_do_release() has been renamed in
commit 180fc134 ("drm/scheduler: Rename cleanup functions v2.").

Refer to the correct function in the documentation.

Signed-off-by: default avatarLuc Ma <onion0709@gmail.com>
[phasta: commit message]
Signed-off-by: default avatarPhilipp Stanner <phasta@kernel.org>
Link: https://lore.kernel.org/r/20250915132327.6293-1-onion0709@gmail.com
parent ed7a4397
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -546,7 +546,7 @@ struct drm_sched_backend_ops {
 * @num_rqs: Number of run-queues. This is at most DRM_SCHED_PRIORITY_COUNT,
 *           as there's usually one run-queue per priority, but could be less.
 * @sched_rq: An allocated array of run-queues of size @num_rqs;
 * @job_scheduled: once @drm_sched_entity_do_release is called the scheduler
 * @job_scheduled: once drm_sched_entity_flush() is called the scheduler
 *                 waits on this wait queue until all the scheduled jobs are
 *                 finished.
 * @job_id_count: used to assign unique id to the each job.