index
:
linux.git
kangrejos
master
mm/krealloc
rust/mm
dakr's fork of kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
gpu
/
drm
/
scheduler
/
sched_entity.c
Age
Commit message (
Expand
)
Author
2022-07-15
drm/scheduler: Don't kill jobs in interrupt context
Dmitry Osipenko
2021-11-01
drm/sched: Avoid lockdep spalt on killing a processes
Andrey Grodzovsky
2021-08-30
drm/sched: improve docs around drm_sched_entity
Daniel Vetter
2021-08-30
drm/sched: drop entity parameter from drm_sched_push_job
Daniel Vetter
2021-08-30
drm/sched: Add dependency tracking
Daniel Vetter
2021-08-30
drm/sched: Barriers are needed for entity->last_scheduled
Daniel Vetter
2021-08-30
drm/sched: Split drm_sched_job_init
Daniel Vetter
2021-05-19
drm/sched: Avoid data corruptions
Andrey Grodzovsky
2021-05-19
drm/scheduler: Fix hang when sched_entity released
Andrey Grodzovsky
2021-04-22
drm/scheduler/sched_entity: Fix some function name disparity
Lee Jones
2021-03-08
drm/sched: select new rq even if there is only one v3
Christian König
2021-02-05
drm/scheduler: provide scheduler score externally
Christian König
2020-11-13
gpu: drm: scheduler: sched_entity: Demote non-conformant kernel-doc headers
Lee Jones
2020-10-05
drm/sched: Avoid infinite waits in the drm_sched_entity_destroy() path
Boris Brezillon
2020-06-26
drm/scheduler: improve job distribution with multiple queues
Nirmoy Das
2020-03-16
drm/sched: implement and export drm_sched_pick_best
Nirmoy Das
2020-03-16
Revert "drm/scheduler: improve job distribution with multiple queues"
changzhu
2020-03-09
drm/scheduler: implement a function to modify sched list
Nirmoy Das
2020-01-27
drm/amdgpu: fix doc by clarifying sched_list definition
Nirmoy Das
2020-01-16
drm/scheduler: fix documentation by replacing rq_list with sched_list
Nirmoy Das
2020-01-16
drm/scheduler: improve job distribution with multiple queues
Nirmoy Das
2019-12-18
drm/scheduler: do not keep a copy of sched list
Nirmoy Das
2019-12-18
drm/scheduler: rework entity creation
Nirmoy Das
2019-11-07
drm/sched: Use completion to wait for sched->thread idle v2.
Andrey Grodzovsky
2019-08-15
drm/scheduler: use job count instead of peek
Christian König
2019-07-15
drm/scheduler: drop use of drmP.h
Sam Ravnborg
2019-02-22
Merge branch 'drm-next-5.1' of git://people.freedesktop.org/~agd5f/linux into...
Dave Airlie
2019-02-15
drm/sched: Fix entities with 0 rqs.
Bas Nieuwenhuizen
2019-02-08
drm/sched: Always trace the dependencies we wait on, to fix a race.
Eric Anholt
2018-11-05
drm/scheduler: Add drm_sched_job_cleanup
Sharat Masetty
2018-11-05
drm/sched: Add boolean to mark if sched is ready to work v5
Andrey Grodzovsky
2018-10-09
drm/scheduler: Simplify spsc_queue_count check in drm_sched_entity_select_rq
Nathan Chancellor
2018-08-27
drm/scheduler: avoid redundant shifting of the entity v2
Nayan Deshmukh
2018-08-27
drm/scheduler: Add stopped flag to drm_sched_entity
Andrey Grodzovsky
2018-08-27
drm/scheduler: cleanup entity coding style
Christian König
2018-08-27
drm/scheduler: move entity handling into separate file
Christian König