aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/drivers/gpu/drm/scheduler/sched_main.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2025-03-14drm/sched: Clarify docu concerning drm_sched_job_arm()Philipp Stanner1-6/+18
2025-03-12drm/sched: revert "drm_sched_job_cleanup(): correct false doc"Christian König1-7/+5
2025-03-06drm/sched: Document run_job() refcount hazardPhilipp Stanner1-3/+6
2025-03-05drm/sched: drm_sched_job_cleanup(): correct false docPhilipp Stanner1-5/+7
2025-03-04drm/sched: stop passing non struct drm_device to drm_err() and friendsJani Nikula1-9/+11
2025-02-24drm/sched: Add internal job peek/pop APITvrtko Ursulin1-4/+3
2025-02-12drm/sched: Use struct for drm_sched_init() paramsPhilipp Stanner1-33/+17
2025-01-20drm/sched: Add helper to check job dependenciesTvrtko Ursulin1-0/+23
2025-01-16drm/sched: Remove weak paused submission checksTvrtko Ursulin1-6/+0
2025-01-13drm/sched: Delete unused update_job_creditsTvrtko Ursulin1-13/+0
2024-12-19drm/sched: Fix drm_sched_fini() docu generationBagas Sanjaya1-1/+2
2024-11-07drm/sched: Improve teardown documentationPhilipp Stanner1-2/+21
2024-11-04Backmerge v6.12-rc6 of git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux into drm-nextDave Airlie1-1/+13
2024-10-31drm/sched: Document purpose of drm_sched_{start,stop}Philipp Stanner1-1/+7
2024-10-28drm/sched: Mark scheduler work queues with WQ_MEM_RECLAIMMatthew Brost1-2/+3
2024-10-25drm/sched: warn about drm_sched_job_init()'s partial initPhilipp Stanner1-0/+4
2024-10-22drm/sched: memset() 'job' in drm_sched_job_init()Philipp Stanner1-0/+8
2024-10-17drm/sched: Further optimise drm_sched_entity_push_jobTvrtko Ursulin1-15/+14
2024-10-17drm/sched: Re-group and rename the entity run-queue lockTvrtko Ursulin1-1/+1
2024-10-17drm/sched: Stop setting current entity in FIFO modeTvrtko Ursulin1-1/+0
2024-10-17drm/sched: Optimise drm_sched_entity_push_jobTvrtko Ursulin1-3/+3
2024-10-09Merge tag 'drm-misc-next-2024-09-26' of https://gitlab.freedesktop.org/drm/misc/kernel into drm-nextDave Airlie1-2/+2
2024-10-09Merge tag 'drm-misc-next-2024-09-20' of https://gitlab.freedesktop.org/drm/misc/kernel into drm-nextDave Airlie1-3/+4
2024-10-02drm/sched: Use drm sched lockdep map for submit_wqMatthew Brost1-0/+11
2024-10-01Merge tag 'drm-misc-fixes-2024-09-26' of https://gitlab.freedesktop.org/drm/misc/kernel into drm-fixesDave Airlie1-5/+2
2024-09-24drm/scheduler: Improve documentationShuicheng Lin1-2/+2
2024-09-24drm/sched: Fix dynamic job-flow control raceRob Clark1-5/+2
2024-09-06drm/sched: add optional errno to drm_sched_start()Christian König1-3/+4
2024-07-25drm/scheduler: remove full_recover from drm_sched_startChristian König1-17/+8
2024-02-26Merge v6.8-rc6 into drm-nextDaniel Vetter1-6/+9
2024-02-06drm/sched: Re-queue run job worker when drm_sched_entity_pop_job() returns NULLMatthew Brost1-6/+9
2024-02-05Merge tag 'drm-misc-next-2024-01-11' of git://anongit.freedesktop.org/drm/drm-misc into drm-nextDave Airlie1-5/+6
2024-01-26drm/sched: Drain all entities in DRM sched run job workerMatthew Brost1-8/+7
2024-01-07drm/sched: Return an error code only as a constant in drm_sched_init()Markus Elfring1-3/+3
2024-01-07drm/sched: One function call less in drm_sched_init() after error detectionMarkus Elfring1-2/+3
2023-11-28drm/sched: Partial revert of "Qualify drm_sched_wakeup() by drm_sched_entity_is_ready()"Bert Karwatzki1-3/+2
2023-11-24drm/sched: Reverse run-queue priority enumerationLuben Tuikov1-8/+7
2023-11-24drm/sched: Rename priority MIN to LOWLuben Tuikov1-5/+5
2023-11-10drm/sched: implement dynamic job-flow controlDanilo Krummrich1-34/+136
2023-11-09drm/sched: Qualify drm_sched_wakeup() by drm_sched_entity_is_ready()Luben Tuikov1-3/+5
2023-11-07drm/sched: Don't disturb the entity when in RR-mode schedulingLuben Tuikov1-13/+3
2023-11-04drm/sched: Drop suffix from drm_sched_wakeup_if_can_queueTvrtko Ursulin1-2/+2
2023-11-04drm/sched: Rename drm_sched_run_job_queue_if_ready and clarify kerneldocTvrtko Ursulin1-8/+8
2023-11-04drm/sched: Rename drm_sched_free_job_queue to be more descriptiveTvrtko Ursulin1-7/+7
2023-11-04drm/sched: Move free worker re-queuing out of the if blockTvrtko Ursulin1-4/+3
2023-11-04drm/sched: Rename drm_sched_get_cleanup_job to be more descriptiveTvrtko Ursulin1-9/+9
2023-11-01drm/sched: Add a helper to queue TDR immediatelyMatthew Brost1-1/+17
2023-11-01drm/sched: Add drm_sched_start_timeout_unlocked helperMatthew Brost1-10/+13
2023-11-01drm/sched: Split free_job into own work itemMatthew Brost1-48/+98
2023-11-01drm/sched: Convert drm scheduler to use a work queue rather than kthreadMatthew Brost1-65/+66