Hi Dave, Sima, Fixes for 6.11. A bit early this week because I'll be away from my desk next week. The following changes since commit d4ef5d2b7ee0cbb5f2d864716140366a618400d6: Merge tag 'amd-drm-fixes-6.11-2024-07-25' of https://gitlab.freedesktop.org/agd5f/linux into drm-next (2024-07-26 09:52:15 +1000) are available in the Git repository at: https://gitlab.freedesktop.org/agd5f/linux.git tags/amd-drm-fixes-6.11-2024-07-27 for you to fetch changes up to d2860084ecca456ce78b251011f7def8d9136dcc: drm/amdgpu: Fix APU handling in amdgpu_pm_load_smu_firmware() (2024-07-27 18:10:34 -0400) ---------------------------------------------------------------- amd-drm-fixes-6.11-2024-07-27: amdgpu: - SMU 14.x update - Fix contiguous VRAM handling for IB parsing - GFX 12 fix - Regression fix for old APUs ---------------------------------------------------------------- Alex Deucher (1): drm/amdgpu: Fix APU handling in amdgpu_pm_load_smu_firmware() Christian König (1): drm/amdgpu: fix contiguous handling for IB parsing v2 Kenneth Feng (1): drm/amdgpu/pm: support gpu_metrics sysfs interface for smu v14.0.2/3 Michael Chen (1): drm/amdgpu: increase mes log buffer size for gfx12 drivers/gpu/drm/amd/amdgpu/amdgpu_cs.c | 16 ++-- drivers/gpu/drm/amd/amdgpu/amdgpu_mes.c | 6 +- drivers/gpu/drm/amd/amdgpu/amdgpu_mes.h | 6 +- drivers/gpu/drm/amd/amdgpu/mes_v11_0.c | 2 + drivers/gpu/drm/amd/amdgpu/mes_v12_0.c | 8 +- drivers/gpu/drm/amd/include/mes_v11_api_def.h | 3 + drivers/gpu/drm/amd/include/mes_v12_api_def.h | 3 + drivers/gpu/drm/amd/pm/amdgpu_dpm.c | 3 +- .../gpu/drm/amd/pm/swsmu/smu14/smu_v14_0_2_ppt.c | 86 +++++++++++++++++++++- 9 files changed, 114 insertions(+), 19 deletions(-)