drivers/gpu/drm/amd/pm/swsmu/smu14

AMD SMU14 power management for Radeon RX 9000 GPUs

Power, clocking, and thermal management for AMD's newest Radeon GPUs that use the SMU14 system-management controller, including the RDNA 4 / GFX12 generation such as the Radeon RX 9070 XT released in 2025. It is the firmware-talking layer that handles frequencies, voltages, fan curves, and overclocking knobs on these cards.

keep conf=0.88 deploy=high replacement=none subsystem=gpu category=graphics-display
88%

recommendation

It should stay because this is the power-management layer for AMD's current-generation Radeon GPUs, including the RX 9000 series that AMD was still selling new in 2025. Upstream activity is healthy, with refactors landing in late 2025 and firmware-handling fixes flowing into stable kernels in early 2026, so this is mainstream, actively maintained code rather than legacy support.

repository signals

6 files
6,657 source lines
109 commits, 5y
+7,945 / −1,258 lines added / removed, 5y
28 authors, 5y
monthly commits · 2021-04-21 → 2026-04-21 · 109 total · active in 28/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: 3 commits · +4,778 −28 2023-05: 0 commits · +0 −0 2023-06: 1 commit · +13 −0 2023-07: 0 commits · +0 −0 2023-08: 0 commits · +0 −0 2023-09: 0 commits · +0 −0 2023-10: 3 commits · +284 −274 2023-11: 1 commit · +43 −3 2023-12: 2 commits · +23 −3 2024-01: 5 commits · +399 −39 2024-02: 2 commits · +11 −4 2024-03: 6 commits · +20 −7 2024-04: 6 commits · +100 −9 2024-05: 8 commits · +186 −37 2024-06: 2 commits · +74 −29 2024-07: 4 commits · +1,135 −18 2024-08: 2 commits · +0 −48 2024-09: 5 commits · +32 −35 2024-10: 7 commits · +59 −60 2024-11: 6 commits · +133 −144 2024-12: 3 commits · +5 −2 2025-01: 0 commits · +0 −0 2025-02: 2 commits · +53 −11 2025-03: 4 commits · +117 −42 2025-04: 0 commits · +0 −0 2025-05: 0 commits · +0 −0 2025-06: 6 commits · +99 −60 2025-07: 0 commits · +0 −0 2025-08: 1 commit · +25 −5 2025-09: 1 commit · +2 −17 2025-10: 1 commit · +7 −5 2025-11: 5 commits · +133 −216 2025-12: 9 commits · +119 −58 2026-01: 8 commits · +43 −81 2026-02: 3 commits · +18 −20 2026-03: 3 commits · +34 −3 2026-04: 0 commits · +0 −0

sources

  1. git.kernel.org

    The directory is built as the SMU14 manager inside AMDGPU powerplay, so it is live kernel driver code, not dead support scaffolding.

  2. git.kernel.org

    AMDGPU discovery wires MP1 IP versions 14.0.x to `smu_v14_0_ip_block`, and the same file maps current GC12-class devices in this part of the stack.

  3. spinics.net

    A December 2025 amd-gfx patch series refactored SMUv14 internals, showing active upstream development rather than retirement planning.

  4. mail-archive.com

    A March 2026 patch updated SMUv14 firmware-version checking, indicating ongoing maintenance after the initial bring-up period.

  5. opennet.ru

    Linux stable carried a March 2026 SMUv14 fix (`PP_OD_FEATURE_ZERO_FAN_BIT`), which is strong evidence of active field use and bug-fix traffic.

  6. amd.com

    AMD was still selling new Radeon RX 9000-series hardware in 2025/2026, so SMU14-backed hardware is not obsolete inventory only.

codex reasoning notes (technical)

Local shell `rg`/`sed` inspection showed this directory is the SMU14 power-management part of AMDGPU and that discovery code binds MP1 14.0.x into the live driver; I mapped those local file paths to canonical git.kernel.org tree URLs by canonical recall. Web search found current amd-gfx patch mirrors on Spinics and Mail-Archive plus a 2026 stable changelog entry and AMD's RX 9070 XT product page. Evidence points to an actively maintained, currently shipped hardware family with no removal signal, so `keep` is the defensible recommendation.