summaryrefslogtreecommitdiff
path: root/drivers/gpu/drm/scheduler/sched_entity.c
AgeCommit message (Expand)Author
2020-03-16drm/sched: implement and export drm_sched_pick_bestNirmoy Das
2020-03-16Revert "drm/scheduler: improve job distribution with multiple queues"changzhu
2020-03-09drm/scheduler: implement a function to modify sched listNirmoy Das
2020-01-27drm/amdgpu: fix doc by clarifying sched_list definitionNirmoy Das
2020-01-16drm/scheduler: fix documentation by replacing rq_list with sched_listNirmoy Das
2020-01-16drm/scheduler: improve job distribution with multiple queuesNirmoy Das
2019-12-18drm/scheduler: do not keep a copy of sched listNirmoy Das
2019-12-18drm/scheduler: rework entity creationNirmoy Das
2019-11-07drm/sched: Use completion to wait for sched->thread idle v2.Andrey Grodzovsky
2019-08-15drm/scheduler: use job count instead of peekChristian König
2019-07-15drm/scheduler: drop use of drmP.hSam Ravnborg
2019-02-22Merge branch 'drm-next-5.1' of git://people.freedesktop.org/~agd5f/linux into...Dave Airlie
2019-02-15drm/sched: Fix entities with 0 rqs.Bas Nieuwenhuizen
2019-02-08drm/sched: Always trace the dependencies we wait on, to fix a race.Eric Anholt
2018-11-05drm/scheduler: Add drm_sched_job_cleanupSharat Masetty
2018-11-05drm/sched: Add boolean to mark if sched is ready to work v5Andrey Grodzovsky
2018-10-09drm/scheduler: Simplify spsc_queue_count check in drm_sched_entity_select_rqNathan Chancellor
2018-08-27drm/scheduler: avoid redundant shifting of the entity v2Nayan Deshmukh
2018-08-27drm/scheduler: Add stopped flag to drm_sched_entityAndrey Grodzovsky
2018-08-27drm/scheduler: cleanup entity coding styleChristian König
2018-08-27drm/scheduler: move entity handling into separate fileChristian König