Hi Dave, Simona, Fixes for 7.0.
The following changes since commit 96bfe9ff7e88f0541002640acbcb3ec63c9d0130: Merge tag 'drm-xe-fixes-2026-03-05' of https://gitlab.freedesktop.org/drm/xe/kernel into drm-fixes (2026-03-06 19:45:19 +1000) are available in the Git repository at: https://gitlab.freedesktop.org/agd5f/linux.git tags/amd-drm-fixes-7.0-2026-03-12 for you to fetch changes up to 3646ff28780b4c52c5b5081443199e7a430110e5: drm/amd: Set num IP blocks to 0 if discovery fails (2026-03-11 14:04:08 -0400) ---------------------------------------------------------------- amd-drm-fixes-7.0-2026-03-12: amdgpu: - SMU13 fix - SMU14 fix - Fixes for bringup hw testing - Kerneldoc fix - GC12 idle power fix for compute workloads - DCCG fixes amdkfd: - Fix missing BO unreserve in an error path ---------------------------------------------------------------- Cristian Ciocaltea (1): drm/amdgpu: Fix kernel-doc comments for some LUT properties Ivan Lipski (2): drm/amd/display: Add missing DCCG register entries for DCN20-DCN316 drm/amd/display: Check for S0i3 to be done before DCCG init on DCN21 Mario Limonciello (3): drm/amd: Fix NULL pointer dereference in device cleanup drm/amd: Fix a few more NULL pointer dereference in device cleanup drm/amd: Set num IP blocks to 0 if discovery fails Philip Yang (1): drm/amdkfd: Unreserve bo if queue update failed Yang Wang (3): drm/amd/pm: add missing od setting PP_OD_FEATURE_ZERO_FAN_BIT for smu v13 drm/amd/pm: add missing od setting PP_OD_FEATURE_ZERO_FAN_BIT for smu v14 drm/amdgpu: fix gpu idle power consumption issue for gfx v12 drivers/gpu/drm/amd/amdgpu/amdgpu_device.c | 14 +++++++++++++- drivers/gpu/drm/amd/amdgpu/amdgpu_kms.c | 2 +- drivers/gpu/drm/amd/amdgpu/amdgpu_mode.h | 16 ++++++++-------- drivers/gpu/drm/amd/amdgpu/mes_v12_0.c | 5 ++++- .../gpu/drm/amd/amdkfd/kfd_process_queue_manager.c | 1 + .../gpu/drm/amd/display/dc/dccg/dcn20/dcn20_dccg.h | 6 +++++- .../gpu/drm/amd/display/dc/dccg/dcn21/dcn21_dccg.c | 21 ++++++++++++++++++++- .../drm/amd/display/dc/dccg/dcn301/dcn301_dccg.h | 8 +++++++- .../gpu/drm/amd/display/dc/dccg/dcn31/dcn31_dccg.h | 5 ++++- .../drm/amd/display/dc/dccg/dcn314/dcn314_dccg.h | 5 ++++- .../gpu/drm/amd/pm/swsmu/smu13/smu_v13_0_0_ppt.c | 3 ++- .../gpu/drm/amd/pm/swsmu/smu13/smu_v13_0_7_ppt.c | 3 ++- .../gpu/drm/amd/pm/swsmu/smu14/smu_v14_0_2_ppt.c | 3 ++- 13 files changed, 73 insertions(+), 19 deletions(-)
