- 542cff7 drm/sched: Avoid lockdep spalt on killing a processes by Andrey Grodzovsky · 3 years, 2 months ago
- d4c1673 drm/sched: Fix drm_sched_fence_free() so it can be passed an uninitialized fence by Boris Brezillon · 3 years, 4 months ago
- 981b04d drm/sched: improve docs around drm_sched_entity by Daniel Vetter · 3 years, 5 months ago
- 0e10e9a drm/sched: drop entity parameter from drm_sched_push_job by Daniel Vetter · 3 years, 5 months ago
- ebd5f74 drm/sched: Add dependency tracking by Daniel Vetter · 3 years, 5 months ago
- dbe48d0 drm/sched: Split drm_sched_job_init by Daniel Vetter · 3 years, 4 months ago
- 78efe21 drm/sched: Allow using a dedicated workqueue for the timeout/fault tdr by Boris Brezillon · 3 years, 6 months ago
- 1fad1b7 drm/sched: Document what the timedout_job method should do by Boris Brezillon · 3 years, 6 months ago
- 95b2151 drm/sched: Fix inverted comment for hang_limit by Alyssa Rosenzweig · 3 years, 7 months ago
- e6c6338 drm/amd/amdgpu implement tdr advanced mode by Jack Zhang · 3 years, 10 months ago
- be318fd drm/sched: add missing member documentation by Christian König · 3 years, 9 months ago
- f2f12eb drm/scheduler: provide scheduler score externally by Christian König · 3 years, 11 months ago
- a6a1f03 drm/scheduler: Job timeout handler returns status (v3) by Luben Tuikov · 4 years ago
- c365d30 drm/sched: Add missing structure comment by Luben Tuikov · 4 years, 1 month ago
- 6efa4b4 gpu/drm: ring_mirror_list --> pending_list by Luben Tuikov · 4 years, 1 month ago
- 8935ff0 drm/scheduler: "node" --> "list" by Luben Tuikov · 4 years, 1 month ago
- 0c8d22f Merge tag 'amd-drm-next-5.10-2020-09-03' of git://people.freedesktop.org/~agd5f/linux into drm-next by Dave Airlie · 4 years, 4 months ago
- 9af5e21 drm/scheduler: Remove priority macro INVALID (v2) by Luben Tuikov · 4 years, 5 months ago
- e2d732f drm/scheduler: Scheduler priority fixes (v2) by Luben Tuikov · 4 years, 5 months ago
- d41a39d drm/scheduler: improve job distribution with multiple queues by Nirmoy Das · 4 years, 6 months ago
- fa3d55a drm/sched: fix kernel-doc in gpu_scheduler.h by Sam Ravnborg · 4 years, 9 months ago
- ec2edcc drm/sched: implement and export drm_sched_pick_best by Nirmoy Das · 4 years, 10 months ago
- d164bebb Revert "drm/scheduler: improve job distribution with multiple queues" by changzhu · 4 years, 10 months ago
- b37aced drm/scheduler: implement a function to modify sched list by Nirmoy Das · 4 years, 10 months ago
- 2639f45 drm/amdgpu: fix doc by clarifying sched_list definition by Nirmoy Das · 5 years ago
- 9e3e90c drm/scheduler: fix documentation by replacing rq_list with sched_list by Nirmoy Das · 5 years ago
- 56822db drm/scheduler: improve job distribution with multiple queues by Nirmoy Das · 5 years ago
- b3ac176 drm/scheduler: rework entity creation by Nirmoy Das · 5 years ago
- dc10218 drm/sched: struct completion requires linux/completion.h inclusion by Stephen Rothwell · 5 years ago
- 83a7772 drm/sched: Use completion to wait for sched->thread idle v2. by Andrey Grodzovsky · 5 years ago
- a5343b8 drm/scheduler: Add flag to hint the release of guilty job. by Andrey Grodzovsky · 6 years ago
- 5918045 drm/scheduler: rework job destruction by Christian König · 6 years ago
- 3741540 drm/sched: Rework HW fence processing. by Andrey Grodzovsky · 6 years ago
- 222b5f0 drm/sched: Refactor ring mirror list handling. by Andrey Grodzovsky · 6 years ago
- 1db8c14 drm/scheduler: Add drm_sched_suspend/resume_timeout() by Sharat Masetty · 6 years ago
- 26efecf drm/scheduler: Add drm_sched_job_cleanup by Sharat Masetty · 6 years ago
- faf6e1a drm/sched: Add boolean to mark if sched is ready to work v5 by Andrey Grodzovsky · 6 years ago
- 8fe159b drm/sched: add drm_sched_fault by Christian König · 6 years ago
- 6a96243 drm/scheduler: remove timeout work_struct from drm_sched_job (v3) by Nayan Deshmukh · 6 years ago
- 62347a3 drm/scheduler: Add stopped flag to drm_sched_entity by Andrey Grodzovsky · 6 years ago
- 620e762 drm/scheduler: move entity handling into separate file by Christian König · 6 years ago
- 7febe4b drm/scheduler: fix setting the priorty for entities (v2) by Christian König · 6 years ago
- 249a07c drm/scheduler: add counter for total jobs in scheduler by Nayan Deshmukh · 6 years ago
- ac0a6cf drm/scheduler: add a list of run queues to the entity by Nayan Deshmukh · 6 years ago
- 43bce41 drm/scheduler: only kill entity if last user is killed v2 by Christian König · 6 years ago
- 068c330 drm/scheduler: remove sched field from the entity by Nayan Deshmukh · 6 years ago
- cdc5017 drm/scheduler: modify API to avoid redundancy by Nayan Deshmukh · 6 years ago
- aa16b6c drm/scheduler: modify args of drm_sched_entity_init by Nayan Deshmukh · 6 years ago
- 8dc9fbb drm/scheduler: add a pointer to scheduler in the rq by Nayan Deshmukh · 6 years ago
- 180fc13 drm/scheduler: Rename cleanup functions v2. by Andrey Grodzovsky · 7 years ago
- 741f01e drm/scheduler: Avoid using wait_event_killable for dying process (V4) by Andrey Grodzovsky · 7 years ago
- 2d33948 drm/scheduler: add documentation by Nayan Deshmukh · 7 years ago
- 563e1e6 drm/scheduler: Remove obsolete spinlock. by Andrey Grodzovsky · 7 years ago
- 8344c53 drm/scheduler: remove unused parameter by Nayan Deshmukh · 7 years ago
- 8ee3a52 drm/gpu-sched: fix force APP kill hang(v4) by Emily Deng · 7 years ago
- 1a61ee0 drm/sched: Extend the documentation. by Eric Anholt · 7 years ago
- 4983e48 drm/sched: move fence slab handling to module init/exit by Lucas Stach · 7 years ago
- 1b1f42d drm: move amd_gpu_scheduler into common location by Lucas Stach · 7 years ago