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