summaryrefslogtreecommitdiff
path: root/drivers/gpu/drm/scheduler/sched_main.c
AgeCommit message (Expand)Author
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: Warn if pending_list is not emptyPhilipp Stanner
2025-07-10drm/sched: Avoid memory leaks with cancel_job() callbackPhilipp Stanner
2025-07-09drm/sched: Consolidate drm_sched_rq_select_entity_rrTvrtko Ursulin
2025-07-04drm/sched: De-clutter drm_sched_initTvrtko Ursulin
2025-06-16drm/scheduler: Include <linux/export.h>Thomas Zimmermann
2025-05-28drm: Get rid of drm_sched_job.idPierre-Eric Pelloux-Prayer
2025-05-28drm/sched: Cleanup event namesPierre-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-14drm/sched: Clarify docu concerning drm_sched_job_arm()Philipp Stanner
2025-03-12drm/sched: revert "drm_sched_job_cleanup(): correct false doc"Christian König
2025-03-06drm/sched: Document run_job() refcount hazardPhilipp Stanner
2025-03-05drm/sched: drm_sched_job_cleanup(): correct false docPhilipp Stanner
2025-03-04drm/sched: stop passing non struct drm_device to drm_err() and friendsJani Nikula
2025-02-24drm/sched: Add internal job peek/pop APITvrtko Ursulin
2025-02-12drm/sched: Use struct for drm_sched_init() paramsPhilipp Stanner
2025-01-20drm/sched: Add helper to check job dependenciesTvrtko Ursulin
2025-01-16drm/sched: Remove weak paused submission checksTvrtko Ursulin
2025-01-13drm/sched: Delete unused update_job_creditsTvrtko Ursulin
2024-12-19drm/sched: Fix drm_sched_fini() docu generationBagas Sanjaya
2024-11-07drm/sched: Improve teardown documentationPhilipp Stanner
2024-11-04Backmerge v6.12-rc6 of git://git.kernel.org/pub/scm/linux/kernel/git/torvalds...Dave Airlie
2024-10-31drm/sched: Document purpose of drm_sched_{start,stop}Philipp Stanner
2024-10-28drm/sched: Mark scheduler work queues with WQ_MEM_RECLAIMMatthew Brost
2024-10-25drm/sched: warn about drm_sched_job_init()'s partial initPhilipp Stanner
2024-10-22drm/sched: memset() 'job' in drm_sched_job_init()Philipp 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: Stop setting current entity in FIFO modeTvrtko 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-02drm/sched: Use drm sched lockdep map for submit_wqMatthew Brost
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
2024-02-26Merge v6.8-rc6 into drm-nextDaniel Vetter
2024-02-06drm/sched: Re-queue run job worker when drm_sched_entity_pop_job() returns NULLMatthew Brost
2024-02-05Merge tag 'drm-misc-next-2024-01-11' of git://anongit.freedesktop.org/drm/drm...Dave Airlie
2024-01-26drm/sched: Drain all entities in DRM sched run job workerMatthew Brost
2024-01-07drm/sched: Return an error code only as a constant in drm_sched_init()Markus Elfring
2024-01-07drm/sched: One function call less in drm_sched_init() after error detectionMarkus Elfring
2023-11-28drm/sched: Partial revert of "Qualify drm_sched_wakeup() by drm_sched_entity_...Bert Karwatzki
2023-11-24drm/sched: Reverse run-queue priority enumerationLuben Tuikov
2023-11-24drm/sched: Rename priority MIN to LOWLuben Tuikov
2023-11-10drm/sched: implement dynamic job-flow controlDanilo Krummrich