summaryrefslogtreecommitdiff
path: root/include/drm/gpu_scheduler.h
AgeCommit message (Expand)AuthorFilesLines
2026-04-17drm/sched: Remove drm_sched_init_args->num_rqsTvrtko Ursulin1-3/+0
2026-04-17drm/sched: Embed run queue singleton into the schedulerTvrtko Ursulin1-4/+1
2026-04-17drm/sched: Remove FIFO and RR and simplify to a single run queueTvrtko Ursulin1-32/+4
2026-04-17drm/sched: Favour interactive clients slightlyTvrtko Ursulin1-0/+5
2026-04-17drm/sched: Add fair scheduling policyTvrtko Ursulin1-3/+14
2026-04-17drm/sched: Account entity GPU timeTvrtko Ursulin1-0/+12
2026-04-17drm/sched: Implement RR via FIFOTvrtko Ursulin1-4/+12
2026-04-16drm/sched: Make drm_sched_entity_kill() a public functionPhilipp Stanner1-0/+1
2025-12-13drm/sched: Add pending job list iteratorMatthew Brost1-0/+50
2025-12-13drm/sched: Add several job helpers to avoid drivers touching scheduler stateMatthew Brost1-0/+2
2025-09-17drm/sched: backend_ops doc fixLuc Ma1-1/+1
2025-07-15drm/sched: Allow drivers to skip the reset and keep on runningMaíra Canal1-0/+3
2025-07-15drm/sched: Rename DRM_GPU_SCHED_STAT_NOMINAL to DRM_GPU_SCHED_STAT_RESETMaíra Canal1-2/+2
2025-07-10drm/sched: Avoid memory leaks with cancel_job() callbackPhilipp Stanner1-0/+18
2025-05-28drm: Get rid of drm_sched_job.idPierre-Eric Pelloux-Prayer1-3/+0
2025-05-28drm/sched: Store the drm client_id in drm_sched_fencePierre-Eric Pelloux-Prayer1-1/+9
2025-05-13drm/sched: Fix outdated comments referencing threadPhilipp Stanner1-1/+1
2025-03-06drm/sched: Update timedout_job()'s documentationPhilipp Stanner1-31/+47
2025-03-06drm/sched: Adjust outdated docu for run_job()Philipp Stanner1-4/+30
2025-02-24drm/sched: Group exported prototypes by object typeTvrtko Ursulin1-27/+33
2025-02-24drm/sched: Move internal prototypes to internal headerTvrtko Ursulin1-27/+0
2025-02-24drm/sched: Move drm_sched_entity_is_ready to internal headerTvrtko Ursulin1-1/+0
2025-02-24drm/sched: Remove a hole from struct drm_sched_jobTvrtko Ursulin1-18/+20
2025-02-12drm/sched: Use struct for drm_sched_init() paramsPhilipp Stanner1-5/+31
2025-02-07drm/scheduler: Remove some unused prototypesTvrtko Ursulin1-4/+0
2025-01-20drm/sched: Add helper to check job dependenciesTvrtko Ursulin1-1/+2
2025-01-13drm/sched: Delete unused update_job_creditsTvrtko Ursulin1-13/+0
2024-10-25drm/sched: warn about drm_sched_job_init()'s partial initPhilipp Stanner1-0/+8
2024-10-17drm/sched: Further optimise drm_sched_entity_push_jobTvrtko Ursulin1-1/+2
2024-10-17drm/sched: Re-group and rename the entity run-queue lockTvrtko Ursulin1-10/+11
2024-10-17drm/sched: Re-order struct drm_sched_rq members for clarityTvrtko Ursulin1-4/+6
2024-10-17drm/sched: Optimise drm_sched_entity_push_jobTvrtko Ursulin1-1/+1
2024-10-09Merge tag 'drm-misc-next-2024-09-26' of https://gitlab.freedesktop.org/drm/mi...Dave Airlie1-6/+6
2024-10-09Merge tag 'drm-misc-next-2024-09-20' of https://gitlab.freedesktop.org/drm/mi...Dave Airlie1-1/+1
2024-10-01Merge tag 'drm-misc-fixes-2024-09-26' of https://gitlab.freedesktop.org/drm/m...Dave Airlie1-1/+1
2024-09-24drm/scheduler: Improve documentationShuicheng Lin1-6/+6
2024-09-24drm/sched: Fix dynamic job-flow control raceRob Clark1-1/+1
2024-09-06drm/sched: add optional errno to drm_sched_start()Christian König1-1/+1
2024-07-25drm/scheduler: remove full_recover from drm_sched_startChristian König1-1/+1
2023-11-25drm/sched: Reverse run-queue priority enumerationLuben Tuikov1-3/+3
2023-11-25drm/sched: Rename priority MIN to LOWLuben Tuikov1-1/+1
2023-11-15Merge drm/drm-next into drm-misc-nextMaxime Ripard1-2/+1
2023-11-10drm/sched: implement dynamic job-flow controlDanilo Krummrich1-6/+22
2023-11-10drm/sched: Qualify drm_sched_wakeup() by drm_sched_entity_is_ready()Luben Tuikov1-1/+1
2023-11-05drm/sched: Drop suffix from drm_sched_wakeup_if_can_queueTvrtko Ursulin1-1/+1
2023-11-02drm/sched: Add a helper to queue TDR immediatelyMatthew Brost1-0/+1
2023-11-02drm/sched: Split free_job into own work itemMatthew Brost1-1/+3
2023-11-02drm/sched: Convert drm scheduler to use a work queue rather than kthreadMatthew Brost1-5/+9
2023-11-02drm/sched: Add drm_sched_wqueue_* helpersMatthew Brost1-0/+3
2023-10-31Merge tag 'drm-misc-next-2023-10-27' of git://anongit.freedesktop.org/drm/drm...Dave Airlie1-3/+6