index
:
nova.git
nova
nova-next
topic/nova/allocator
wip/fw-loader
dakr's fork of freedesktop.org/drm/nova
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
gpu
/
drm
/
scheduler
Age
Commit message (
Expand
)
Author
2024-11-07
drm/sched: Improve teardown documentation
Philipp Stanner
2024-11-04
Backmerge v6.12-rc6 of git://git.kernel.org/pub/scm/linux/kernel/git/torvalds...
Dave Airlie
2024-10-31
drm/sched: Document purpose of drm_sched_{start,stop}
Philipp Stanner
2024-10-28
drm/sched: Mark scheduler work queues with WQ_MEM_RECLAIM
Matthew Brost
2024-10-25
drm/sched: warn about drm_sched_job_init()'s partial init
Philipp Stanner
2024-10-22
drm/sched: memset() 'job' in drm_sched_job_init()
Philipp Stanner
2024-10-17
drm/sched: Further optimise drm_sched_entity_push_job
Tvrtko Ursulin
2024-10-17
drm/sched: Re-group and rename the entity run-queue lock
Tvrtko Ursulin
2024-10-17
drm/sched: Stop setting current entity in FIFO mode
Tvrtko Ursulin
2024-10-17
drm/sched: Optimise drm_sched_entity_push_job
Tvrtko Ursulin
2024-10-09
Merge tag 'drm-misc-next-2024-09-26' of https://gitlab.freedesktop.org/drm/mi...
Dave Airlie
2024-10-09
Merge tag 'drm-misc-next-2024-09-20' of https://gitlab.freedesktop.org/drm/mi...
Dave Airlie
2024-10-02
drm/sched: Use drm sched lockdep map for submit_wq
Matthew Brost
2024-10-01
Merge remote-tracking branch 'drm/drm-fixes' into drm-misc-fixes
Maarten Lankhorst
2024-10-01
Merge tag 'drm-misc-fixes-2024-09-26' of https://gitlab.freedesktop.org/drm/m...
Dave Airlie
2024-09-30
drm/sched: revert "Always increment correct scheduler score"
Christian König
2024-09-26
drm/sched: Always increment correct scheduler score
Tvrtko Ursulin
2024-09-26
drm/sched: Always wake up correct scheduler in drm_sched_entity_push_job
Tvrtko Ursulin
2024-09-26
drm/sched: Add locking to drm_sched_entity_modify_sched
Tvrtko Ursulin
2024-09-24
drm/sched: Add locking to drm_sched_entity_modify_sched
Tvrtko Ursulin
2024-09-24
drm/scheduler: Improve documentation
Shuicheng Lin
2024-09-24
drm/sched: Fix dynamic job-flow control race
Rob Clark
2024-09-06
drm/sched: add optional errno to drm_sched_start()
Christian König
2024-07-25
drm/scheduler: remove full_recover from drm_sched_start
Christian König
2024-05-22
tracing/treewide: Remove second parameter of __assign_str()
Steven Rostedt (Google)
2024-03-25
Merge drm/drm-fixes into drm-misc-fixes
Thomas Zimmermann
2024-03-15
drm/sched: fix null-ptr-deref in init entity
Vitaly Prosyak
2024-02-28
drm/scheduler: Simplify the allocation of slab caches in drm_sched_fence_slab...
Kunwu Chan
2024-02-26
Merge v6.8-rc6 into drm-next
Daniel Vetter
2024-02-06
drm/sched: Re-queue run job worker when drm_sched_entity_pop_job() returns NULL
Matthew Brost
2024-02-05
Merge tag 'drm-misc-next-2024-01-11' of git://anongit.freedesktop.org/drm/drm...
Dave Airlie
2024-01-26
drm/sched: Drain all entities in DRM sched run job worker
Matthew Brost
2024-01-07
drm/sched: Return an error code only as a constant in drm_sched_init()
Markus Elfring
2024-01-07
drm/sched: One function call less in drm_sched_init() after error detection
Markus Elfring
2023-11-28
drm/sched: Partial revert of "Qualify drm_sched_wakeup() by drm_sched_entity_...
Bert Karwatzki
2023-11-24
drm/sched: Reverse run-queue priority enumeration
Luben Tuikov
2023-11-24
drm/sched: Rename priority MIN to LOW
Luben Tuikov
2023-11-24
drm/sched: Fix bounds limiting when given a malformed entity
Luben Tuikov
2023-11-10
drm/sched: implement dynamic job-flow control
Danilo Krummrich
2023-11-09
drm/sched: Qualify drm_sched_wakeup() by drm_sched_entity_is_ready()
Luben Tuikov
2023-11-07
drm/sched: Don't disturb the entity when in RR-mode scheduling
Luben Tuikov
2023-11-04
drm/sched: Drop suffix from drm_sched_wakeup_if_can_queue
Tvrtko Ursulin
2023-11-04
drm/sched: Rename drm_sched_run_job_queue_if_ready and clarify kerneldoc
Tvrtko Ursulin
2023-11-04
drm/sched: Rename drm_sched_free_job_queue to be more descriptive
Tvrtko Ursulin
2023-11-04
drm/sched: Move free worker re-queuing out of the if block
Tvrtko Ursulin
2023-11-04
drm/sched: Rename drm_sched_get_cleanup_job to be more descriptive
Tvrtko Ursulin
2023-11-01
drm/sched: Add a helper to queue TDR immediately
Matthew Brost
2023-11-01
drm/sched: Add drm_sched_start_timeout_unlocked helper
Matthew Brost
2023-11-01
drm/sched: Split free_job into own work item
Matthew Brost
2023-11-01
drm/sched: Convert drm scheduler to use a work queue rather than kthread
Matthew Brost
[next]