Hi Dave, Simona, Fixes for 7.1.
The following changes since commit 5e28b7b94408897e41c63477aabc9e1db439bc8c: drm: Set old handle to NULL before prime swap in change_handle (2026-05-08 17:53:59 +1000) are available in the Git repository at: https://gitlab.freedesktop.org/agd5f/linux.git tags/amd-drm-fixes-7.1-2026-05-13 for you to fetch changes up to 5d08559c910cc37673b965a0d4e8d004444d0332: drm/amdgpu/gfx_v12_0: set gfx.rs64_enable from PFP header on GFX12 (2026-05-11 17:54:44 -0400) ---------------------------------------------------------------- amd-drm-fixes-7.1-2026-05-13: amdgpu: - Userq fixes - DCN 3.2 fix - RAS fix - GC 12 fix ---------------------------------------------------------------- Christian König (4): drm/amdgpu: remove deadlocks from amdgpu_userq_pre_reset drm/amdgpu: rework amdgpu_userq_signal_ioctl v3 drm/amdgpu: remove almost all calls to amdgpu_userq_detect_and_reset_queues drm/amdgpu: fix userq hang detection and reset Jesse Zhang (1): drm/amdgpu/gfx_v12_0: set gfx.rs64_enable from PFP header on GFX12 Mikhail Gavrilov (1): drm/amd/display: Wrap DCN32 phantom-plane allocation in DC_RUN_WITH_PREEMPTION_ENABLED Xiang Liu (1): drm/amd/ras: Fix CPER ring debugfs read overflow drivers/gpu/drm/amd/amdgpu/amdgpu_ring.c | 29 ++- drivers/gpu/drm/amd/amdgpu/amdgpu_userq.c | 131 +++++------ drivers/gpu/drm/amd/amdgpu/amdgpu_userq.h | 13 +- drivers/gpu/drm/amd/amdgpu/amdgpu_userq_fence.c | 243 ++++++++++----------- drivers/gpu/drm/amd/amdgpu/amdgpu_userq_fence.h | 2 +- drivers/gpu/drm/amd/amdgpu/gfx_v12_0.c | 7 + .../amd/display/dc/resource/dcn32/dcn32_resource.c | 8 +- 7 files changed, 220 insertions(+), 213 deletions(-)
