]> git.ipfire.org Git - thirdparty/kernel/linux.git/commitdiff
drm/sched: backend_ops doc fix
authorLuc Ma <onion0709@gmail.com>
Mon, 15 Sep 2025 13:23:26 +0000 (21:23 +0800)
committerPhilipp Stanner <phasta@kernel.org>
Wed, 17 Sep 2025 12:58:33 +0000 (14:58 +0200)
Function drm_sched_entity_do_release() has been renamed in
commit 180fc134d712 ("drm/scheduler: Rename cleanup functions v2.").

Refer to the correct function in the documentation.

Signed-off-by: Luc Ma <onion0709@gmail.com>
[phasta: commit message]
Signed-off-by: Philipp Stanner <phasta@kernel.org>
Link: https://lore.kernel.org/r/20250915132327.6293-1-onion0709@gmail.com
include/drm/gpu_scheduler.h

index 323a505e6e6ae014ea1225e6a3709760236568a5..fb88301b3c45c79a7025e41c877e70dc63871710 100644 (file)
@@ -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.