index
:
talos-obmc-linux
dev-4.10
dev-4.13
dev-4.13-fsi
dev-4.13-raptor-05-18-2018
dev-4.13-raptor-06-04-2018
dev-5.0
dev-5.0-raptor-04-16-2019
dev-5.4-raptor-04-16-2019
Talos™ II Linux sources for OpenBMC
Raptor Computing Systems
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
gpu
/
drm
/
amd
/
scheduler
Commit message (
Expand
)
Author
Age
Files
Lines
*
Backmerge tag 'v4.9-rc4' into drm-next
Dave Airlie
2016-11-07
2
-2
/
+3
|
\
|
*
drm/amdgpu: update kernel-doc for some functions
Grazvydas Ignotas
2016-10-24
1
-2
/
+2
|
*
drm/amdgpu: fix sched fence slab teardown
Grazvydas Ignotas
2016-10-24
1
-0
/
+1
*
|
dma-buf: Rename struct fence to dma_fence
Chris Wilson
2016-10-25
4
-70
/
+75
|
/
*
drm/amdgpu: fix timeout value check in amd_sched_job_recovery
Christian König
2016-08-19
1
-1
/
+1
*
drm/amd: fix deadlock of job_list_lock V2
Chunming Zhou
2016-07-29
1
-3
/
+6
*
drm/amd: reset hw count when reset job
Chunming Zhou
2016-07-29
1
-0
/
+3
*
drm/amdgpu: add amd_sched_job_recovery
Chunming Zhou
2016-07-07
2
-0
/
+34
*
drm/amd: add amd_sched_hw_job_reset
Chunming Zhou
2016-07-07
2
-0
/
+15
*
drm/amd: add parent for sched fence
Chunming Zhou
2016-07-07
3
-0
/
+3
*
drm/amdgpu: remove fence parameter from amd_sched_job_init
Christian König
2016-07-07
2
-4
/
+2
*
drm/amdgpu: stop disabling irqs when it isn't neccessary
Christian König
2016-07-07
1
-8
/
+6
*
drm/amdgpu: block scheduler when gpu reset
Chunming Zhou
2016-07-07
1
-3
/
+14
*
drm/amdgpu: stop trying to schedule() with a spin held
Christian König
2016-07-07
1
-0
/
+2
*
drm/amdgpu: generalize the scheduler fence
Christian König
2016-07-07
4
-45
/
+75
*
drm/amdgpu: fix and cleanup job destruction
Christian König
2016-07-07
2
-47
/
+24
*
drm/amdgpu: move locking into the functions who need it
Christian König
2016-07-07
1
-9
/
+9
*
drm/amdgpu: properly abstract scheduler timeout handling
Christian König
2016-07-07
2
-3
/
+10
*
drm/amdgpu: remove use_shed hack in job cleanup
Christian König
2016-07-07
2
-2
/
+0
*
drm/amdgpu: remove duplicated timeout callback
Christian König
2016-07-07
2
-5
/
+1
*
drm/amdgpu: remove begin_job/finish_job
Christian König
2016-07-07
3
-20
/
+9
*
drm/amdgpu: fix coding style in the scheduler v2
Christian König
2016-07-07
3
-23
/
+32
*
drm/amd: cleanup remaining spaces and tabs v2
Christian König
2016-05-11
1
-1
/
+1
*
drm/amd/scheduler: Mark amdgpu_sched_ops const
Nils Wallménius
2016-05-04
2
-3
/
+3
*
drm/amdgpu: use ref to keep job alive
Monk Liu
2016-05-02
2
-1
/
+20
*
drm/amdgpu: rework TDR in scheduler (v2)
Monk Liu
2016-05-02
3
-0
/
+45
*
drm/amdgpu: get rid of incorrect TDR
Monk Liu
2016-05-02
2
-42
/
+1
*
drm/amdgpu: put job to list before done
Monk Liu
2016-05-02
3
-0
/
+27
*
drm/amdgpu: delay job free to when it's finished (v2)
Monk Liu
2016-05-02
2
-1
/
+12
*
drm/amdgpu: use sched_job_init to initialize sched_job
Monk Liu
2016-05-02
2
-1
/
+21
*
drm/amdgpu: RCU protected amd_sched_fence_release
Christian König
2016-03-16
1
-1
/
+22
*
drm/amdgpu: drop a dummy wakeup scheduler
Monk Liu
2016-02-10
1
-1
/
+9
*
drm/amdgpu: add entity only when first job come
Chunming Zhou
2015-12-14
1
-5
/
+8
*
drm/amdgpu: fix race condition in amd_sched_entity_push_job
Nicolai Hähnle
2015-12-04
1
-2
/
+3
*
drm/amd: abstract kernel rq and normal rq to priority of run queue
Chunming Zhou
2015-12-02
2
-7
/
+16
*
drm/amdgpu: move dependency handling out of atomic section v2
Christian König
2015-11-23
1
-27
/
+44
*
drm/amdgpu: optimize scheduler fence handling
Christian König
2015-11-23
3
-14
/
+55
*
drm/amdgpu: fix incorrect mutex usage v3
Christian König
2015-11-16
2
-11
/
+2
*
drm/amdgpu: cleanup scheduler fence get/put dance
Christian König
2015-11-16
1
-1
/
+0
*
drm/amdgpu: add command submission workflow tracepoint
Chunming Zhou
2015-11-16
2
-3
/
+22
*
drm/amd: add kmem cache for sched fence
Chunming Zhou
2015-11-16
3
-2
/
+23
*
drm/amdgpu: fix stoping the scheduler timeout
Christian König
2015-11-04
1
-1
/
+1
*
drm/amd/scheduler: don't oops on failure to load
Dave Airlie
2015-11-03
1
-1
/
+2
*
drm/amdgpu: ignore scheduler fences from the same entity
Christian König
2015-10-28
1
-0
/
+6
*
drm/amdgpu: fix lockup when clean pending fences
Junwei Zhang
2015-10-14
1
-3
/
+3
*
drm/amdgpu: add timer to fence to detect scheduler lockup
Junwei Zhang
2015-10-14
2
-2
/
+48
*
drm/amdgpu: more scheduler cleanups v2
Christian König
2015-09-23
3
-39
/
+26
*
drm/amdgpu: rename fence->scheduler to sched v2
Christian König
2015-09-23
3
-4
/
+4
*
drm/amdgpu: cleanup entity init
Christian König
2015-09-23
3
-19
/
+25
*
drm/amdgpu: refine the job naming for amdgpu_job and amdgpu_sched_job
Junwei Zhang
2015-09-23
2
-33
/
+35
[next]