summaryrefslogtreecommitdiffstats
path: root/include/drm/gpu_scheduler.h
Commit message (Expand)AuthorAgeFilesLines
* drm/sched: Add device pointer to drm_gpu_schedulerJiawei Gu2022-02-231-1/+2
* drm/sched: Avoid lockdep spalt on killing a processesAndrey Grodzovsky2021-11-011-1/+11
* drm/sched: Fix drm_sched_fence_free() so it can be passed an uninitialized fenceBoris Brezillon2021-09-071-1/+1
* drm/sched: improve docs around drm_sched_entityDaniel Vetter2021-08-301-27/+118
* drm/sched: drop entity parameter from drm_sched_push_jobDaniel Vetter2021-08-301-2/+1
* drm/sched: Add dependency trackingDaniel Vetter2021-08-301-3/+30
* drm/sched: Split drm_sched_job_initDaniel Vetter2021-08-301-1/+6
* drm/sched: Allow using a dedicated workqueue for the timeout/fault tdrBoris Brezillon2021-07-011-1/+22
* drm/sched: Document what the timedout_job method should doBoris Brezillon2021-07-011-0/+14
* drm/sched: Fix inverted comment for hang_limitAlyssa Rosenzweig2021-06-031-1/+1
* drm/amd/amdgpu implement tdr advanced modeJack Zhang2021-04-091-0/+3
* drm/sched: add missing member documentationChristian König2021-04-081-0/+1
* drm/scheduler: provide scheduler score externallyChristian König2021-02-051-2/+3
* drm/scheduler: Job timeout handler returns status (v3)Luben Tuikov2021-01-291-3/+15
* drm/sched: Add missing structure commentLuben Tuikov2020-12-101-1/+1
* gpu/drm: ring_mirror_list --> pending_listLuben Tuikov2020-12-081-5/+5
* drm/scheduler: "node" --> "list"Luben Tuikov2020-12-081-2/+2
* Merge tag 'amd-drm-next-5.10-2020-09-03' of git://people.freedesktop.org/~agd...Dave Airlie2020-09-081-6/+7
|\
| * drm/scheduler: Remove priority macro INVALID (v2)Luben Tuikov2020-08-181-1/+0
| * drm/scheduler: Scheduler priority fixes (v2)Luben Tuikov2020-08-181-5/+7
* | drm/scheduler: improve job distribution with multiple queuesNirmoy Das2020-06-261-3/+3
|/
* drm/sched: fix kernel-doc in gpu_scheduler.hSam Ravnborg2020-04-051-0/+1
* drm/sched: implement and export drm_sched_pick_bestNirmoy Das2020-03-161-0/+3
* Revert "drm/scheduler: improve job distribution with multiple queues"changzhu2020-03-161-3/+3
* drm/scheduler: implement a function to modify sched listNirmoy Das2020-03-091-0/+4
* drm/amdgpu: fix doc by clarifying sched_list definitionNirmoy Das2020-01-271-2/+3
* drm/scheduler: fix documentation by replacing rq_list with sched_listNirmoy Das2020-01-161-5/+5
* drm/scheduler: improve job distribution with multiple queuesNirmoy Das2020-01-161-3/+3
* drm/scheduler: rework entity creationNirmoy Das2019-12-181-3/+5
* drm/sched: struct completion requires linux/completion.h inclusionStephen Rothwell2019-11-081-0/+1
* drm/sched: Use completion to wait for sched->thread idle v2.Andrey Grodzovsky2019-11-071-0/+2
* drm/scheduler: Add flag to hint the release of guilty job.Andrey Grodzovsky2019-05-021-0/+2
* drm/scheduler: rework job destructionChristian König2019-05-021-5/+1
* drm/sched: Rework HW fence processing.Andrey Grodzovsky2019-01-251-4/+2
* drm/sched: Refactor ring mirror list handling.Andrey Grodzovsky2019-01-251-3/+4
* drm/scheduler: Add drm_sched_suspend/resume_timeout()Sharat Masetty2018-12-051-0/+4
* drm/scheduler: Add drm_sched_job_cleanupSharat Masetty2018-11-051-0/+1
* drm/sched: Add boolean to mark if sched is ready to work v5Andrey Grodzovsky2018-11-051-0/+3
* drm/sched: add drm_sched_faultChristian König2018-11-051-0/+1
* drm/scheduler: remove timeout work_struct from drm_sched_job (v3)Nayan Deshmukh2018-09-271-3/+3
* drm/scheduler: Add stopped flag to drm_sched_entityAndrey Grodzovsky2018-08-271-0/+2
* drm/scheduler: move entity handling into separate fileChristian König2018-08-271-9/+19
* drm/scheduler: fix setting the priorty for entities (v2)Christian König2018-08-271-3/+2
* drm/scheduler: add counter for total jobs in schedulerNayan Deshmukh2018-08-271-0/+2
* drm/scheduler: add a list of run queues to the entityNayan Deshmukh2018-08-271-1/+6
* drm/scheduler: only kill entity if last user is killed v2Christian König2018-07-311-0/+2
* drm/scheduler: remove sched field from the entityNayan Deshmukh2018-07-251-2/+0
* drm/scheduler: modify API to avoid redundancyNayan Deshmukh2018-07-251-7/+3
* drm/scheduler: modify args of drm_sched_entity_initNayan Deshmukh2018-07-131-3/+3
* drm/scheduler: add a pointer to scheduler in the rqNayan Deshmukh2018-07-131-0/+2