[pull] amdgpu, amdkfd drm-fixes-6.14
Alex Deucher
alexander.deucher at amd.com
Thu Feb 13 15:38:43 UTC 2025
Hi Dave, Simona,
Fixes for 6.14.
The following changes since commit f245b400a223a71d6d5f4c72a2cb9b573a7fc2b6:
Revert "drm/amd/display: Use HW lock mgr for PSR1" (2025-02-04 17:47:34 -0500)
are available in the Git repository at:
https://gitlab.freedesktop.org/agd5f/linux.git tags/amd-drm-fixes-6.14-2025-02-13
for you to fetch changes up to 1abb2648698bf10783d2236a6b4a7ca5e8021699:
drm/amdgpu: avoid buffer overflow attach in smu_sys_set_pp_table() (2025-02-12 19:47:15 -0500)
----------------------------------------------------------------
amd-drm-fixes-6.14-2025-02-13:
amdgpu:
- Fix shutdown regression on old APUs
- Fix compute queue hang on gfx9 APUs
- Fix possible invalid access in PSP failure path
- Avoid possible buffer overflow in pptable override
amdkfd:
- Properly free gang bo in failure path
- GFX12 trap handler fix
----------------------------------------------------------------
Alex Deucher (3):
drm/amdgpu/pm: fix UVD handing in amdgpu_dpm_set_powergating_by_smu()
drm/amdgpu/gfx9: manually control gfxoff for CS on RV
drm/amdgpu: bump version for RV/PCO compute fix
Jiang Liu (2):
drm/amdgpu: bail out when failed to load fw in psp_init_cap_microcode()
drm/amdgpu: avoid buffer overflow attach in smu_sys_set_pp_table()
Lancelot SIX (1):
drm/amdkfd: Ensure consistent barrier state saved in gfx12 trap handler
Zhu Lingshan (1):
amdkfd: properly free gang_ctx_bo when failed to init user queue
drivers/gpu/drm/amd/amdgpu/amdgpu_drv.c | 3 +-
drivers/gpu/drm/amd/amdgpu/amdgpu_psp.c | 5 +--
drivers/gpu/drm/amd/amdgpu/gfx_v9_0.c | 36 ++++++++++++++++++++--
drivers/gpu/drm/amd/amdkfd/cwsr_trap_handler.h | 3 +-
.../gpu/drm/amd/amdkfd/cwsr_trap_handler_gfx12.asm | 4 +++
.../gpu/drm/amd/amdkfd/kfd_process_queue_manager.c | 2 +-
drivers/gpu/drm/amd/pm/amdgpu_dpm.c | 2 +-
drivers/gpu/drm/amd/pm/swsmu/amdgpu_smu.c | 3 +-
8 files changed, 49 insertions(+), 9 deletions(-)
More information about the amd-gfx
mailing list