Hi Dave, Simona, Fixes for 6.12. The following changes since commit 8e929cb546ee42c9a61d24fae60605e9e3192354: Linux 6.12-rc3 (2024-10-13 14:33:32 -0700) are available in the Git repository at: https://gitlab.freedesktop.org/agd5f/linux.git tags/amd-drm-fixes-6.12-2024-10-16 for you to fetch changes up to ec1aab7816b06c32f42935e34ce3a3040c778afb: drm/amdgpu/swsmu: default to fullscreen 3D profile for dGPUs (2024-10-16 15:51:10 -0400) ---------------------------------------------------------------- amd-drm-fixes-6.12-2024-10-16: amdgpu: - SR-IOV fix - CS chunk handling fix - MES fixes - SMU13 fixes amdkfd: - VRAM usage reporting fix radeon: - Fix possible_clones handling ---------------------------------------------------------------- Alex Deucher (4): drm/amdgpu: enable enforce_isolation sysfs node on VFs drm/amdgpu/smu13: always apply the powersave optimization drm/amdgpu/swsmu: Only force workload setup on init drm/amdgpu/swsmu: default to fullscreen 3D profile for dGPUs Michael Chen (1): drm/amdgpu/mes: fix issue of writing to the same log buffer from 2 MES pipes Mohammed Anees (1): drm/amdgpu: prevent BO_HANDLES error from being overwritten Philip Yang (1): drm/amdkfd: Accounting pdd vram_usage for svm Srinivasan Shanmugam (1): drm/amd/amdgpu: Fix double unlock in amdgpu_mes_add_ring Ville Syrjälä (1): drm/radeon: Fix encoder->possible_clones drivers/gpu/drm/amd/amdgpu/amdgpu_cs.c | 2 +- drivers/gpu/drm/amd/amdgpu/amdgpu_gfx.c | 11 ++++----- drivers/gpu/drm/amd/amdgpu/amdgpu_mes.c | 5 +++-- drivers/gpu/drm/amd/amdgpu/mes_v12_0.c | 4 ++-- drivers/gpu/drm/amd/amdkfd/kfd_chardev.c | 6 ++--- drivers/gpu/drm/amd/amdkfd/kfd_priv.h | 2 +- drivers/gpu/drm/amd/amdkfd/kfd_process.c | 4 ++-- drivers/gpu/drm/amd/amdkfd/kfd_svm.c | 26 ++++++++++++++++++++++ drivers/gpu/drm/amd/pm/swsmu/amdgpu_smu.c | 12 ++++++---- .../gpu/drm/amd/pm/swsmu/smu13/smu_v13_0_0_ppt.c | 22 +++++++++--------- drivers/gpu/drm/radeon/radeon_encoders.c | 2 +- 11 files changed, 61 insertions(+), 35 deletions(-)