index
:
drm-misc
drm-misc-fixes
drm-misc-next
drm-misc-next-fixes
drm-misc-templates
for-linux-next
for-linux-next-fixes
topic/rust-drm
Kernel DRM miscellaneous fixes and cross-tree changes
UNKNOWN
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
gpu
/
drm
/
amd
/
scheduler
Age
Commit message (
Expand
)
Author
Files
Lines
2017-05-24
drm/amdgpu/SRIOV:implement guilty job TDR for(V2)
Monk Liu
2
-1
/
+17
2017-05-10
drm/amdgpu: fix dependency issue
Chunming Zhou
2
-0
/
+19
2017-05-10
drm/amd: fix init order of sched job
Chunming Zhou
1
-1
/
+1
2017-04-28
drm/amdgpu: fix NULL pointer error
Chunming Zhou
1
-1
/
+3
2017-03-29
drm/amd/sched: revise priority number
Chunming Zhou
2
-6
/
+7
2017-03-29
drm/amd/sched: add a unique job id to amd_sched_job
Andres Rodriguez
2
-0
/
+4
2017-03-02
sched/headers: Prepare for new header dependencies before moving code to <uap...
Ingo Molnar
1
-0
/
+1
2016-11-30
Merge tag 'drm-qemu-20161121' of git://git.kraxel.org/linux into drm-next
Dave Airlie
3
-16
/
+22
2016-11-07
Backmerge tag 'v4.9-rc4' into drm-next
Dave Airlie
2
-2
/
+3
2016-10-31
drm/amd: fix scheduler fence teardown order v2
Christian König
3
-16
/
+22
2016-10-25
dma-buf: Rename struct fence to dma_fence
Chris Wilson
4
-70
/
+75
2016-10-24
drm/amdgpu: update kernel-doc for some functions
Grazvydas Ignotas
1
-2
/
+2
2016-10-24
drm/amdgpu: fix sched fence slab teardown
Grazvydas Ignotas
1
-0
/
+1
2016-08-19
drm/amdgpu: fix timeout value check in amd_sched_job_recovery
Christian König
1
-1
/
+1
2016-07-29
drm/amd: fix deadlock of job_list_lock V2
Chunming Zhou
1
-3
/
+6
2016-07-29
drm/amd: reset hw count when reset job
Chunming Zhou
1
-0
/
+3
2016-07-07
drm/amdgpu: add amd_sched_job_recovery
Chunming Zhou
2
-0
/
+34
2016-07-07
drm/amd: add amd_sched_hw_job_reset
Chunming Zhou
2
-0
/
+15
2016-07-07
drm/amd: add parent for sched fence
Chunming Zhou
3
-0
/
+3
2016-07-07
drm/amdgpu: remove fence parameter from amd_sched_job_init
Christian König
2
-4
/
+2
2016-07-07
drm/amdgpu: stop disabling irqs when it isn't neccessary
Christian König
1
-8
/
+6
2016-07-07
drm/amdgpu: block scheduler when gpu reset
Chunming Zhou
1
-3
/
+14
2016-07-07
drm/amdgpu: stop trying to schedule() with a spin held
Christian König
1
-0
/
+2
2016-07-07
drm/amdgpu: generalize the scheduler fence
Christian König
4
-45
/
+75
2016-07-07
drm/amdgpu: fix and cleanup job destruction
Christian König
2
-47
/
+24
2016-07-07
drm/amdgpu: move locking into the functions who need it
Christian König
1
-9
/
+9
2016-07-07
drm/amdgpu: properly abstract scheduler timeout handling
Christian König
2
-3
/
+10
2016-07-07
drm/amdgpu: remove use_shed hack in job cleanup
Christian König
2
-2
/
+0
2016-07-07
drm/amdgpu: remove duplicated timeout callback
Christian König
2
-5
/
+1
2016-07-07
drm/amdgpu: remove begin_job/finish_job
Christian König
3
-20
/
+9
2016-07-07
drm/amdgpu: fix coding style in the scheduler v2
Christian König
3
-23
/
+32
2016-05-11
drm/amd: cleanup remaining spaces and tabs v2
Christian König
1
-1
/
+1
2016-05-04
drm/amd/scheduler: Mark amdgpu_sched_ops const
Nils Wallménius
2
-3
/
+3
2016-05-02
drm/amdgpu: use ref to keep job alive
Monk Liu
2
-1
/
+20
2016-05-02
drm/amdgpu: rework TDR in scheduler (v2)
Monk Liu
3
-0
/
+45
2016-05-02
drm/amdgpu: get rid of incorrect TDR
Monk Liu
2
-42
/
+1
2016-05-02
drm/amdgpu: put job to list before done
Monk Liu
3
-0
/
+27
2016-05-02
drm/amdgpu: delay job free to when it's finished (v2)
Monk Liu
2
-1
/
+12
2016-05-02
drm/amdgpu: use sched_job_init to initialize sched_job
Monk Liu
2
-1
/
+21
2016-03-16
drm/amdgpu: RCU protected amd_sched_fence_release
Christian König
1
-1
/
+22
2016-02-10
drm/amdgpu: drop a dummy wakeup scheduler
Monk Liu
1
-1
/
+9
2015-12-14
drm/amdgpu: add entity only when first job come
Chunming Zhou
1
-5
/
+8
2015-12-04
drm/amdgpu: fix race condition in amd_sched_entity_push_job
Nicolai Hähnle
1
-2
/
+3
2015-12-02
drm/amd: abstract kernel rq and normal rq to priority of run queue
Chunming Zhou
2
-7
/
+16
2015-11-23
drm/amdgpu: move dependency handling out of atomic section v2
Christian König
1
-27
/
+44
2015-11-23
drm/amdgpu: optimize scheduler fence handling
Christian König
3
-14
/
+55
2015-11-16
drm/amdgpu: fix incorrect mutex usage v3
Christian König
2
-11
/
+2
2015-11-16
drm/amdgpu: cleanup scheduler fence get/put dance
Christian König
1
-1
/
+0
2015-11-16
drm/amdgpu: add command submission workflow tracepoint
Chunming Zhou
2
-3
/
+22
2015-11-16
drm/amd: add kmem cache for sched fence
Chunming Zhou
3
-2
/
+23
[next]