drivers/gpu/drm/amd/pm/swsmu/smu15

AMD Radeon SMU 15 power management for RDNA 4 GPUs

The System Management Unit firmware interface for AMD's next-generation Radeon GPUs based on the GFX12 / RDNA 4 architecture. It handles voltage, clock, and thermal control between the kernel's amdgpu driver and the on-card SMU, enabling power management on the upcoming Radeon parts that succeed the RDNA 3 family.

keep conf=0.82 deploy=unknown replacement=none subsystem=gpu category=graphics-display
82%

recommendation

It should stay in the kernel because this is fresh enablement code for AMD's RDNA 4 generation, with active patch traffic on the amd-gfx list through early 2026 adding features and refining metrics handling. Although the hardware was not yet on retail shelves in 2025, this is the standard upstream path for AMD GPU power management and there is no alternative driver to replace it.

repository signals

4 files
3,338 source lines
22 commits, 5y
+3,531 / −163 lines added / removed, 5y
4 authors, 5y
monthly commits · 2021-04-21 → 2026-04-21 · 22 total · active in 3/61 months
2021 2022 2023 2024 2025 2026 2021-04: 0 commits · +0 −0 2021-05: 0 commits · +0 −0 2021-06: 0 commits · +0 −0 2021-07: 0 commits · +0 −0 2021-08: 0 commits · +0 −0 2021-09: 0 commits · +0 −0 2021-10: 0 commits · +0 −0 2021-11: 0 commits · +0 −0 2021-12: 0 commits · +0 −0 2022-01: 0 commits · +0 −0 2022-02: 0 commits · +0 −0 2022-03: 0 commits · +0 −0 2022-04: 0 commits · +0 −0 2022-05: 0 commits · +0 −0 2022-06: 0 commits · +0 −0 2022-07: 0 commits · +0 −0 2022-08: 0 commits · +0 −0 2022-09: 0 commits · +0 −0 2022-10: 0 commits · +0 −0 2022-11: 0 commits · +0 −0 2022-12: 0 commits · +0 −0 2023-01: 0 commits · +0 −0 2023-02: 0 commits · +0 −0 2023-03: 0 commits · +0 −0 2023-04: 0 commits · +0 −0 2023-05: 0 commits · +0 −0 2023-06: 0 commits · +0 −0 2023-07: 0 commits · +0 −0 2023-08: 0 commits · +0 −0 2023-09: 0 commits · +0 −0 2023-10: 0 commits · +0 −0 2023-11: 0 commits · +0 −0 2023-12: 0 commits · +0 −0 2024-01: 0 commits · +0 −0 2024-02: 0 commits · +0 −0 2024-03: 0 commits · +0 −0 2024-04: 0 commits · +0 −0 2024-05: 0 commits · +0 −0 2024-06: 0 commits · +0 −0 2024-07: 0 commits · +0 −0 2024-08: 0 commits · +0 −0 2024-09: 0 commits · +0 −0 2024-10: 0 commits · +0 −0 2024-11: 0 commits · +0 −0 2024-12: 0 commits · +0 −0 2025-01: 0 commits · +0 −0 2025-02: 0 commits · +0 −0 2025-03: 0 commits · +0 −0 2025-04: 0 commits · +0 −0 2025-05: 0 commits · +0 −0 2025-06: 0 commits · +0 −0 2025-07: 0 commits · +0 −0 2025-08: 0 commits · +0 −0 2025-09: 0 commits · +0 −0 2025-10: 0 commits · +0 −0 2025-11: 0 commits · +0 −0 2025-12: 2 commits · +3,263 −4 2026-01: 15 commits · +185 −70 2026-02: 5 commits · +83 −89 2026-03: 0 commits · +0 −0 2026-04: 0 commits · +0 −0

sources

  1. spinics.net

    Jan 5, 2026 patch series explicitly enabled SMU 15_0_0 support in DRM/AMD, indicating new bring-up rather than retirement.

  2. spinics.net

    Feb 9, 2026 follow-up patch updated SMU15 metrics handling, showing active upstream refinement of this directory.

  3. spinics.net

    Apr 21, 2026 v4 patch fixes unified metrics handling for SMU 15.0.0, showing current maintenance activity and no removal direction.

  4. phoronix.com

    Phoronix summarized the initial SMU15 patches as support for future/next-gen Radeon hardware tied to GFX12/RDNA4-era enablement, implying it was not a mature retail-installed base in 2025.

codex reasoning notes (technical)

Local shell inspection shows this directory is live AMDGPU SMU code for MP1 IP_VERSION(15,0,0), not a helper-only subtree. Web search found spinics threads from Jan-Apr 2026 (`msg134880`, `msg137271`, `msg142024`) showing enablement and bug-fix traffic for SMU 15.0.0 and no removal/deprecation discussion. Web search also found the Phoronix Jan 5, 2026 article describing SMU15 as next-gen/future Radeon GFX12/RDNA4-related hardware; that supports `hardware_still_sold_new_in_2025=false` and `last_widely_available_year=null`. No separate upstream replacement exists for this use case beyond staying within `amdgpu`, so the correct hint is to keep it.