Hi Dave, Sima, Fixes for 6.10. The following changes since commit 36f53d622a216ce80e568b8ca899bfbacb2592d4: Merge tag 'drm-misc-fixes-2024-05-16' of https://gitlab.freedesktop.org/drm/misc/kernel into drm-next (2024-05-23 17:07:13 +0200) are available in the Git repository at: https://gitlab.freedesktop.org/agd5f/linux.git tags/amd-drm-fixes-6.10-2024-05-30 for you to fetch changes up to 67c7d4fa267bcfe8d68fb36d938e3c6e0912b57d: drm/amd/pm: remove deprecated I2C_CLASS_SPD support from newly added SMU_14_0_2 (2024-05-29 17:08:08 -0400) ---------------------------------------------------------------- amd-drm-fixes-6.10-2024-05-30: amdgpu: - RAS fix - Fix colorspace property for MST connectors - Fix for PCIe DPM - Silence UBSAN warning - GPUVM robustness fix - Partition fix - Drop deprecated I2C_CLASS_SPD amdkfd: - Revert unused changes for certain 11.0.3 devices - Simplify APU VRAM handling ---------------------------------------------------------------- Alex Deucher (4): drm/amdgpu: Adjust logic in amdgpu_device_partner_bandwidth() drm/amdgpu: silence UBSAN warning Revert "drm/amdkfd: fix gfx_target_version for certain 11.0.3 devices" drm/amdkfd: simplify APU VRAM handling Hawking Zhang (1): drm/amdgpu: correct hbm field in boot status Heiner Kallweit (1): drm/amd/pm: remove deprecated I2C_CLASS_SPD support from newly added SMU_14_0_2 Jesse Zhang (1): drm/amdgpu: fix dereference null return value for the function amdgpu_vm_pt_parent Mario Limonciello (1): drm/amd/display: Enable colorspace property for MST connectors Rajneesh Bhardwaj (1): drm/amdgpu: Make CPX mode auto default in NPS4 drivers/gpu/drm/amd/amdgpu/amdgpu_amdkfd_gpuvm.c | 16 ++++++++-------- drivers/gpu/drm/amd/amdgpu/amdgpu_device.c | 19 ++++++++++++------- drivers/gpu/drm/amd/amdgpu/amdgpu_ras.h | 2 +- drivers/gpu/drm/amd/amdgpu/amdgpu_vm_pt.c | 6 +++++- drivers/gpu/drm/amd/amdgpu/aqua_vanjaram.c | 2 +- drivers/gpu/drm/amd/amdkfd/kfd_device.c | 11 ++--------- drivers/gpu/drm/amd/amdkfd/kfd_migrate.c | 2 +- drivers/gpu/drm/amd/amdkfd/kfd_svm.c | 6 ++---- drivers/gpu/drm/amd/amdkfd/kfd_svm.h | 1 - .../drm/amd/display/amdgpu_dm/amdgpu_dm_mst_types.c | 3 +++ drivers/gpu/drm/amd/include/atomfirmware.h | 2 +- drivers/gpu/drm/amd/pm/swsmu/smu14/smu_v14_0_2_ppt.c | 1 - 12 files changed, 36 insertions(+), 35 deletions(-)