index
:
linux-dev
linus/master
master
Linux kernel development work - see feature branches
Jason A. Donenfeld
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
gpu
/
drm
/
amd
Age
Commit message (
Expand
)
Author
Files
Lines
2022-05-04
drm/amdgpu/mes: add helper function to convert ring to queue property
Jack Xiao
1
-0
/
+17
2022-05-04
drm/amdgpu/mes: implement removing mes queue
Jack Xiao
2
-0
/
+46
2022-05-04
drm/amdgpu/mes: implement adding mes queue
Jack Xiao
2
-0
/
+124
2022-05-04
drm/amdgpu/mes: initialize mqd from queue properties
Jack Xiao
1
-0
/
+54
2022-05-04
drm/amdgpu/mes: implement resuming all gangs
Jack Xiao
2
-0
/
+26
2022-05-04
drm/amdgpu/mes: implement suspending all gangs
Jack Xiao
2
-0
/
+27
2022-05-04
drm/amdgpu/mes: implement removing mes gang
Jack Xiao
2
-0
/
+31
2022-05-04
drm/amdgpu/mes: implement adding mes gang
Jack Xiao
2
-0
/
+79
2022-05-04
drm/amdgpu/mes: implement destroying mes process
Jack Xiao
2
-0
/
+59
2022-05-04
drm/amdgpu/mes: implement creating mes process v2
Jack Xiao
2
-0
/
+80
2022-05-04
drm/amdgpu/mes10.1: implement the suspend/resume routine
Jack Xiao
1
-2
/
+16
2022-05-04
drm/amdgpu/mes10.1: add delay after mes engine enable
Jack Xiao
1
-0
/
+1
2022-05-04
drm/amdgpu/mes10.1: call general mes initialization
Jack Xiao
1
-0
/
+5
2022-05-04
drm/amdgpu/mes: relocate status_fence slot allocation
Jack Xiao
2
-33
/
+11
2022-05-04
drm/amdgpu/mes: initialize/finalize common mes structure v2
Jack Xiao
2
-0
/
+76
2022-05-04
drm/amdgpu: add mes queue id mask v2
Jack Xiao
1
-0
/
+1
2022-05-04
drm/amdgpu/mes: manage mes doorbell allocation
Jack Xiao
2
-0
/
+134
2022-05-04
drm/amdgpu: enable mes kiq N-1 test on sienna cichlid
Jack Xiao
2
-50
/
+184
2022-05-04
drm/amdgpu: add mes kiq frontdoor loading support
Jack Xiao
1
-0
/
+10
2022-05-04
drm/amdgpu/mes: add mes kiq callback
Jack Xiao
1
-0
/
+5
2022-05-04
drm/amdgpu: add mes kiq PSP GFX FW type
Likun Gao
1
-0
/
+6
2022-05-04
drm/amdgpu/sdma5: add mes support for sdma ib test
Jack Xiao
1
-14
/
+36
2022-05-04
drm/amdgpu/sdma5: add mes support for sdma ring test
Jack Xiao
1
-11
/
+26
2022-05-04
drm/amdgpu/sdma5: add mes queue fence handling
Jack Xiao
1
-0
/
+18
2022-05-04
drm/amdgpu/sdma5: associate mes queue id with fence
Jack Xiao
1
-1
/
+3
2022-05-04
drm/amdgpu/sdma5: initialize sdma mqd
Jack Xiao
1
-0
/
+44
2022-05-04
drm/amdgpu/sdma5.2: add mes support for sdma ib test
Jack Xiao
1
-14
/
+36
2022-05-04
drm/amdgpu/sdma5.2: add mes support for sdma ring test
Jack Xiao
1
-11
/
+26
2022-05-04
drm/amdgpu/sdma5.2: add mes queue fence handling
Jack Xiao
1
-0
/
+18
2022-05-04
drm/amdgpu/sdma5.2: associate mes queue id with fence
Jack Xiao
1
-2
/
+4
2022-05-04
drm/amdgpu/sdma5.2: initialize sdma mqd
Jack Xiao
1
-0
/
+44
2022-05-04
drm/amdgpu/sdma: use per-ctx sdma csa address for mes sdma queue
Jack Xiao
1
-7
/
+15
2022-05-04
drm/amdgpu: don't use kiq to flush gpu tlb if mes enabled
Jack Xiao
1
-1
/
+1
2022-05-04
drm/amdgpu/gfx10: add mes support for gfx ib test
Jack Xiao
1
-13
/
+33
2022-05-04
drm/amdgpu/gfx10: add mes queue fence handling
Jack Xiao
1
-20
/
+40
2022-05-04
drm/amdgpu/mes: extend mes framework to support multiple mes pipes
Jack Xiao
2
-101
/
+149
2022-05-04
drm/amdgpu: allocate doorbell index for mes kiq
Jack Xiao
3
-4
/
+8
2022-05-04
drm/amdgpu: add mes_kiq module parameter v2
Jack Xiao
3
-2
/
+19
2022-05-04
drm/amdgpu: update mes process/gang/queue definitions
Jack Xiao
1
-0
/
+59
2022-05-04
drm/amdgpu: use the whole doorbell space for mes
Jack Xiao
1
-12
/
+18
2022-05-04
drm/amdgpu/gmc10: skip emitting pasid mapping packet
Jack Xiao
1
-0
/
+4
2022-05-04
drm/amdgpu/gfx10: use INVALIDATE_TLBS to invalidate TLBs v2
Jack Xiao
1
-7
/
+20
2022-05-04
drm/amdgpu/gfx10: inherit vmid from mqd
Jack Xiao
1
-0
/
+8
2022-05-04
drm/amdgpu/gfx10: associate mes queue id with fence v2
Jack Xiao
2
-1
/
+4
2022-05-04
drm/amdgpu/gfx10: use per ctx CSA for de metadata
Jack Xiao
1
-11
/
+28
2022-05-04
drm/amdgpu/gfx10: use per ctx CSA for ce metadata
Jack Xiao
1
-9
/
+19
2022-05-04
drm/amdgpu/gfx10: implement mqd functions of gfx/compute eng v2
Jack Xiao
1
-55
/
+56
2022-05-04
drm/amdgpu: assign the cpu/gpu address of fence from ring
Jack Xiao
1
-2
/
+2
2022-05-04
drm/amdgpu: initialize/finalize the ring for mes queue
Jack Xiao
1
-41
/
+104
2022-05-04
drm/amdgpu: use ring structure to access rptr/wptr v2
Jack Xiao
21
-145
/
+128
[prev]
[next]