Hi Dave, Simona, Fixes for 6.16.
The following changes since commit 347e9f5043c89695b01e66b3ed111755afcf1911: Linux 6.16-rc6 (2025-07-13 14:25:58 -0700) are available in the Git repository at: https://gitlab.freedesktop.org/agd5f/linux.git tags/amd-drm-fixes-6.16-2025-07-17 for you to fetch changes up to 83261934015c434fabb980a3e613b01d9976e877: drm/amdgpu/gfx8: reset compute ring wptr on the GPU on resume (2025-07-16 16:50:45 -0400) ---------------------------------------------------------------- amd-drm-fixes-6.16-2025-07-17: amdgpu: - Fix a DC memory leak - DCN 4.0.1 degamma LUT fix - Fix reset counter handling for soft recovery - GC 8 fix radeon: - Drop console locks when suspending/resuming ---------------------------------------------------------------- Clayton King (1): drm/amd/display: Free memory allocation Eeli Haapalainen (1): drm/amdgpu/gfx8: reset compute ring wptr on the GPU on resume Lijo Lazar (1): drm/amdgpu: Increase reset counter only on success Melissa Wen (1): drm/amd/display: Disable CRTC degamma LUT for DCN401 Thomas Zimmermann (2): drm/radeon: Do not hold console lock while suspending clients drm/radeon: Do not hold console lock during resume drivers/gpu/drm/amd/amdgpu/amdgpu_ring.c | 9 +++++++-- drivers/gpu/drm/amd/amdgpu/gfx_v8_0.c | 1 + .../gpu/drm/amd/display/amdgpu_dm/amdgpu_dm_crtc.c | 11 ++++++++++- .../amd/display/dc/clk_mgr/dcn401/dcn401_clk_mgr.c | 3 ++- drivers/gpu/drm/radeon/radeon_device.c | 23 ++++++---------------- 5 files changed, 26 insertions(+), 21 deletions(-)