mirror-linux/drivers/gpu/drm/scheduler
Philipp Stanner 437b30db77 drm/sched: Fix comment in drm_sched_run_job_work()
drm_sched_run_job_work() contains a comment which explains that an
entity being NULL means that there is no more work to do. It can,
however, also mean that there is work, but the scheduler doesn't have
enough credits to process the jobs right now.

Provide this detail in the comment.

Reviewed-by: Matthew Brost <matthew.brost@intel.com>
Signed-off-by: Philipp Stanner <phasta@kernel.org>
Link: https://patch.msgid.link/20251028134602.94125-3-phasta@kernel.org
2025-10-31 11:09:00 +01:00
..
tests drm/sched/tests: Remove relict of done_list 2025-09-19 14:10:34 +02:00
.kunitconfig drm/sched: Add scheduler unit testing infrastructure and some basic tests 2025-03-24 10:41:52 +01:00
Makefile drm/sched: Add scheduler unit testing infrastructure and some basic tests 2025-03-24 10:41:52 +01:00
gpu_scheduler_trace.h drm/doc: Document some tracepoints as uAPI 2025-05-28 16:16:18 +02:00
sched_entity.c drm/sched: Fix racy access to drm_sched_entity.dependency 2025-09-02 09:25:51 +02:00
sched_fence.c drm/scheduler: Include <linux/export.h> 2025-06-16 09:02:41 +02:00
sched_internal.h drm/sched: Store the drm client_id in drm_sched_fence 2025-05-28 16:15:58 +02:00
sched_main.c drm/sched: Fix comment in drm_sched_run_job_work() 2025-10-31 11:09:00 +01:00