aboutsummaryrefslogtreecommitdiffstats
path: root/include/drm/gpu_scheduler.h (follow)
AgeCommit message (Expand)AuthorFilesLines
2020-01-27drm/amdgpu: fix doc by clarifying sched_list definitionNirmoy Das1-2/+3
2020-01-16drm/scheduler: fix documentation by replacing rq_list with sched_listNirmoy Das1-5/+5
2020-01-16drm/scheduler: improve job distribution with multiple queuesNirmoy Das1-3/+3
2019-12-18drm/scheduler: rework entity creationNirmoy Das1-3/+5
2019-11-08drm/sched: struct completion requires linux/completion.h inclusionStephen Rothwell1-0/+1
2019-11-07drm/sched: Use completion to wait for sched->thread idle v2.Andrey Grodzovsky1-0/+2
2019-05-02drm/scheduler: Add flag to hint the release of guilty job.Andrey Grodzovsky1-0/+2
2019-05-02drm/scheduler: rework job destructionChristian König1-5/+1
2019-01-25drm/sched: Rework HW fence processing.Andrey Grodzovsky1-4/+2
2019-01-25drm/sched: Refactor ring mirror list handling.Andrey Grodzovsky1-3/+4
2018-12-05drm/scheduler: Add drm_sched_suspend/resume_timeout()Sharat Masetty1-0/+4
2018-11-05drm/scheduler: Add drm_sched_job_cleanupSharat Masetty1-0/+1
2018-11-05drm/sched: Add boolean to mark if sched is ready to work v5Andrey Grodzovsky1-0/+3
2018-11-05drm/sched: add drm_sched_faultChristian König1-0/+1
2018-09-27drm/scheduler: remove timeout work_struct from drm_sched_job (v3)Nayan Deshmukh1-3/+3
2018-08-27drm/scheduler: Add stopped flag to drm_sched_entityAndrey Grodzovsky1-0/+2
2018-08-27drm/scheduler: move entity handling into separate fileChristian König1-9/+19
2018-08-27drm/scheduler: fix setting the priorty for entities (v2)Christian König1-3/+2
2018-08-27drm/scheduler: add counter for total jobs in schedulerNayan Deshmukh1-0/+2
2018-08-27drm/scheduler: add a list of run queues to the entityNayan Deshmukh1-1/+6
2018-07-31drm/scheduler: only kill entity if last user is killed v2Christian König1-0/+2
2018-07-25drm/scheduler: remove sched field from the entityNayan Deshmukh1-2/+0
2018-07-25drm/scheduler: modify API to avoid redundancyNayan Deshmukh1-7/+3
2018-07-13drm/scheduler: modify args of drm_sched_entity_initNayan Deshmukh1-3/+3
2018-07-13drm/scheduler: add a pointer to scheduler in the rqNayan Deshmukh1-0/+2
2018-07-05drm/scheduler: Rename cleanup functions v2.Andrey Grodzovsky1-3/+3
2018-06-15drm/scheduler: Avoid using wait_event_killable for dying process (V4)Andrey Grodzovsky1-3/+4
2018-06-15drm/scheduler: add documentationNayan Deshmukh1-29/+124
2018-05-18drm/scheduler: Remove obsolete spinlock.Andrey Grodzovsky1-1/+0
2018-05-15drm/scheduler: remove unused parameterNayan Deshmukh1-1/+1
2018-05-15drm/gpu-sched: fix force APP kill hang(v4)Emily Deng1-0/+7
2018-04-11drm/sched: Extend the documentation.Eric Anholt1-4/+42
2017-12-07drm/sched: move fence slab handling to module init/exitLucas Stach1-3/+0
2017-12-07drm: move amd_gpu_scheduler into common locationLucas Stach1-0/+176