summaryrefslogtreecommitdiff
path: root/drivers/gpu/drm/scheduler
AgeCommit message (Expand)Author
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 remote-tracking branch 'drm/drm-fixes' into drm-misc-fixesMaarten Lankhorst
2024-10-01Merge tag 'drm-misc-fixes-2024-09-26' of https://gitlab.freedesktop.org/drm/m...Dave Airlie
2024-09-30drm/sched: revert "Always increment correct scheduler score"Christian König
2024-09-26drm/sched: Always increment correct scheduler scoreTvrtko Ursulin
2024-09-26drm/sched: Always wake up correct scheduler in drm_sched_entity_push_jobTvrtko Ursulin
2024-09-26drm/sched: Add locking to drm_sched_entity_modify_schedTvrtko Ursulin
2024-09-24drm/sched: Add locking to drm_sched_entity_modify_schedTvrtko Ursulin
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-05-22tracing/treewide: Remove second parameter of __assign_str()Steven Rostedt (Google)
2024-03-25Merge drm/drm-fixes into drm-misc-fixesThomas Zimmermann
2024-03-15drm/sched: fix null-ptr-deref in init entityVitaly Prosyak
2024-02-28drm/scheduler: Simplify the allocation of slab caches in drm_sched_fence_slab...Kunwu Chan
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-24drm/sched: Fix bounds limiting when given a malformed entityLuben Tuikov
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-07drm/sched: Don't disturb the entity when in RR-mode schedulingLuben Tuikov
2023-11-04drm/sched: Drop suffix from drm_sched_wakeup_if_can_queueTvrtko Ursulin
2023-11-04drm/sched: Rename drm_sched_run_job_queue_if_ready and clarify kerneldocTvrtko Ursulin
2023-11-04drm/sched: Rename drm_sched_free_job_queue to be more descriptiveTvrtko Ursulin
2023-11-04drm/sched: Move free worker re-queuing out of the if blockTvrtko Ursulin
2023-11-04drm/sched: Rename drm_sched_get_cleanup_job to be more descriptiveTvrtko Ursulin
2023-11-01drm/sched: Add a helper to queue TDR immediatelyMatthew Brost
2023-11-01drm/sched: Add drm_sched_start_timeout_unlocked helperMatthew 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