index
:
kernel/git/next/linux-next.git
akpm
akpm-base
fs-current
fs-next
master
pending-fixes
stable
The linux-next integration testing tree
Linux Next Group
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
include
/
drm
/
gpu_scheduler.h
Age
Commit message (
Expand
)
Author
40 hours
drm/sched: Remove relic from entity docu
Philipp Stanner
2026-04-17
drm/sched: Remove drm_sched_init_args->num_rqs
Tvrtko Ursulin
2026-04-17
drm/sched: Embed run queue singleton into the scheduler
Tvrtko Ursulin
2026-04-17
drm/sched: Remove FIFO and RR and simplify to a single run queue
Tvrtko Ursulin
2026-04-17
drm/sched: Favour interactive clients slightly
Tvrtko Ursulin
2026-04-17
drm/sched: Add fair scheduling policy
Tvrtko Ursulin
2026-04-17
drm/sched: Account entity GPU time
Tvrtko Ursulin
2026-04-17
drm/sched: Implement RR via FIFO
Tvrtko Ursulin
2026-04-16
drm/sched: Make drm_sched_entity_kill() a public function
Philipp Stanner
2025-12-13
drm/sched: Add pending job list iterator
Matthew Brost
2025-12-13
drm/sched: Add several job helpers to avoid drivers touching scheduler state
Matthew Brost
2025-09-17
drm/sched: backend_ops doc fix
Luc Ma
2025-07-15
drm/sched: Allow drivers to skip the reset and keep on running
Maíra Canal
2025-07-15
drm/sched: Rename DRM_GPU_SCHED_STAT_NOMINAL to DRM_GPU_SCHED_STAT_RESET
Maíra Canal
2025-07-10
drm/sched: Avoid memory leaks with cancel_job() callback
Philipp Stanner
2025-05-28
drm: Get rid of drm_sched_job.id
Pierre-Eric Pelloux-Prayer
2025-05-28
drm/sched: Store the drm client_id in drm_sched_fence
Pierre-Eric Pelloux-Prayer
2025-05-13
drm/sched: Fix outdated comments referencing thread
Philipp Stanner
2025-03-06
drm/sched: Update timedout_job()'s documentation
Philipp Stanner
2025-03-06
drm/sched: Adjust outdated docu for run_job()
Philipp Stanner
2025-02-24
drm/sched: Group exported prototypes by object type
Tvrtko Ursulin
2025-02-24
drm/sched: Move internal prototypes to internal header
Tvrtko Ursulin
2025-02-24
drm/sched: Move drm_sched_entity_is_ready to internal header
Tvrtko Ursulin
2025-02-24
drm/sched: Remove a hole from struct drm_sched_job
Tvrtko Ursulin
2025-02-12
drm/sched: Use struct for drm_sched_init() params
Philipp Stanner
2025-02-07
drm/scheduler: Remove some unused prototypes
Tvrtko Ursulin
2025-01-20
drm/sched: Add helper to check job dependencies
Tvrtko Ursulin
2025-01-13
drm/sched: Delete unused update_job_credits
Tvrtko Ursulin
2024-10-25
drm/sched: warn about drm_sched_job_init()'s partial 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: Re-order struct drm_sched_rq members for clarity
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-01
Merge tag 'drm-misc-fixes-2024-09-26' of https://gitlab.freedesktop.org/drm/m...
Dave Airlie
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
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-15
Merge drm/drm-next into drm-misc-next
Maxime Ripard
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-04
drm/sched: Drop suffix from drm_sched_wakeup_if_can_queue
Tvrtko Ursulin
2023-11-01
drm/sched: Add a helper to queue TDR immediately
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
2023-11-01
drm/sched: Add drm_sched_wqueue_* helpers
Matthew Brost
[next]