index
:
linux
for-next
master
Mirror of https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git/
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
gpu
/
drm
/
amd
/
amdgpu
Age
Commit message (
Expand
)
Author
Lines
2022-05-04
drm/amdgpu: support imu for gfx11
Likun Gao
-1
/
+386
2022-05-04
drm/amdgpu: add mes unmap legacy queue routine
Jack Xiao
-574
/
+379
2022-05-04
drm/amdgpu: support RS64 CP fw front door load
Likun Gao
-0
/
+57
2022-05-04
drm/amdgpu: renovate sdma fw struct
Likun Gao
-0
/
+25
2022-05-04
drm/amdgpu/discovery: handle AMDGPU_FW_LOAD_RLC_BACKDOOR_AUTO in SMU
Alex Deucher
-2
/
+3
2022-05-04
drm/amdgpu: fix the fw size for sdma
Likun Gao
-2
/
+2
2022-05-04
drm/amd/amdgpu: add more fw load type to fit new ASICs
Chengming Gui
-1
/
+1
2022-05-04
drm/amdgpu: correct cp doorbell range
Jack Xiao
-3
/
+16
2022-05-04
drm/amd/amdgpu: adjust the fw load type list
Chengming Gui
-1
/
+1
2022-05-04
drm/amdgpu/gfx: refine fw hdr check fuction
Likun Gao
-2
/
+2
2022-05-04
drm/amdgpu: extend the show ucode name function
Likun Gao
-0
/
+16
2022-05-04
drm/amdgpu: init SDMA v6 microcode with PSP load type
Likun Gao
-0
/
+2
2022-05-04
drm/amdgpu: add convert for new gfx type
Likun Gao
-0
/
+44
2022-05-04
drm/amdgpu: support IMU front door load
Likun Gao
-0
/
+21
2022-05-04
drm/amdgpu: add new CP_MES ucode ids
Jack Xiao
-0
/
+2
2022-05-04
drm/amdgpu: support for new SDMA front door load
Likun Gao
-0
/
+18
2022-05-04
drm/amdgpu: support RLCV firmware front door load
Likun Gao
-0
/
+8
2022-05-04
drm/amdgpu: support RLCP firmware front door load
Likun Gao
-0
/
+8
2022-05-04
drm/amdgpu/mes: Update the doorbell function signatures
Mukul Joshi
-15
/
+31
2022-05-04
drm/amdgpu/mes: disable mes sdma queue test
Jack Xiao
-0
/
+5
2022-05-04
drm/amdgpu/mes: fix vm csa update issue
Jack Xiao
-22
/
+62
2022-05-04
drm/amdgpu/mes10.1: add mes self test in late init
Jack Xiao
-0
/
+10
2022-05-04
drm/amdgpu/mes: implement mes self test
Jack Xiao
-0
/
+99
2022-05-04
drm/amdgpu/mes: add ring/ib test for mes self test
Jack Xiao
-0
/
+32
2022-05-04
drm/amdgpu/mes: create gang and queues for mes self test
Jack Xiao
-0
/
+39
2022-05-04
drm/amdgpu/mes: map ctx metadata for mes self test
Jack Xiao
-0
/
+37
2022-05-04
drm/amdgpu: kiq takes charge of all queues
Jack Xiao
-0
/
+3
2022-05-04
drm/amdgpu: skip gds switch for mes queue
Jack Xiao
-1
/
+2
2022-05-04
drm/amdgpu: skip kiq ib tests if mes enabled
Jack Xiao
-0
/
+4
2022-05-04
drm/amdgpu: skip some checking for mes queue ib submission
Jack Xiao
-2
/
+2
2022-05-04
drm/amdgpu: Enable KFD with MES enabled
Mukul Joshi
-15
/
+9
2022-05-04
drm/amdgpu: skip kfd routines when mes enabled
Jack Xiao
-9
/
+16
2022-05-04
drm/amdgpu/mes: add helper functions to alloc/free ctx metadata
Jack Xiao
-0
/
+29
2022-05-04
drm/amdgpu/mes: implement removing mes ring
Jack Xiao
-0
/
+13
2022-05-04
drm/amdgpu/mes: use ring for kernel queue submission
Jack Xiao
-0
/
+98
2022-05-04
drm/amdgpu/mes: add helper function to get the ctx meta data offset
Jack Xiao
-1
/
+38
2022-05-04
drm/amdgpu/mes: add helper function to convert ring to queue property
Jack Xiao
-0
/
+17
2022-05-04
drm/amdgpu/mes: implement removing mes queue
Jack Xiao
-0
/
+46
2022-05-04
drm/amdgpu/mes: implement adding mes queue
Jack Xiao
-0
/
+124
2022-05-04
drm/amdgpu/mes: initialize mqd from queue properties
Jack Xiao
-0
/
+54
2022-05-04
drm/amdgpu/mes: implement resuming all gangs
Jack Xiao
-0
/
+26
2022-05-04
drm/amdgpu/mes: implement suspending all gangs
Jack Xiao
-0
/
+27
2022-05-04
drm/amdgpu/mes: implement removing mes gang
Jack Xiao
-0
/
+31
2022-05-04
drm/amdgpu/mes: implement adding mes gang
Jack Xiao
-0
/
+79
2022-05-04
drm/amdgpu/mes: implement destroying mes process
Jack Xiao
-0
/
+59
2022-05-04
drm/amdgpu/mes: implement creating mes process v2
Jack Xiao
-0
/
+80
2022-05-04
drm/amdgpu/mes10.1: implement the suspend/resume routine
Jack Xiao
-2
/
+16
2022-05-04
drm/amdgpu/mes10.1: add delay after mes engine enable
Jack Xiao
-0
/
+1
2022-05-04
drm/amdgpu/mes10.1: call general mes initialization
Jack Xiao
-0
/
+5
2022-05-04
drm/amdgpu/mes: relocate status_fence slot allocation
Jack Xiao
-33
/
+11
[prev]
[next]