Hi Dave, Simona, Fixes for 7.0.
The following changes since commit 11439c4635edd669ae435eec308f4ab8a0804808: Linux 7.0-rc2 (2026-03-01 15:39:31 -0800) are available in the Git repository at: https://gitlab.freedesktop.org/agd5f/linux.git tags/amd-drm-fixes-7.0-2026-03-04 for you to fetch changes up to 65b5c326ce4103620c977b8dcb1699bdac4da143: drm/amdgpu/userq: refcount userqueues to avoid any race conditions (2026-03-04 13:15:00 -0500) ---------------------------------------------------------------- amd-drm-fixes-7.0-2026-03-04: amdgpu: - LUT fixes - VCN5 fix - Dispclk fix - SMU 13.x fix - Fix race in VM acquire - PSP 15.x fix - UserQ fix ---------------------------------------------------------------- Alex Hung (2): drm/amd/display: Use mpc.preblend flag to indicate 3D LUT drm/amd/display: Enable DEGAMMA and reject COLOR_PIPELINE+DEGAMMA_LUT Alysa Liu (1): drm/amdgpu: Fix use-after-free race in VM acquire Dillon Varone (1): drm/amd/display: Fallback to boot snapshot for dispclk Sunil Khatri (1): drm/amdgpu/userq: refcount userqueues to avoid any race conditions Tvrtko Ursulin (1): drm/amdgpu/userq: Consolidate wait ioctl exit path Yang Wang (1): drm/amd/pm: remove invalid gpu_metrics.energy_accumulator on smu v13.0.x sguttula (2): drm/amdgpu: Enable DPG support for VCN5 drm/amdgpu/psp: Use Indirect access address for GFX to PSP mailbox drivers/gpu/drm/amd/amdgpu/amdgpu_amdkfd_gpuvm.c | 6 +- drivers/gpu/drm/amd/amdgpu/amdgpu_userq.c | 116 ++++++++++++++------- drivers/gpu/drm/amd/amdgpu/amdgpu_userq.h | 4 + drivers/gpu/drm/amd/amdgpu/amdgpu_userq_fence.c | 42 +++----- drivers/gpu/drm/amd/amdgpu/psp_v15_0.c | 20 ++-- drivers/gpu/drm/amd/amdgpu/soc21.c | 4 +- .../drm/amd/display/amdgpu_dm/amdgpu_dm_color.c | 6 +- .../drm/amd/display/amdgpu_dm/amdgpu_dm_colorop.c | 3 +- .../gpu/drm/amd/display/amdgpu_dm/amdgpu_dm_crtc.c | 16 +-- .../drm/amd/display/amdgpu_dm/amdgpu_dm_plane.c | 8 ++ .../drm/amd/display/dc/hwss/dcn401/dcn401_hwseq.c | 6 +- .../drm/amd/include/asic_reg/mp/mp_15_0_0_offset.h | 18 ++++ .../gpu/drm/amd/pm/swsmu/smu13/smu_v13_0_0_ppt.c | 8 +- .../gpu/drm/amd/pm/swsmu/smu13/smu_v13_0_7_ppt.c | 3 +- 14 files changed, 172 insertions(+), 88 deletions(-)
