index
:
BMC/Intel-BMC/linux.git
dev
dev-4.10
dev-4.13
dev-4.17
dev-4.18
dev-4.19
dev-4.3
dev-4.4
dev-4.6
dev-4.7
dev-5.0
dev-5.1
dev-5.10-intel
dev-5.10.46-intel
dev-5.10.49-intel
dev-5.14-intel
dev-5.15-intel
dev-5.2
dev-5.3
dev-5.4
dev-5.7
dev-5.8
dev-5.8-intel
master
Intel OpenBMC Linux kernel source tree (mirror)
Andrey V.Kosteltsev
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
gpu
/
drm
/
amd
Age
Commit message (
Expand
)
Author
Files
Lines
2015-08-27
drm/amdgpu: fix wait queue handling in the scheduler
Christian König
2
-10
/
+10
2015-08-27
drm/amdgpu: remove extra parameters from scheduler callbacks
Christian König
3
-14
/
+8
2015-08-27
drm/amdgpu: wake up scheduler only when neccessary
Christian König
1
-1
/
+12
2015-08-27
drm/amdgpu: remove entity idle timeout v2
Christian König
2
-17
/
+7
2015-08-27
drm/amdgpu: fix postclose order
Christian König
1
-2
/
+2
2015-08-27
drm/amdgpu: use IB for copy buffer of eviction
Chunming Zhou
8
-79
/
+81
2015-08-27
drm/amdgpu: adjust the judgement of removing fence callback
Junwei Zhang
1
-1
/
+1
2015-08-25
drm/amdgpu: fix no sync_wait in copy_buffer
Chunming Zhou
1
-1
/
+7
2015-08-25
drm/amdgpu: fix last_vm_update fence is not effetive for sched fence
Chunming Zhou
4
-18
/
+58
2015-08-25
drm/amdgpu: add priv data to sched
Chunming Zhou
3
-3
/
+7
2015-08-25
drm/amdgpu: add owner for sched fence
Chunming Zhou
6
-8
/
+10
2015-08-25
drm/amdgpu: remove entity reference from sched fence
Christian König
4
-14
/
+8
2015-08-25
drm/amdgpu: fix and cleanup amd_sched_entity_push_job
Christian König
4
-38
/
+48
2015-08-25
drm/amdgpu: remove amdgpu_bo_list_clone
Christian König
2
-35
/
+0
2015-08-25
drm/amdgpu: remove the context from amdgpu_job
Christian König
3
-12
/
+1
2015-08-25
drm/amdgpu: remove unused parameters to amd_sched_create
Christian König
3
-27
/
+11
2015-08-25
drm/amdgpu: remove sched_lock
Christian König
2
-4
/
+0
2015-08-25
drm/amdgpu: remove prepare_job callback
Christian König
2
-9
/
+2
2015-08-25
drm/amdgpu: cleanup a scheduler function name
Christian König
1
-3
/
+3
2015-08-25
drm/amdgpu: reorder scheduler functions
Christian König
1
-28
/
+28
2015-08-25
drm/amdgpu: fix scheduler thread creation error checking
Christian König
1
-7
/
+6
2015-08-25
drm/amdgpu: fix entity wakeup race condition
Christian König
2
-23
/
+21
2015-08-25
drm/amdgpu: cleanup entity picking
Christian König
1
-6
/
+10
2015-08-25
drm/amdgpu: remove some more unused entity members v2
Christian König
2
-11
/
+3
2015-08-25
drm/amdgpu: fix user fences when scheduler is enabled
Christian König
1
-0
/
+2
2015-08-25
drm/amdgpu: fix fence wait in sync_fence, instead should be in sync_rings
Christian König
3
-3
/
+61
2015-08-25
drm/amdgpu: rework scheduler submission handling.
Christian König
2
-37
/
+11
2015-08-25
drm/amdgpu: remove v_seq handling from the scheduler v2
Christian König
9
-57
/
+21
2015-08-25
drm/amdgpu: improve sa_bo->fence by kernel fence
Chunming Zhou
8
-34
/
+58
2015-08-25
drm/amdgpu: modify amdgpu_fence_wait_any() to amdgpu_fence_wait_multiple()
Junwei Zhang
3
-22
/
+69
2015-08-25
drm/amdgpu: fix IH ring allocation for bus addresses (v2)
Alex Deucher
1
-13
/
+7
2015-08-22
drm/amdgpu: Don't link train DisplayPort on HPD until we get the dpcd
Alex Deucher
1
-0
/
+5
2015-08-21
drm/amdgpu: fix CS error handling v2
Christian König
1
-41
/
+26
2015-08-21
drm/amdgpu: fix zeroing all IB fields manually v2
Christian König
7
-18
/
+6
2015-08-21
drm/amdgpu: free the job immediately after dispatching it
Christian König
1
-4
/
+3
2015-08-21
drm/amdgpu: use a spinlock instead of a mutex for the rq
Christian König
2
-33
/
+18
2015-08-21
drm/amdgpu: don't need to use bo_list_clone any more
Chunming Zhou
1
-21
/
+4
2015-08-21
drm/amdgpu: some clean up for cs_ioctl
Chunming Zhou
2
-36
/
+1
2015-08-21
drm/amdgpu: prepare job should be common code path
Chunming Zhou
1
-6
/
+4
2015-08-21
drm/amdgpu: abstract amdgpu_job for scheduler
Chunming Zhou
9
-136
/
+130
2015-08-20
drm/amdgpu: bump the DRM version for new allowed mem-mapped registers
Marek Olšák
1
-1
/
+2
2015-08-17
drm/amdgpu: wait on page directory changes. v2
Bas Nieuwenhuizen
3
-0
/
+11
2015-08-17
drm/amdgpu: cleanup sheduler rq handling v2
Christian König
3
-76
/
+54
2015-08-17
drm/amdgpu: move prepare work out of scheduler to cs_ioctl
Chunming Zhou
1
-13
/
+8
2015-08-17
drm/amdgpu: fix unnecessary wake up
Chunming Zhou
2
-4
/
+7
2015-08-17
drm/amdgpu: fix duplicated mapping invoke bug
monk.liu
1
-0
/
+1
2015-08-17
drm/amdgpu: drop bo_list_clone when no scheduler
monk.liu
1
-9
/
+13
2015-08-17
drm/amdgpu: disable GPU reset by default
Alex Deucher
1
-2
/
+2
2015-08-17
drm/amdgpu: fix type mismatch error
monk.liu
1
-2
/
+3
2015-08-17
drm/amdgpu: add reference for **fence
Chunming Zhou
11
-3
/
+15
[next]