Hi Dave, Simona, Fixes for 7.3.
The following changes since commit df2908090cda368b01ff43709f51890076c56157: Linux 7.3-rc2 (2026-09-06 15:07:20 -0700) are available in the Git repository at: https://gitlab.freedesktop.org/drm/amdgpu/kernel.git tags/amd-drm-fixes-7.3-2026-09-10 for you to fetch changes up to f3c6a8ae601abf2d8476d3f899283cc9a1001f7d: drm/amd/pm: report energy accumulator for smu 13.0.0 (2026-09-10 12:56:11 -0400) ---------------------------------------------------------------- amdgpu: - Freesync fix - GPUVM fix - Debugfs fixes - HDMI fixes - IPS fix - GPU reset fix - RGB quantization fixes - SMU 13.0.x fixes ---------------------------------------------------------------- Arunpravin Paneer Selvam (1): drm/amdgpu: skip the VMID 0 flush for VRAM Fangzhi Zuo (2): drm/amd/display: Exit IPS before connector detection on resume drm/amd/display: Fix HF-VSDB DSC bpc detection to be cumulative Harry Wentland (1): dm/amdgpu: fix malformed link_settings debugfs output Kevin Wang (2): drm/amd/pm: fix gpu metrics energy accumulator for smu 13.0.0/13.0.7 drm/amd/pm: report energy accumulator for smu 13.0.0 Michel Dänzer (1): drm/amd/display: Consult MCCS FreeSync cap only if requested & supported Nathan Chancellor (1): drm/amd/display: Shorten hdmi_frl_status_polling_workqueue Prike Liang (1): drm/amdgpu: skip gfx switch_power_profile during GPU reset Satyajit Roy (3): drm/amd/display: Propagate HDMI RGB quantization selectability drm/amd/display: Honor Broadcast RGB for BT.2020 RGB output drm/amd/display: Rebuild InfoFrames on output color space changes Thadeu Lima de Souza Cascardo (1): Revert "drm/amdgpu: debugfs: avoid extra EOLs in amdgpu_gem_info" drivers/gpu/drm/amd/amdgpu/amdgpu_object.c | 3 +- drivers/gpu/drm/amd/amdgpu/amdgpu_ttm.c | 20 ++++++++---- drivers/gpu/drm/amd/display/amdgpu_dm/amdgpu_dm.c | 8 +++-- .../amd/display/amdgpu_dm/amdgpu_dm_connector.c | 24 +++++++------- .../drm/amd/display/amdgpu_dm/amdgpu_dm_debugfs.c | 20 +++++------- .../drm/amd/display/amdgpu_dm/amdgpu_dm_helpers.c | 6 ++-- .../amdgpu_dm/tests/amdgpu_dm_connector_test.c | 37 ++++++++++++++++++++++ .../amdgpu_dm/tests/amdgpu_dm_helpers_test.c | 4 ++- drivers/gpu/drm/amd/display/dc/core/dc.c | 3 ++ drivers/gpu/drm/amd/pm/amdgpu_dpm.c | 6 ++-- .../gpu/drm/amd/pm/swsmu/smu13/smu_v13_0_0_ppt.c | 8 ++--- .../gpu/drm/amd/pm/swsmu/smu13/smu_v13_0_7_ppt.c | 4 +-- 12 files changed, 99 insertions(+), 44 deletions(-)
