aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/scheduler (follow)
AgeCommit message (Expand)AuthorFilesLines
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...Dave 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 Ursulin2-17/+23
2024-10-17drm/sched: Re-group and rename the entity run-queue lockTvrtko Ursulin2-15/+15
2024-10-17drm/sched: Stop setting current entity in FIFO modeTvrtko Ursulin1-1/+0
2024-10-17drm/sched: Optimise drm_sched_entity_push_jobTvrtko Ursulin2-7/+12
2024-10-09Merge tag 'drm-misc-next-2024-09-26' of https://gitlab.freedesktop.org/drm/mi...Dave Airlie2-8/+6
2024-10-09Merge tag 'drm-misc-next-2024-09-20' of https://gitlab.freedesktop.org/drm/mi...Dave Airlie1-3/+4
2024-10-02drm/sched: Use drm sched lockdep map for submit_wqMatthew Brost1-0/+11
2024-10-01Merge remote-tracking branch 'drm/drm-fixes' into drm-misc-fixesMaarten Lankhorst1-17/+8
2024-10-01Merge tag 'drm-misc-fixes-2024-09-26' of https://gitlab.freedesktop.org/drm/m...Dave Airlie2-7/+4
2024-09-30drm/sched: revert "Always increment correct scheduler score"Christian König1-1/+1
2024-09-26drm/sched: Always increment correct scheduler scoreTvrtko Ursulin1-1/+1
2024-09-26drm/sched: Always wake up correct scheduler in drm_sched_entity_push_jobTvrtko Ursulin1-2/+8
2024-09-26drm/sched: Add locking to drm_sched_entity_modify_schedTvrtko Ursulin1-0/+2
2024-09-24drm/sched: Add locking to drm_sched_entity_modify_schedTvrtko Ursulin1-0/+2
2024-09-24drm/scheduler: Improve documentationShuicheng Lin2-8/+6
2024-09-24drm/sched: Fix dynamic job-flow control raceRob Clark2-7/+4
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-05-22tracing/treewide: Remove second parameter of __assign_str()Steven Rostedt (Google)1-2/+2
2024-03-25Merge drm/drm-fixes into drm-misc-fixesThomas Zimmermann2-8/+7
2024-03-15drm/sched: fix null-ptr-deref in init entityVitaly Prosyak1-3/+9
2024-02-28drm/scheduler: Simplify the allocation of slab caches in drm_sched_fence_slab...Kunwu Chan1-3/+1
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...Dave 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_...Bert Karwatzki1-3/+2
2023-11-24drm/sched: Reverse run-queue priority enumerationLuben Tuikov2-10/+10
2023-11-24drm/sched: Rename priority MIN to LOWLuben Tuikov2-6/+6
2023-11-24drm/sched: Fix bounds limiting when given a malformed entityLuben Tuikov1-5/+8
2023-11-10drm/sched: implement dynamic job-flow controlDanilo Krummrich2-35/+137
2023-11-09drm/sched: Qualify drm_sched_wakeup() by drm_sched_entity_is_ready()Luben Tuikov2-5/+7
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 Ursulin2-4/+4
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