summaryrefslogtreecommitdiff
path: root/drivers/gpu/drm/scheduler
AgeCommit message (Expand)AuthorFilesLines
2025-06-06Merge tag 'drm-fixes-2025-06-06' of https://gitlab.freedesktop.org/drm/kernelLinus Torvalds1-0/+1
2025-05-22drm/scheduler: signal scheduled fence when kill jobLin.Cao1-0/+1
2025-04-07Merge drm/drm-next into drm-misc-nextThomas Zimmermann3-6/+13
2025-03-29Merge tag 'drm-next-2025-03-28' of https://gitlab.freedesktop.org/drm/kernelLinus Torvalds4-89/+160
2025-03-24drm/sched: Add a basic test for checking credit limitTvrtko Ursulin1-1/+59
2025-03-24drm/sched: Add a basic test for modifying entities scheduler listTvrtko Ursulin1-1/+68
2025-03-24drm/sched: Add basic priority testsTvrtko Ursulin1-1/+94
2025-03-24drm/sched: Add a simple timeout testTvrtko Ursulin3-6/+73
2025-03-24drm/sched: Add scheduler unit testing infrastructure and some basic testsTvrtko Ursulin6-0/+797
2025-03-14drm/sched: Clarify docu concerning drm_sched_job_arm()Philipp Stanner1-6/+18
2025-03-13drm/sched: Fix fence reference count leakqianyi liu1-2/+9
2025-03-12drm/sched: revert "drm_sched_job_cleanup(): correct false doc"Christian König1-7/+5
2025-03-12Backmerge tag 'v6.14-rc6' into drm-nextDave Airlie1-2/+2
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 Nikula2-10/+12
2025-03-03drm/sched: Fix preprocessor guardPhilipp Stanner1-2/+2
2025-02-24drm/sched: Move internal prototypes to internal headerTvrtko Ursulin2-0/+32
2025-02-24drm/sched: Move drm_sched_entity_is_ready to internal headerTvrtko Ursulin2-12/+13
2025-02-24drm/sched: Add internal job peek/pop APITvrtko Ursulin3-10/+56
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-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