summaryrefslogtreecommitdiffstats
path: root/drivers
AgeCommit message (Expand)AuthorFilesLines
2022-05-04drm/amdkfd: Add KFD support for soc21 v3Mukul Joshi20-64/+2024
2022-05-04drm/amdkfd: add helper to generate cache info from gfx configAlex Deucher1-0/+72
2022-05-04drm/amdgpu: add init support for GFX11 (v2)Hawking Zhang4-1/+6364
2022-05-04drm/amdgpu/mes11: initiate mes v11 supportJack Xiao4-1/+1814
2022-05-04drm/amdgpu: support imu for gfx11Likun Gao6-1/+386
2022-05-04drm/amdgpu: add mes unmap legacy queue routineJack Xiao7-151/+526
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
2022-05-04drm/amdgpu/mes: add ring/ib test for mes self testJack Xiao1-0/+32
2022-05-04drm/amdgpu/mes: create gang and queues for mes self testJack Xiao1-0/+39
2022-05-04drm/amdgpu/mes: map ctx metadata for mes self testJack Xiao1-0/+37
2022-05-04drm/amdgpu: kiq takes charge of all queuesJack Xiao1-0/+3
2022-05-04drm/amdgpu: skip gds switch for mes queueJack Xiao1-1/+2
2022-05-04drm/amdgpu: skip kiq ib tests if mes enabledJack Xiao1-0/+4
2022-05-04drm/amdgpu: skip some checking for mes queue ib submissionJack Xiao1-2/+2
2022-05-04drm/amdgpu: Enable KFD with MES enabledMukul Joshi1-15/+9
2022-05-04drm/amdgpu: skip kfd routines when mes enabledJack Xiao1-9/+16
2022-05-04drm/amdgpu/mes: add helper functions to alloc/free ctx metadataJack Xiao2-0/+29
2022-05-04drm/amdgpu/mes: implement removing mes ringJack Xiao2-0/+13
2022-05-04drm/amdgpu/mes: use ring for kernel queue submissionJack Xiao2-0/+98
2022-05-04drm/amdgpu/mes: add helper function to get the ctx meta data offsetJack Xiao2-1/+38
2022-05-04drm/amdgpu/mes: add helper function to convert ring to queue propertyJack Xiao1-0/+17
2022-05-04drm/amdgpu/mes: implement removing mes queueJack Xiao2-0/+46
2022-05-04drm/amdgpu/mes: implement adding mes queueJack Xiao2-0/+124
2022-05-04drm/amdgpu/mes: initialize mqd from queue propertiesJack Xiao1-0/+54
2022-05-04drm/amdgpu/mes: implement resuming all gangsJack Xiao2-0/+26
2022-05-04drm/amdgpu/mes: implement suspending all gangsJack Xiao2-0/+27
2022-05-04drm/amdgpu/mes: implement removing mes gangJack Xiao2-0/+31
2022-05-04drm/amdgpu/mes: implement adding mes gangJack Xiao2-0/+79
2022-05-04drm/amdgpu/mes: implement destroying mes processJack Xiao2-0/+59
2022-05-04drm/amdgpu/mes: implement creating mes process v2Jack Xiao2-0/+80