drivers/gpu/drm/amd/pm/swsmu/smu11

AMD SMU11 power management helpers for amdgpu

Internal support code inside the amdgpu graphics driver that handles the System Management Unit version 11 power-management firmware interface used by AMD Navi (RX 5000 series) and Sienna Cichlid (RX 6000 series) generation GPUs. It manages clock, voltage, and thermal control on those cards rather than being a separate driver in its own right.

not-a-driver conf=1.00 deploy=none replacement=none subsystem=gpu category=not-a-driver
100%

recommendation

This is not actually a standalone driver directory; it is a subcomponent of the amdgpu DRM driver that implements the SMU11 power-management protocol for recent Radeon GPUs. It lives or dies with amdgpu itself and is not subject to independent removal review.

repository signals

12 files
14,141 source lines
268 commits, 5y
+7,034 / −6,107 lines added / removed, 5y
64 authors, 5y
monthly commits · 2021-04-21 → 2026-04-21 · 268 total · active in 54/61 months
2021 2022 2023 2024 2025 2026 2021-04: 1 commit · +7 −2 2021-05: 8 commits · +205 −81 2021-06: 9 commits · +219 −106 2021-07: 12 commits · +488 −233 2021-08: 12 commits · +557 −61 2021-09: 3 commits · +101 −14 2021-10: 8 commits · +169 −181 2021-11: 13 commits · +114 −259 2021-12: 6 commits · +28 −94 2022-01: 17 commits · +693 −93 2022-02: 5 commits · +47 −3 2022-03: 3 commits · +139 −67 2022-04: 5 commits · +78 −46 2022-05: 4 commits · +144 −43 2022-06: 0 commits · +0 −0 2022-07: 4 commits · +97 −1 2022-08: 2 commits · +77 −0 2022-09: 3 commits · +167 −12 2022-10: 0 commits · +0 −0 2022-11: 5 commits · +35 −3 2022-12: 1 commit · +3 −32 2023-01: 2 commits · +10 −12 2023-02: 4 commits · +25 −5 2023-03: 5 commits · +117 −133 2023-04: 2 commits · +96 −41 2023-05: 4 commits · +109 −39 2023-06: 4 commits · +28 −14 2023-07: 3 commits · +33 −85 2023-08: 6 commits · +53 −31 2023-09: 5 commits · +131 −102 2023-10: 6 commits · +115 −222 2023-11: 1 commit · +0 −6 2023-12: 0 commits · +0 −0 2024-01: 5 commits · +14 −6 2024-02: 4 commits · +27 −33 2024-03: 10 commits · +119 −99 2024-04: 2 commits · +35 −6 2024-05: 4 commits · +20 −7 2024-06: 1 commit · +0 −4 2024-07: 0 commits · +0 −0 2024-08: 2 commits · +6 −5 2024-09: 2 commits · +8 −1,714 2024-10: 4 commits · +58 −29 2024-11: 3 commits · +322 −245 2024-12: 1 commit · +2 −1 2025-01: 0 commits · +0 −0 2025-02: 1 commit · +8 −4 2025-03: 2 commits · +4 −1 2025-04: 1 commit · +1 −1 2025-05: 2 commits · +0 −45 2025-06: 3 commits · +49 −49 2025-07: 1 commit · +1 −1 2025-08: 0 commits · +0 −0 2025-09: 3 commits · +6 −51 2025-10: 5 commits · +29 −24 2025-11: 10 commits · +319 −675 2025-12: 6 commits · +114 −117 2026-01: 6 commits · +202 −178 2026-02: 3 commits · +38 −43 2026-03: 1 commit · +0 −1 2026-04: 0 commits · +0 −0

sources

No sources cited.

codex reasoning notes (technical)

Not a driver directory: contains amdgpu SMU11 power-management support code under the AMD DRM subsystem, i.e. an internal helper/component directory rather than a standalone kernel-bound hardware driver.