drivers/gpu/drm/amd/pm/swsmu/smu13

AMDGPU SMU13 power management helpers

Internal support code inside the AMD GPU graphics stack that talks to version 13 of AMD's System Management Unit, the on-chip microcontroller that handles power, clocks, voltages, and thermals on recent Radeon and Instinct GPUs (RDNA 3 / CDNA 3 era, roughly 2022 onward).

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; it is a sub-component of the larger AMDGPU DRM driver that implements the SMU13 power-management protocol. It only makes sense as part of AMDGPU and is not a candidate for independent lifecycle decisions.

repository signals

17 files
19,890 source lines
672 commits, 5y
+23,033 / −6,817 lines added / removed, 5y
80 authors, 5y
monthly commits · 2021-04-21 → 2026-04-21 · 672 total · active in 60/61 months
2021 2022 2023 2024 2025 2026 2021-04: 6 commits · +268 −18 2021-05: 7 commits · +133 −36 2021-06: 8 commits · +175 −200 2021-07: 7 commits · +125 −357 2021-08: 10 commits · +117 −58 2021-09: 1 commit · +12 −6 2021-10: 3 commits · +33 −92 2021-11: 10 commits · +139 −80 2021-12: 12 commits · +39 −78 2022-01: 5 commits · +1,230 −22 2022-02: 7 commits · +565 −179 2022-03: 13 commits · +131 −9 2022-04: 41 commits · +3,163 −114 2022-05: 26 commits · +1,584 −143 2022-06: 11 commits · +253 −64 2022-07: 10 commits · +117 −9 2022-08: 12 commits · +135 −63 2022-09: 9 commits · +66 −159 2022-10: 5 commits · +20 −7 2022-11: 6 commits · +190 −9 2022-12: 13 commits · +160 −72 2023-01: 8 commits · +135 −17 2023-02: 11 commits · +177 −65 2023-03: 7 commits · +2,232 −114 2023-04: 10 commits · +449 −153 2023-05: 12 commits · +849 −127 2023-06: 16 commits · +423 −74 2023-07: 8 commits · +113 −140 2023-08: 34 commits · +1,023 −358 2023-09: 20 commits · +942 −151 2023-10: 17 commits · +263 −144 2023-11: 16 commits · +351 −331 2023-12: 9 commits · +209 −77 2024-01: 19 commits · +367 −103 2024-02: 7 commits · +128 −29 2024-03: 18 commits · +196 −119 2024-04: 8 commits · +118 −156 2024-05: 15 commits · +63 −62 2024-06: 1 commit · +3 −3 2024-07: 2 commits · +115 −65 2024-08: 2 commits · +8 −3 2024-09: 5 commits · +43 −41 2024-10: 8 commits · +350 −78 2024-11: 8 commits · +267 −146 2024-12: 8 commits · +42 −26 2025-01: 14 commits · +578 −325 2025-02: 11 commits · +452 −29 2025-03: 13 commits · +119 −51 2025-04: 8 commits · +86 −27 2025-05: 10 commits · +220 −142 2025-06: 8 commits · +263 −70 2025-07: 6 commits · +80 −26 2025-08: 21 commits · +833 −239 2025-09: 15 commits · +219 −61 2025-10: 9 commits · +207 −36 2025-11: 15 commits · +463 −918 2025-12: 11 commits · +246 −207 2026-01: 10 commits · +265 −230 2026-02: 7 commits · +82 −71 2026-03: 4 commits · +80 −13 2026-04: 0 commits · +0 −0

sources

No sources cited.

codex reasoning notes (technical)

Not a driver directory: this is the SMU13 power-management support subdirectory inside the AMDGPU DRM stack, an internal helper/component rather than a standalone kernel-bound hardware driver.