summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/scheduler/sched_entity.c
AgeCommit message (Expand)AuthorFilesLines
2020-06-26drm/scheduler: improve job distribution with multiple queuesNirmoy Das1-1/+1
2020-03-16drm/sched: implement and export drm_sched_pick_bestNirmoy Das1-33/+3
2020-03-16Revert "drm/scheduler: improve job distribution with multiple queues"changzhu1-5/+5
2020-03-09drm/scheduler: implement a function to modify sched listNirmoy Das1-0/+18
2020-01-27drm/amdgpu: fix doc by clarifying sched_list definitionNirmoy Das1-1/+1
2020-01-16drm/scheduler: fix documentation by replacing rq_list with sched_listNirmoy Das1-1/+1
2020-01-16drm/scheduler: improve job distribution with multiple queuesNirmoy Das1-5/+5
2019-12-18drm/scheduler: do not keep a copy of sched listNirmoy Das1-15/+4
2019-12-18drm/scheduler: rework entity creationNirmoy Das1-45/+29
2019-11-07drm/sched: Use completion to wait for sched->thread idle v2.Andrey Grodzovsky1-4/+8
2019-08-15drm/scheduler: use job count instead of peekChristian König1-2/+2
2019-07-15drm/scheduler: drop use of drmP.hSam Ravnborg1-0/+3
2019-02-22Merge branch 'drm-next-5.1' of git://people.freedesktop.org/~agd5f/linux into...Dave Airlie1-13/+26
2019-02-15drm/sched: Fix entities with 0 rqs.Bas Nieuwenhuizen1-13/+26
2019-02-08drm/sched: Always trace the dependencies we wait on, to fix a race.Eric Anholt1-5/+2
2018-11-05drm/scheduler: Add drm_sched_job_cleanupSharat Masetty1-1/+0
2018-11-05drm/sched: Add boolean to mark if sched is ready to work v5Andrey Grodzovsky1-1/+8
2018-10-09drm/scheduler: Simplify spsc_queue_count check in drm_sched_entity_select_rqNathan Chancellor1-2/+1
2018-08-27drm/scheduler: avoid redundant shifting of the entity v2Nayan Deshmukh1-0/+3
2018-08-27drm/scheduler: Add stopped flag to drm_sched_entityAndrey Grodzovsky1-1/+11
2018-08-27drm/scheduler: cleanup entity coding styleChristian König1-57/+110
2018-08-27drm/scheduler: move entity handling into separate fileChristian König1-0/+459