Hi Dave, Simona, Fixes for 6.16.
The following changes since commit 9fbceb37c95939182e1409211447a1d3f3db9274: Merge tag 'drm-misc-fixes-2025-06-26' of https://gitlab.freedesktop.org/drm/misc/kernel into drm-fixes (2025-06-28 06:53:00 +1000) are available in the Git repository at: https://gitlab.freedesktop.org/agd5f/linux.git tags/amd-drm-fixes-6.16-2025-07-01 for you to fetch changes up to 39d81457ad3417a98ac826161f9ca0e642677661: drm/amd/display: Don't allow OLED to go down to fully off (2025-06-30 14:01:05 -0400) ---------------------------------------------------------------- amd-drm-fixes-6.16-2025-07-01: amdgpu: - SDMA 5.x reset fix - Add missing firmware declaration - Fix leak in amdgpu_ctx_mgr_entity_fini() - Freesync fix - OLED backlight fix amdkfd: - mtype fix for ext coherent system memory - MMU notifier fix - gfx7/8 fix ---------------------------------------------------------------- Alex Deucher (2): drm/amdgpu/sdma5.x: suspend KFD queues in ring reset drm/amdkfd: add hqd_sdma_get_doorbell callbacks for gfx7/8 David Yat Sin (1): amdkfd: MTYPE_UC for ext-coherent system memory Harold Sun (1): drm/amd/display: Added case for when RR equals panel's max RR using freesync Kent Russell (1): drm/amdgpu: Include sdma_4_4_4.bin Lin.Cao (1): drm/amdgpu: Fix memory leak in amdgpu_ctx_mgr_entity_fini Mario Limonciello (1): drm/amd/display: Don't allow OLED to go down to fully off Philip Yang (1): drm/amdkfd: Don't call mmput from MMU notifier callback drivers/gpu/drm/amd/amdgpu/amdgpu_amdkfd_gfx_v7.c | 8 ++++ drivers/gpu/drm/amd/amdgpu/amdgpu_amdkfd_gfx_v8.c | 8 ++++ drivers/gpu/drm/amd/amdgpu/amdgpu_ctx.c | 1 + drivers/gpu/drm/amd/amdgpu/sdma_v4_4_2.c | 1 + drivers/gpu/drm/amd/amdgpu/sdma_v5_0.c | 7 +++- drivers/gpu/drm/amd/amdgpu/sdma_v5_2.c | 7 +++- drivers/gpu/drm/amd/amdkfd/kfd_svm.c | 45 ++++++++++------------ drivers/gpu/drm/amd/display/amdgpu_dm/amdgpu_dm.c | 12 +++--- drivers/gpu/drm/amd/display/dc/dc_hw_types.h | 1 + .../drm/amd/display/modules/freesync/freesync.c | 8 ++++ 10 files changed, 67 insertions(+), 31 deletions(-)