summaryrefslogtreecommitdiff
path: root/drivers/gpu/drm/scheduler/sched_internal.h
AgeCommit message (Expand)Author
2026-04-17drm/sched: Embed run queue singleton into the schedulerTvrtko Ursulin
2026-04-17drm/sched: Remove FIFO and RR and simplify to a single run queueTvrtko Ursulin
2026-04-17drm/sched: Favour interactive clients slightlyTvrtko Ursulin
2026-04-17drm/sched: Add fair scheduling policyTvrtko Ursulin
2026-04-17drm/sched: Account entity GPU timeTvrtko Ursulin
2026-04-17drm/sched: Implement RR via FIFOTvrtko Ursulin
2026-04-17drm/sched: Move run queue related code into a separate fileTvrtko Ursulin
2026-04-17drm/sched: Consolidate entity run queue managementTvrtko Ursulin
2025-05-28drm/sched: Store the drm client_id in drm_sched_fencePierre-Eric Pelloux-Prayer
2025-02-24drm/sched: Move internal prototypes to internal headerTvrtko Ursulin
2025-02-24drm/sched: Move drm_sched_entity_is_ready to internal headerTvrtko Ursulin
2025-02-24drm/sched: Add internal job peek/pop APITvrtko Ursulin