aboutsummaryrefslogtreecommitdiffstats
path: root/include/drm/gpu_scheduler.h (follow)
AgeCommit message (Expand)AuthorFilesLines
2022-10-20Merge drm/drm-fixes into drm-misc-fixesThomas Zimmermann1-4/+5
2022-10-19drm/sched: add DRM_SCHED_FENCE_DONT_PIPELINE flagChristian König1-0/+9
2022-09-06drm/scheduler: quieten kernel-doc warningsRandy Dunlap1-4/+5
2022-07-15drm/scheduler: Don't kill jobs in interrupt contextDmitry Osipenko1-2/+2
2022-05-17drm/scheduler: Don't kill jobs in interrupt contextDmitry Osipenko1-2/+2
2022-03-28drm/sched: Fix htmldoc warning.Andrey Grodzovsky1-0/+1
2022-02-23drm/sched: Add device pointer to drm_gpu_schedulerJiawei Gu1-1/+2
2021-11-01drm/sched: Avoid lockdep spalt on killing a processesAndrey Grodzovsky1-1/+11
2021-09-07drm/sched: Fix drm_sched_fence_free() so it can be passed an uninitialized fenceBoris Brezillon1-1/+1
2021-08-30drm/sched: improve docs around drm_sched_entityDaniel Vetter1-27/+118
2021-08-30drm/sched: drop entity parameter from drm_sched_push_jobDaniel Vetter1-2/+1
2021-08-30drm/sched: Add dependency trackingDaniel Vetter1-3/+30
2021-08-30drm/sched: Split drm_sched_job_initDaniel Vetter1-1/+6
2021-07-01drm/sched: Allow using a dedicated workqueue for the timeout/fault tdrBoris Brezillon1-1/+22
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