aboutsummaryrefslogtreecommitdiff
path: root/drivers/gpu/drm/amd/amdgpu
AgeCommit message (Expand)AuthorFilesLines
2022-05-05drm/amdgpu/gfx11: Avoid uninitialised variable 'index'Mike Lothian1-1/+2
2022-05-05drm/amdgpu/gfx10: Avoid uninitialised variable 'index'Mike Lothian1-1/+2
2022-05-05drm/amdgpu/gfx11: Add missing breakMike Lothian1-0/+1
2022-05-05Revert "drm/amdgpu: disable runpm if we are the primary adapter"Alex Deucher3-35/+0
2022-05-05drm/amdgpu/gfx11: remove some register fields that no longer existAlex Deucher2-9/+0
2022-05-04drm/amdgpu/discovery: add VCN 4.0 SupportJames Zhu1-0/+6
2022-05-04drm/amdgpu: add vcn_4_0_0 video codec queryJames Zhu1-0/+44
2022-05-04drm/amdgpu/vcn: enable vcn4 dpg modeJames Zhu1-0/+1
2022-05-04drm/amdgpu/jpeg: enable JPEG PG and CG for VCN4_0_0James Zhu1-1/+3
2022-05-04drm/amdgpu: enable VCN4 PG and CG for VCN4_0_0Leo Liu1-2/+4
2022-05-04drm/amdgpu/jpeg: add jpeg support for VCN4_0_0James Zhu3-1/+640
2022-05-04drm/amdgpu: add VCN4 ip block supportLeo Liu5-2/+1940
2022-05-04drm/amdgpu: move out asic specific definition from common headerJames Zhu4-2/+9
2022-05-04drm/amdgpu: make software ring functions reuseable for newer VCNLeo Liu2-12/+23
2022-05-04drm/amdgpu/discovery: add SDMA v6_0 ip blockStanley Yang1-0/+4
2022-05-04drm/amdgpu: add initial support for sdma v6.0Stanley Yang3-1/+1719
2022-05-04drm/amdgpu: add sdma v6_0_0 pkt header v3Hawking Zhang1-0/+5664
2022-05-04drm/amdgpu/discovery: add MES11 supportAlex Deucher1-6/+15
2022-05-04drm/amdgpu/discovery: add GFX 11.0 SupportLikun Gao1-0/+4
2022-05-04drm/amdgpu/gfx11: enable kiq to map mes ringJack Xiao2-66/+57
2022-05-04drm/amdgpu/gfx10: enable kiq to map mes ringJack Xiao2-67/+55
2022-05-04drm/amdgpu: enable GENERIC0_INT for gfx/compute pipesHawking Zhang1-0/+8
2022-05-04drm/amdgpu: enable fgcg for soc21Evan Quan1-1/+2
2022-05-04drm/amdgpu: enable GFX CGCG/CGLS for GC11.0.0Evan Quan1-1/+2
2022-05-04drm/amdkfd: Add KFD support for soc21 v3Mukul Joshi3-3/+640
2022-05-04drm/amdgpu: add init support for GFX11 (v2)Hawking Zhang4-1/+6364
2022-05-04drm/amdgpu/mes11: initiate mes v11 supportJack Xiao3-1/+1235
2022-05-04drm/amdgpu: support imu for gfx11Likun Gao6-1/+386
2022-05-04drm/amdgpu: add mes unmap legacy queue routineJack Xiao7-574/+379
2022-05-04drm/amdgpu: support RS64 CP fw front door loadLikun Gao1-0/+57
2022-05-04drm/amdgpu: renovate sdma fw structLikun Gao2-0/+25
2022-05-04drm/amdgpu/discovery: handle AMDGPU_FW_LOAD_RLC_BACKDOOR_AUTO in SMUAlex Deucher1-2/+3
2022-05-04drm/amdgpu: fix the fw size for sdmaLikun Gao1-2/+2
2022-05-04drm/amd/amdgpu: add more fw load type to fit new ASICsChengming Gui1-1/+1
2022-05-04drm/amdgpu: correct cp doorbell rangeJack Xiao3-3/+16
2022-05-04drm/amd/amdgpu: adjust the fw load type listChengming Gui1-1/+1
2022-05-04drm/amdgpu/gfx: refine fw hdr check fuctionLikun Gao1-2/+2
2022-05-04drm/amdgpu: extend the show ucode name functionLikun Gao1-0/+16
2022-05-04drm/amdgpu: init SDMA v6 microcode with PSP load typeLikun Gao1-0/+2
2022-05-04drm/amdgpu: add convert for new gfx typeLikun Gao2-0/+44
2022-05-04drm/amdgpu: support IMU front door loadLikun Gao3-0/+21
2022-05-04drm/amdgpu: add new CP_MES ucode idsJack Xiao1-0/+2
2022-05-04drm/amdgpu: support for new SDMA front door loadLikun Gao2-0/+18
2022-05-04drm/amdgpu: support RLCV firmware front door loadLikun Gao3-0/+8
2022-05-04drm/amdgpu: support RLCP firmware front door loadLikun Gao3-0/+8
2022-05-04drm/amdgpu/mes: Update the doorbell function signaturesMukul Joshi2-15/+31
2022-05-04drm/amdgpu/mes: disable mes sdma queue testJack Xiao1-0/+5
2022-05-04drm/amdgpu/mes: fix vm csa update issueJack Xiao2-22/+62
2022-05-04drm/amdgpu/mes10.1: add mes self test in late initJack Xiao1-0/+10
2022-05-04drm/amdgpu/mes: implement mes self testJack Xiao2-0/+99