summaryrefslogtreecommitdiffstats
path: root/include/drm/gpu_scheduler.h
AgeCommit message (Expand)AuthorLines
2020-09-08Merge tag 'amd-drm-next-5.10-2020-09-03' of git://people.freedesktop.org/~agd...Dave Airlie-6/+7
2020-08-18drm/scheduler: Remove priority macro INVALID (v2)Luben Tuikov-1/+0
2020-08-18drm/scheduler: Scheduler priority fixes (v2)Luben Tuikov-5/+7
2020-06-26drm/scheduler: improve job distribution with multiple queuesNirmoy Das-3/+3
2020-04-05drm/sched: fix kernel-doc in gpu_scheduler.hSam Ravnborg-0/+1
2020-03-16drm/sched: implement and export drm_sched_pick_bestNirmoy Das-0/+3
2020-03-16Revert "drm/scheduler: improve job distribution with multiple queues"changzhu-3/+3
2020-03-09drm/scheduler: implement a function to modify sched listNirmoy Das-0/+4
2020-01-27drm/amdgpu: fix doc by clarifying sched_list definitionNirmoy Das-2/+3
2020-01-16drm/scheduler: fix documentation by replacing rq_list with sched_listNirmoy Das-5/+5
2020-01-16drm/scheduler: improve job distribution with multiple queuesNirmoy Das-3/+3
2019-12-18drm/scheduler: rework entity creationNirmoy Das-3/+5
2019-11-08drm/sched: struct completion requires linux/completion.h inclusionStephen Rothwell-0/+1
2019-11-07drm/sched: Use completion to wait for sched->thread idle v2.Andrey Grodzovsky-0/+2
2019-05-02drm/scheduler: Add flag to hint the release of guilty job.Andrey Grodzovsky-0/+2
2019-05-02drm/scheduler: rework job destructionChristian König-5/+1
2019-01-25drm/sched: Rework HW fence processing.Andrey Grodzovsky-4/+2
2019-01-25drm/sched: Refactor ring mirror list handling.Andrey Grodzovsky-3/+4
2018-12-05drm/scheduler: Add drm_sched_suspend/resume_timeout()Sharat Masetty-0/+4
2018-11-05drm/scheduler: Add drm_sched_job_cleanupSharat Masetty-0/+1
2018-11-05drm/sched: Add boolean to mark if sched is ready to work v5Andrey Grodzovsky-0/+3
2018-11-05drm/sched: add drm_sched_faultChristian König-0/+1
2018-09-27drm/scheduler: remove timeout work_struct from drm_sched_job (v3)Nayan Deshmukh-3/+3
2018-08-27drm/scheduler: Add stopped flag to drm_sched_entityAndrey Grodzovsky-0/+2
2018-08-27drm/scheduler: move entity handling into separate fileChristian König-9/+19
2018-08-27drm/scheduler: fix setting the priorty for entities (v2)Christian König-3/+2
2018-08-27drm/scheduler: add counter for total jobs in schedulerNayan Deshmukh-0/+2
2018-08-27drm/scheduler: add a list of run queues to the entityNayan Deshmukh-1/+6
2018-07-31drm/scheduler: only kill entity if last user is killed v2Christian König-0/+2
2018-07-25drm/scheduler: remove sched field from the entityNayan Deshmukh-2/+0
2018-07-25drm/scheduler: modify API to avoid redundancyNayan Deshmukh-7/+3
2018-07-13drm/scheduler: modify args of drm_sched_entity_initNayan Deshmukh-3/+3
2018-07-13drm/scheduler: add a pointer to scheduler in the rqNayan Deshmukh-0/+2
2018-07-05drm/scheduler: Rename cleanup functions v2.Andrey Grodzovsky-3/+3
2018-06-15drm/scheduler: Avoid using wait_event_killable for dying process (V4)Andrey Grodzovsky-3/+4
2018-06-15drm/scheduler: add documentationNayan Deshmukh-29/+124
2018-05-18drm/scheduler: Remove obsolete spinlock.Andrey Grodzovsky-1/+0
2018-05-15drm/scheduler: remove unused parameterNayan Deshmukh-1/+1
2018-05-15drm/gpu-sched: fix force APP kill hang(v4)Emily Deng-0/+7
2018-04-11drm/sched: Extend the documentation.Eric Anholt-4/+42
2017-12-07drm/sched: move fence slab handling to module init/exitLucas Stach-3/+0
2017-12-07drm: move amd_gpu_scheduler into common locationLucas Stach-0/+176