aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/include/drm/gpu_scheduler.h (follow)
AgeCommit message (Expand)AuthorFilesLines
2021-07-01drm/sched: Document what the timedout_job method should doBoris Brezillon1-0/+14
2021-06-03drm/sched: Fix inverted comment for hang_limitAlyssa Rosenzweig1-1/+1
2021-04-09drm/amd/amdgpu implement tdr advanced modeJack Zhang1-0/+3
2021-04-08drm/sched: add missing member documentationChristian König1-0/+1
2021-02-05drm/scheduler: provide scheduler score externallyChristian König1-2/+3
2021-01-29drm/scheduler: Job timeout handler returns status (v3)Luben Tuikov1-3/+15
2020-12-10drm/sched: Add missing structure commentLuben Tuikov1-1/+1
2020-12-08gpu/drm: ring_mirror_list --> pending_listLuben Tuikov1-5/+5
2020-12-08drm/scheduler: "node" --> "list"Luben Tuikov1-2/+2
2020-09-08Merge tag 'amd-drm-next-5.10-2020-09-03' of git://people.freedesktop.org/~agd5f/linux into drm-nextDave Airlie1-6/+7
2020-08-18drm/scheduler: Remove priority macro INVALID (v2)Luben Tuikov1-1/+0
2020-08-18drm/scheduler: Scheduler priority fixes (v2)Luben Tuikov1-5/+7
2020-06-26drm/scheduler: improve job distribution with multiple queuesNirmoy Das1-3/+3
2020-04-05drm/sched: fix kernel-doc in gpu_scheduler.hSam Ravnborg1-0/+1
2020-03-16drm/sched: implement and export drm_sched_pick_bestNirmoy Das1-0/+3
2020-03-16Revert "drm/scheduler: improve job distribution with multiple queues"changzhu1-3/+3
2020-03-09drm/scheduler: implement a function to modify sched listNirmoy Das1-0/+4
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