summaryrefslogtreecommitdiff
path: root/drivers/gpu/drm/amd/amdgpu/amdgpu_psp.c
AgeCommit message (Expand)AuthorFilesLines
2026-02-21Convert 'alloc_obj' family to use the new default GFP_KERNEL argumentLinus Torvalds1-2/+2
2026-02-21treewide: Replace kmalloc with kmalloc_obj for non-scalar typesKees Cook1-2/+2
2026-02-12drm/amdgpu:Add psp v13_0_15 ip blockMangesh Gadre1-1/+4
2026-02-12drm/amdgpu: Adjust usleep_range in fence waitCe Sun1-1/+1
2026-01-08drm/amdgpu: Extend psp_skip_tmr for bare-metal and sriovHawking Zhang1-28/+12
2026-01-05drm/amdgpu: Enable support for PSP 15_0_0Pratik Vishwakarma1-1/+17
2025-12-10drm/amdgpu: Add vram_type to ras init_flagsCandice Li1-0/+1
2025-12-08drm/amdgpu: Set psp ip block and funcs for v15.0.8Le Ma1-0/+4
2025-12-08drm/amdgpu: Upload a single sdma fw copy when using psp v15.0.8Hawking Zhang1-1/+3
2025-12-08drm/amdgpu: Set skip_tmr to true for psp v15_0_8Hawking Zhang1-0/+1
2025-12-08drm/amdgpu: Add psp v15.0.8 ip block v3Le Ma1-0/+8
2025-12-08drm/amdgpu: update psp_get_fw_type() functionFeifei Xu1-3/+2
2025-12-08drm/amdgpu: Add rlcv firmware for frontdoor loading.Feifei Xu1-0/+8
2025-11-14drm/amdgpu: Enable xgmi extended peer links for sriov guestWill Aitken1-2/+2
2025-11-14drm/amdgpu: Refactor sriov xgmi topology filling to common codeWill Aitken1-5/+14
2025-11-06drm/amd: Fix suspend failure with secure display TAMario Limonciello1-1/+4
2025-10-07drm/amd: Check whether secure display TA loaded successfullyMario Limonciello1-1/+1
2025-09-15Revert "drm/amdgpu: Allocate psp fw private buffer in vram"Hawking Zhang1-1/+2
2025-09-02drm/amd/amdgpu: Fix missing error return on kzalloc failureColin Ian King1-1/+1
2025-09-02Merge tag 'amd-drm-next-6.18-2025-08-29' of https://gitlab.freedesktop.org/ag...Dave Airlie1-5/+6
2025-08-27drm/amdgpu: remove redundant AMDGPU_HAS_VRAMYifan Zhang1-3/+1
2025-08-27drm/amdgpu: Allocate psp fw private buffer in vramHawking Zhang1-2/+1
2025-08-12drm/amdgpu: Add PSP fw version check for fw reserve GFX commandFrank Min1-3/+16
2025-08-12drm/amdgpu: Add PSP fw version check for fw reserve GFX commandFrank Min1-3/+16
2025-08-12drm/amdgpu: Add description for partition commandsLijo Lazar1-0/+4
2025-07-30Merge tag 'drm-next-2025-07-30' of https://gitlab.freedesktop.org/drm/kernelLinus Torvalds1-2/+132
2025-07-07drm/amdgpu: Add a noverbose flag to psp_wait_forLijo Lazar1-5/+8
2025-06-24drm/amdgpu: Add more checks to PSP mailboxLijo Lazar1-0/+4
2025-06-23Merge 6.16-rc3 into driver-core-nextGreg Kroah-Hartman1-4/+12
2025-06-18drm/amdgpu: add kicker fws loading for gfx11/smu13/psp13Frank Min1-4/+12
2025-06-18drm/amdgpu: reclaim psp fw reservation memory regionFrank Min1-0/+99
2025-06-18drm/amdgpu: add kicker fws loading for gfx11/smu13/psp13Frank Min1-4/+12
2025-06-18drm/amdgpu: update GPU addresses for SMU and PSPSamuel Zhang1-0/+23
2025-06-18drm/amdgpu: Enable IFWI update support for PSPv14.0.2 and v14.0.3Shiwu Zhang1-0/+1
2025-06-17sysfs: treewide: switch back to attribute_group::bin_attrsThomas Weißschuh1-1/+1
2025-06-17sysfs: treewide: switch back to bin_attribute::read()/write()Thomas Weißschuh1-2/+2
2025-05-14drm/amdgpu: add debugfs for spirom IFWI dumpShiwu Zhang1-0/+104
2025-05-12Merge tag 'amd-drm-next-6.16-2025-05-09' of https://gitlab.freedesktop.org/ag...Dave Airlie1-1/+2
2025-05-07drm/amdgpu/psp: mark securedisplay TA as optionalAlex Deucher1-1/+2
2025-04-01Merge tag 'driver-core-6.15-rc1' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds1-7/+7
2025-03-21drm/amdgpu: Add support to load PSP TA v13.0.12 for SRIOVAhmad Rehman1-0/+3
2025-03-19drm/amdgpu: Add active_umc_mask to ras init_flagsCandice Li1-0/+1
2025-02-21drm/amdgpu: Constify 'struct bin_attribute'Thomas Weißschuh1-7/+7
2025-02-17drm/amdgpu: Optimize the enablement of GECCCandice Li1-26/+39
2025-02-12drm/amd/amdgpu: add support for IP version 11.5.2Ying Li1-0/+1
2025-02-12drm/amdgpu: reset psp->cmd to NULL after releasing the bufferJiang Liu1-3/+2
2025-02-12drm/amdgpu: Enable IFWI update support with PSPv13.0.12Shiwu Zhang1-1/+5
2025-02-12drm/amdgpu: enlarge the VBIOS binary size limitShiwu Zhang1-1/+1
2025-02-12drm/amdgpu: add support for PSP IP version 14.0.5Tim Huang1-0/+4
2025-02-12drm/amdgpu: bail out when failed to load fw in psp_init_cap_microcode()Jiang Liu1-2/+3