Hi Dave, Simona, Fixes for 6.15. The following changes since commit eb6cdfb807d038d9b9986b5c87188f28a4071eae: drm/amdgpu: Restore uncached behaviour on GFX12 (2025-03-13 23:18:02 -0400) are available in the Git repository at: https://gitlab.freedesktop.org/agd5f/linux.git tags/amd-drm-next-6.15-2025-03-21 for you to fetch changes up to 7547510d4a915f4f6d9b1262182d8db6763508f4: drm/amd/pm: Update feature list for smu_v13_0_6 (2025-03-21 12:16:36 -0400) ---------------------------------------------------------------- amd-drm-next-6.15-2025-03-21: amdgpu: - Refine nomodeset handling - RAS fixes - DCN 3.x fixes - DMUB fixes - eDP fixes - SMU 14.0.2 fixes - SMU 13.0.6 fixes - SMU 13.0.12 fixes - SDMA engine reset fixes - Enforce Isolation fixes - Runtime workload profile ref count fixes - Documentation fixes - SR-IOV fixes - MES fixes - GC 11.5 cleaner shader support - SDMA VM invalidation fixes - IP discovery improvements for GC based chips amdkfd: - Dequeue wait count fixes - Precise memops fixes radeon: - Code cleanup ---------------------------------------------------------------- Ahmad Rehman (2): drm/amdgpu: Add support to load PSP TA v13.0.12 for SRIOV drm/amdgpu/sdam: Skip SDMA queue reset for SRIOV Alex Deucher (14): drm/amdgpu: drop drm_firmware_drivers_only() drm/amdgpu: adjust drm_firmware_drivers_only() handling drm/amdgpu: don't free conflicting apertures for non-display devices drm/amdgpu/gfx: fix ref counting for ring based profile handling drm/amdgpu/vcn: fix ref counting for ring based profile handling drm/amdgpu/gfx: adjust workload profile handling drm/amdgpu/vcn: adjust workload profile handling drm/amdgpu/sdma: fix engine reset handling drm/amdgpu/sdma: guilty tracking is per instance drm/amdgpu/mes: optimize compute loop handling drm/amdgpu/mes: drop MES 10.x leftovers drm/amdgpu/mes: enable compute pipes across all MEC drm/amdgpu/mes: clean up SDMA HQD loop drm/amdgpu/discovery: optionally use fw based ip discovery Alex Hung (1): drm/amd/display: Check pipe->stream before passing it to a function Asad Kamal (3): drm/amd/pm: Remove unnecessay UQ10 to UINT conversion drm/amd/pm: Remove unnecessay UQ10 to UINT conversion drm/amd/pm: Update feature list for smu_v13_0_6 Candice Li (2): drm/amdgpu: Add EEPROM I2C address support for smu v13_0_12 drm/amdgpu: Add active_umc_mask to ras init_flags Charlene Liu (2): drm/amd/display: Update static soc table drm/amd/display: Use DPM table clk setting for dml2 soc dscclk Christian König (9): drm/amdgpu: grab an additional reference on the gang fence v2 drm/amdgpu: use GFP_NOWAIT for memory allocations drm/amdgpu: overwrite signaled fence in amdgpu_sync drm/amdgpu: rework how isolation is enforced v2 drm/amdgpu: rework how the cleaner shader is emitted v3 drm/amdgpu: stop reserving VMIDs to enforce isolation drm/amdgpu: add isolation trace point drm/amdgpu: add cleaner shader trace point drm/amdgpu: remove invalid usage of sched.ready Cruise Hung (1): drm/amd/display: Change notification of link BW allocation Dillon Varone (1): drm/amd/display: Revert "Support for reg inbox0 for host->DMUB CMDs" Dominik Kaszewski (1): drm/amdgpu: Add debug masks for HDCP LC FW testing Ellen Pan (1): drm/amdgpu: Enable amdgpu_ras_resume for gfx 9.5.0 FengWei (1): drm/radeon/uvd: Replace nested max() with single max3() Flora Cui (3): drm/amdgpu: release xcp_mgr on exit drm/amdgpu/discovery: check ip_discovery fw file available drm/amdgpu/discovery: use specific ip_discovery.bin for legacy asics Harish Kasiviswanathan (1): drm/amdkfd: Fix bug in config_dequeue_wait_counts Jesse.zhang@xxxxxxx (4): drm/amdgpu: Fix SDMA engine reset logic drm/amd/amdgpu: Increase max rings to enable SDMA page ring drm/amdgpu: Optimize VM invalidation engine allocation and synchronize GPU TLB flush drm/amdgpu/sdma_v4_4_2: update VM flush implementation for SDMA Jing Zhou (1): drm/amd/display: Guard against setting dispclk low for dcn31x Jonathan Kim (1): drm/amdkfd: set precise mem ops caps to disabled for gfx 11 and 12 Kenneth Feng (2): drm/amd/amdgpu: shorten the gfx idle worker timeout drm/amd/amdgpu: Revert "drm/amd/amdgpu: shorten the gfx idle worker timeout" Lijo Lazar (3): drm/amdgpu: Use wafl version for xgmi drm/amd/pm: Add debug bit for smu pool allocation Documentation/amdgpu: Add debug_mask documentation Lo-an Chen (1): drm/amd/display: Fix incorrect fw_state address in dmub_srv Mario Limonciello (1): drm/amd/display: Use HW lock mgr for PSR1 when only one eDP Ryan Seto (1): drm/amd/display: Prevent VStartup Overflow Srinivasan Shanmugam (2): drm/amdgpu/gfx11: Add Cleaner Shader Support for GFX11.5 GPUs drm/amdgpu: Add parameter documentation for amdgpu_sync_fence Taimur Hassan (1): drm/amd/display: 3.2.325 Tao Zhou (1): drm/amdgpu: format old RAS eeprom data into V3 version Tomasz Pakuła (1): drm/amdgpu/pm: Handle SCLK offset correctly in overdrive for smu 14.0.2 Victor Skvortsov (1): drm/amdgpu: Skip pcie_replay_count sysfs creation for VF Xiang Liu (2): drm/amdgpu: Fix computation for remain size of CPER ring drm/amdgpu: Decode deferred error type in gfx aca bank parser Yilin Chen (1): drm/amd/display: Fix message for support_edp0_on_dp1 drivers/gpu/drm/amd/amdgpu/amdgpu.h | 13 +- drivers/gpu/drm/amd/amdgpu/amdgpu_aca.c | 25 +- drivers/gpu/drm/amd/amdgpu/amdgpu_aca.h | 16 +- drivers/gpu/drm/amd/amdgpu/amdgpu_amdkfd_gpuvm.c | 8 +- drivers/gpu/drm/amd/amdgpu/amdgpu_cper.c | 15 +- drivers/gpu/drm/amd/amdgpu/amdgpu_cs.c | 20 +- drivers/gpu/drm/amd/amdgpu/amdgpu_device.c | 157 ++++++++++- drivers/gpu/drm/amd/amdgpu/amdgpu_discovery.c | 110 ++++++-- drivers/gpu/drm/amd/amdgpu/amdgpu_drv.c | 27 +- drivers/gpu/drm/amd/amdgpu/amdgpu_gfx.c | 38 ++- drivers/gpu/drm/amd/amdgpu/amdgpu_gfx.h | 2 + drivers/gpu/drm/amd/amdgpu/amdgpu_gmc.c | 20 ++ drivers/gpu/drm/amd/amdgpu/amdgpu_ids.c | 65 ++--- drivers/gpu/drm/amd/amdgpu/amdgpu_ids.h | 3 +- drivers/gpu/drm/amd/amdgpu/amdgpu_job.c | 16 +- drivers/gpu/drm/amd/amdgpu/amdgpu_mes.c | 20 +- drivers/gpu/drm/amd/amdgpu/amdgpu_psp.c | 4 + drivers/gpu/drm/amd/amdgpu/amdgpu_ras.c | 7 + drivers/gpu/drm/amd/amdgpu/amdgpu_ras_eeprom.c | 28 +- drivers/gpu/drm/amd/amdgpu/amdgpu_ras_eeprom.h | 1 + drivers/gpu/drm/amd/amdgpu/amdgpu_ring.h | 2 +- drivers/gpu/drm/amd/amdgpu/amdgpu_sdma.c | 52 +++- drivers/gpu/drm/amd/amdgpu/amdgpu_sdma.h | 13 +- drivers/gpu/drm/amd/amdgpu/amdgpu_sync.c | 44 ++- drivers/gpu/drm/amd/amdgpu/amdgpu_sync.h | 4 +- drivers/gpu/drm/amd/amdgpu/amdgpu_trace.h | 32 +++ drivers/gpu/drm/amd/amdgpu/amdgpu_vcn.c | 30 ++- drivers/gpu/drm/amd/amdgpu/amdgpu_vcn.h | 3 + drivers/gpu/drm/amd/amdgpu/amdgpu_vm.c | 28 +- drivers/gpu/drm/amd/amdgpu/gfx_v11_0.c | 14 + drivers/gpu/drm/amd/amdgpu/gfx_v12_0.c | 11 - drivers/gpu/drm/amd/amdgpu/gfx_v9_4_3.c | 5 +- drivers/gpu/drm/amd/amdgpu/sdma_v4_4_2.c | 119 ++++++-- drivers/gpu/drm/amd/amdgpu/ta_ras_if.h | 1 + drivers/gpu/drm/amd/amdgpu/vcn_v2_5.c | 28 +- drivers/gpu/drm/amd/amdgpu/vega10_sdma_pkt_open.h | 70 +++++ .../gpu/drm/amd/amdkfd/kfd_device_queue_manager.c | 2 +- drivers/gpu/drm/amd/amdkfd/kfd_packet_manager.c | 18 +- drivers/gpu/drm/amd/amdkfd/kfd_packet_manager_v9.c | 34 ++- drivers/gpu/drm/amd/amdkfd/kfd_topology.c | 4 - drivers/gpu/drm/amd/display/amdgpu_dm/amdgpu_dm.c | 2 +- .../amd/display/dc/clk_mgr/dcn315/dcn315_clk_mgr.c | 20 +- .../amd/display/dc/clk_mgr/dcn316/dcn316_clk_mgr.c | 13 +- .../amd/display/dc/clk_mgr/dcn35/dcn35_clk_mgr.c | 15 +- .../gpu/drm/amd/display/dc/core/dc_link_exports.c | 9 +- drivers/gpu/drm/amd/display/dc/dc.h | 18 +- drivers/gpu/drm/amd/display/dc/dc_dmub_srv.c | 185 ++++++------- drivers/gpu/drm/amd/display/dc/dc_dmub_srv.h | 2 +- drivers/gpu/drm/amd/display/dc/dc_helper.c | 2 +- drivers/gpu/drm/amd/display/dc/dc_types.h | 1 - drivers/gpu/drm/amd/display/dc/dce/dmub_abm_lcd.c | 3 +- .../gpu/drm/amd/display/dc/dce/dmub_hw_lock_mgr.c | 11 + drivers/gpu/drm/amd/display/dc/dce/dmub_replay.c | 19 +- .../gpu/drm/amd/display/dc/dml/dcn35/dcn35_fpu.c | 2 +- .../drm/amd/display/dc/dml2/display_mode_core.c | 2 + .../amd/display/dc/dml2/dml2_translation_helper.c | 2 +- drivers/gpu/drm/amd/display/dc/inc/link.h | 4 +- drivers/gpu/drm/amd/display/dc/link/link_dpms.c | 17 +- drivers/gpu/drm/amd/display/dc/link/link_factory.c | 1 - .../amd/display/dc/link/protocols/link_dp_dpia.c | 1 - .../display/dc/link/protocols/link_dp_dpia_bw.c | 193 +++---------- .../display/dc/link/protocols/link_dp_dpia_bw.h | 18 +- drivers/gpu/drm/amd/display/dmub/dmub_srv.h | 132 +++------ drivers/gpu/drm/amd/display/dmub/src/dmub_dcn401.c | 121 +++------ drivers/gpu/drm/amd/display/dmub/src/dmub_dcn401.h | 4 +- drivers/gpu/drm/amd/display/dmub/src/dmub_srv.c | 299 +++++++-------------- drivers/gpu/drm/amd/include/amd_shared.h | 12 + drivers/gpu/drm/amd/pm/inc/amdgpu_dpm.h | 3 +- drivers/gpu/drm/amd/pm/swsmu/amdgpu_smu.c | 5 +- .../gpu/drm/amd/pm/swsmu/smu13/smu_v13_0_12_ppt.c | 4 +- .../gpu/drm/amd/pm/swsmu/smu13/smu_v13_0_6_ppt.c | 10 +- .../gpu/drm/amd/pm/swsmu/smu14/smu_v14_0_2_ppt.c | 59 ++-- drivers/gpu/drm/radeon/radeon_uvd.c | 2 +- 73 files changed, 1248 insertions(+), 1052 deletions(-)