index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
gpu
/
drm
/
scheduler
/
sched_entity.c
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
drm/sched: implement and export drm_sched_pick_best
Nirmoy Das
2020-03-16
1
-33
/
+3
*
Revert "drm/scheduler: improve job distribution with multiple queues"
changzhu
2020-03-16
1
-5
/
+5
*
drm/scheduler: implement a function to modify sched list
Nirmoy Das
2020-03-09
1
-0
/
+18
*
drm/amdgpu: fix doc by clarifying sched_list definition
Nirmoy Das
2020-01-27
1
-1
/
+1
*
drm/scheduler: fix documentation by replacing rq_list with sched_list
Nirmoy Das
2020-01-16
1
-1
/
+1
*
drm/scheduler: improve job distribution with multiple queues
Nirmoy Das
2020-01-16
1
-5
/
+5
*
drm/scheduler: do not keep a copy of sched list
Nirmoy Das
2019-12-18
1
-15
/
+4
*
drm/scheduler: rework entity creation
Nirmoy Das
2019-12-18
1
-45
/
+29
*
drm/sched: Use completion to wait for sched->thread idle v2.
Andrey Grodzovsky
2019-11-08
1
-4
/
+8
*
drm/scheduler: use job count instead of peek
Christian König
2019-08-15
1
-2
/
+2
*
drm/scheduler: drop use of drmP.h
Sam Ravnborg
2019-07-15
1
-0
/
+3
*
Merge branch 'drm-next-5.1' of git://people.freedesktop.org/~agd5f/linux into...
Dave Airlie
2019-02-22
1
-13
/
+26
|
\
|
*
drm/sched: Fix entities with 0 rqs.
Bas Nieuwenhuizen
2019-02-15
1
-13
/
+26
*
|
drm/sched: Always trace the dependencies we wait on, to fix a race.
Eric Anholt
2019-02-08
1
-5
/
+2
|
/
*
drm/scheduler: Add drm_sched_job_cleanup
Sharat Masetty
2018-11-05
1
-1
/
+0
*
drm/sched: Add boolean to mark if sched is ready to work v5
Andrey Grodzovsky
2018-11-05
1
-1
/
+8
*
drm/scheduler: Simplify spsc_queue_count check in drm_sched_entity_select_rq
Nathan Chancellor
2018-10-10
1
-2
/
+1
*
drm/scheduler: avoid redundant shifting of the entity v2
Nayan Deshmukh
2018-08-27
1
-0
/
+3
*
drm/scheduler: Add stopped flag to drm_sched_entity
Andrey Grodzovsky
2018-08-27
1
-1
/
+11
*
drm/scheduler: cleanup entity coding style
Christian König
2018-08-27
1
-57
/
+110
*
drm/scheduler: move entity handling into separate file
Christian König
2018-08-27
1
-0
/
+459