summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/amd/amdgpu
AgeCommit message (Expand)AuthorLines
2022-05-04drm/amdgpu: support imu for gfx11Likun Gao-1/+386
2022-05-04drm/amdgpu: add mes unmap legacy queue routineJack Xiao-574/+379
2022-05-04drm/amdgpu: support RS64 CP fw front door loadLikun Gao-0/+57
2022-05-04drm/amdgpu: renovate sdma fw structLikun Gao-0/+25
2022-05-04drm/amdgpu/discovery: handle AMDGPU_FW_LOAD_RLC_BACKDOOR_AUTO in SMUAlex Deucher-2/+3
2022-05-04drm/amdgpu: fix the fw size for sdmaLikun Gao-2/+2
2022-05-04drm/amd/amdgpu: add more fw load type to fit new ASICsChengming Gui-1/+1
2022-05-04drm/amdgpu: correct cp doorbell rangeJack Xiao-3/+16
2022-05-04drm/amd/amdgpu: adjust the fw load type listChengming Gui-1/+1
2022-05-04drm/amdgpu/gfx: refine fw hdr check fuctionLikun Gao-2/+2
2022-05-04drm/amdgpu: extend the show ucode name functionLikun Gao-0/+16
2022-05-04drm/amdgpu: init SDMA v6 microcode with PSP load typeLikun Gao-0/+2
2022-05-04drm/amdgpu: add convert for new gfx typeLikun Gao-0/+44
2022-05-04drm/amdgpu: support IMU front door loadLikun Gao-0/+21
2022-05-04drm/amdgpu: add new CP_MES ucode idsJack Xiao-0/+2
2022-05-04drm/amdgpu: support for new SDMA front door loadLikun Gao-0/+18
2022-05-04drm/amdgpu: support RLCV firmware front door loadLikun Gao-0/+8
2022-05-04drm/amdgpu: support RLCP firmware front door loadLikun Gao-0/+8
2022-05-04drm/amdgpu/mes: Update the doorbell function signaturesMukul Joshi-15/+31
2022-05-04drm/amdgpu/mes: disable mes sdma queue testJack Xiao-0/+5
2022-05-04drm/amdgpu/mes: fix vm csa update issueJack Xiao-22/+62
2022-05-04drm/amdgpu/mes10.1: add mes self test in late initJack Xiao-0/+10
2022-05-04drm/amdgpu/mes: implement mes self testJack Xiao-0/+99
2022-05-04drm/amdgpu/mes: add ring/ib test for mes self testJack Xiao-0/+32
2022-05-04drm/amdgpu/mes: create gang and queues for mes self testJack Xiao-0/+39
2022-05-04drm/amdgpu/mes: map ctx metadata for mes self testJack Xiao-0/+37
2022-05-04drm/amdgpu: kiq takes charge of all queuesJack Xiao-0/+3
2022-05-04drm/amdgpu: skip gds switch for mes queueJack Xiao-1/+2
2022-05-04drm/amdgpu: skip kiq ib tests if mes enabledJack Xiao-0/+4
2022-05-04drm/amdgpu: skip some checking for mes queue ib submissionJack Xiao-2/+2
2022-05-04drm/amdgpu: Enable KFD with MES enabledMukul Joshi-15/+9
2022-05-04drm/amdgpu: skip kfd routines when mes enabledJack Xiao-9/+16
2022-05-04drm/amdgpu/mes: add helper functions to alloc/free ctx metadataJack Xiao-0/+29
2022-05-04drm/amdgpu/mes: implement removing mes ringJack Xiao-0/+13
2022-05-04drm/amdgpu/mes: use ring for kernel queue submissionJack Xiao-0/+98
2022-05-04drm/amdgpu/mes: add helper function to get the ctx meta data offsetJack Xiao-1/+38
2022-05-04drm/amdgpu/mes: add helper function to convert ring to queue propertyJack Xiao-0/+17
2022-05-04drm/amdgpu/mes: implement removing mes queueJack Xiao-0/+46
2022-05-04drm/amdgpu/mes: implement adding mes queueJack Xiao-0/+124
2022-05-04drm/amdgpu/mes: initialize mqd from queue propertiesJack Xiao-0/+54
2022-05-04drm/amdgpu/mes: implement resuming all gangsJack Xiao-0/+26
2022-05-04drm/amdgpu/mes: implement suspending all gangsJack Xiao-0/+27
2022-05-04drm/amdgpu/mes: implement removing mes gangJack Xiao-0/+31
2022-05-04drm/amdgpu/mes: implement adding mes gangJack Xiao-0/+79
2022-05-04drm/amdgpu/mes: implement destroying mes processJack Xiao-0/+59
2022-05-04drm/amdgpu/mes: implement creating mes process v2Jack Xiao-0/+80
2022-05-04drm/amdgpu/mes10.1: implement the suspend/resume routineJack Xiao-2/+16
2022-05-04drm/amdgpu/mes10.1: add delay after mes engine enableJack Xiao-0/+1
2022-05-04drm/amdgpu/mes10.1: call general mes initializationJack Xiao-0/+5
2022-05-04drm/amdgpu/mes: relocate status_fence slot allocationJack Xiao-33/+11