summaryrefslogtreecommitdiff
path: root/drivers/gpu/drm/amd/amdgpu/amdgpu_psp.c
AgeCommit message (Expand)AuthorFilesLines
2023-09-01drm/amdgpu: Add bootloader status checkLijo Lazar1-0/+11
2023-08-08drm/amdgpu: init TA microcode for SRIOV VF when MP0 IP is 13.0.6Zhigang Luo1-0/+1
2023-08-08drm/amdgpu: Fix style issues in amdgpu_psp.cPraful Swarnakar1-12/+16
2023-07-27drm/amdgpu: add PSP 14.0.0 supportLi Ma1-0/+1
2023-07-21drm/amd: Fix an error handling mistake in psp_sw_init()Mario Limonciello1-3/+3
2023-07-12drm/amdgpu: use psp_execute_load_ip_fw insteadLang Yu1-13/+0
2023-07-12drm/amdgpu: rename psp_execute_non_psp_fw_load and make it globalLang Yu1-6/+6
2023-07-07drm/amd: Detect IFWI or PD upgrade support in psp_early_init()Mario Limonciello1-20/+25
2023-07-07drm/amd: Add documentation for how to flash a dGPUMario Limonciello1-0/+16
2023-07-07drm/amd: Convert USB-C PD F/W attributes into groupsMario Limonciello1-30/+9
2023-07-07drm/amd: Make flashing messages quieterMario Limonciello1-4/+4
2023-07-07drm/amd: Use attribute groups for PSP flashing attributesMario Limonciello1-25/+26
2023-06-30drm/amd: Don't initialize PSP twice for Navi3xMario Limonciello1-5/+0
2023-06-30drm/amd: Don't try to enable secure display TA multiple timesMario Limonciello1-0/+2
2023-06-23drm/amdgpu: Skip TMR for MP0_HWIP 13.0.6Zhigang Luo1-0/+1
2023-06-15drm/amdgpu: Optimize checking ras supportedStanley.Yang1-1/+1
2023-06-15drm/amdgpu: Add channel_dis_num to ras init flagsCandice Li1-0/+1
2023-06-15drm/amdgpu: add wait_for helper for spirom updateLikun Gao1-0/+20
2023-06-09drm/amd: Tighten permissions on VBIOS flashing attributesMario Limonciello1-2/+2
2023-06-09drm/amd: Make sure image is written to trigger VBIOS image update flowMario Limonciello1-0/+3
2023-06-09drm/amdgpu: convert vcn/jpeg logical mask to physical maskStanley.Yang1-0/+4
2023-06-09drm/amdgpu: pass xcc mask to ras taStanley.Yang1-0/+2
2023-06-09drm/amdgpu: Fix a couple of spelling mistakes in info and debug messagesColin Ian King1-1/+1
2023-06-09drm/amdgpu: add instance mask for RAS injectTao Zhou1-1/+20
2023-06-09drm/amdgpu: Add PSP supporting PSP 13.0.6 SRIOV ucode init.Gavin Wan1-0/+3
2023-06-09drm/amdgpu: Add PSP spatial parition interfaceLijo Lazar1-0/+21
2023-06-09drm/amdgpu: preserve the num_links in case of reflectionShiwu Zhang1-1/+2
2023-06-09drm/amdgpu: Handle VRAM dependencies on GFXIP9.4.3Rajneesh Bhardwaj1-2/+4
2023-06-09drm/amdgpu: Skip TMR allocation if not requiredLijo Lazar1-8/+26
2023-06-09drm/amdgpu: Skip runtime db read for PSP 13.0.6Lijo Lazar1-0/+3
2023-06-09drm/amdgpu: reflect psp xgmi topology info for gfx9.4.3Jonathan Kim1-4/+7
2023-06-09drm/amd/amdgpu: Fix style problems in amdgpu_psp.cSrinivasan Shanmugam1-31/+20
2023-04-25drm/amdgpu: support psp vbflash sysfs for MP0 13_0_10Likun Gao1-0/+1
2023-04-21drm/amdgpu: fix calltrace warning in amddrm_buddy_finiLonglong Yao1-2/+2
2023-03-28drm/amdgpu: skip unload tmr when tmr is not loadedTong Liu011-1/+9
2023-03-22drm/amdgpu: Adding CAP firmware initializationBill Liu1-0/+1
2023-03-07drm/amdgpu: Fix the warning info when removing amdgpu devicelyndonli1-16/+1
2023-03-07drm/amdgpu: add psp early init for PSP 13.0.6Hawking Zhang1-0/+1
2023-02-28drm/amdgpu: fix ttm_bo calltrace warning in psp_hw_finiHoratio Zhang1-3/+3
2023-02-14drm/amdgpu: Fix the warning info when unload or remove amdgpuMa Jun1-1/+2
2023-02-03drm/amdgpu: always sending PSP messages LOAD_ASD and UNLOAD_TAVitaly Prosyak1-3/+13
2023-01-20drm/amd: decrease message about missing PSP runtime database to debugMario Limonciello1-1/+1
2023-01-10drm/amd: Optimize SRIOV switch/case for PSP microcode loadMario Limonciello1-7/+1
2023-01-10drm/amd: Use `amdgpu_ucode_*` helpers for PSPMario Limonciello1-59/+21
2023-01-10drm/amd: Load PSP microcode during early_initMario Limonciello1-74/+46
2023-01-10drm/amd: Avoid BUG() for case of SRIOV missing IP versionMario Limonciello1-1/+1
2023-01-10drm/amd: Parse both v1 and v2 TA microcode headers using same functionMario Limonciello1-28/+95
2023-01-05drm/amdgpu: update ta_secureDisplay_if.h to v27.00.00.08Aaron Liu1-1/+1
2023-01-04drm/amdgpu: use VRAM|GTT for a bunch of kernel allocationsChristian König1-9/+15
2022-11-29drm/amdgpu: use dev_dbg to print messages in runtime cycleGuchun Chen1-1/+1