drivers/gpu/drm/amd/pm/swsmu

AMDGPU SwSMU power-management framework

Internal support code within the AMDGPU graphics stack that talks to the on-GPU System Management Unit firmware to control clock speeds, voltages, fan curves, and power states on AMD Radeon and Instinct GPUs from Vega onward. It is a sub-component of the AMD DRM driver, not a piece of hardware support on its own.

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 the shared System Management Unit (SMU) firmware-interface code used by the main AMDGPU graphics driver to handle power, clocking, and thermal management on modern Radeon GPUs. It lives inside the AMD DRM stack as supporting infrastructure rather than as a separately loadable hardware driver.

repository signals

104 files
72,766 source lines
1,271 commits, 5y
+69,091 / −18,190 lines added / removed, 5y
125 authors, 5y
monthly commits · 2021-04-21 → 2026-04-21 · 1,271 total · active in 60/61 months
2021 2022 2023 2024 2025 2026 2021-04: 10 commits · +325 −46 2021-05: 20 commits · +438 −125 2021-06: 22 commits · +481 −316 2021-07: 21 commits · +883 −650 2021-08: 20 commits · +704 −147 2021-09: 7 commits · +336 −67 2021-10: 13 commits · +637 −289 2021-11: 32 commits · +10,153 −823 2021-12: 22 commits · +236 −341 2022-01: 25 commits · +2,103 −191 2022-02: 16 commits · +2,579 −225 2022-03: 21 commits · +382 −107 2022-04: 51 commits · +5,615 −203 2022-05: 43 commits · +2,008 −343 2022-06: 16 commits · +331 −92 2022-07: 20 commits · +263 −40 2022-08: 19 commits · +310 −83 2022-09: 13 commits · +252 −174 2022-10: 7 commits · +107 −44 2022-11: 16 commits · +374 −92 2022-12: 15 commits · +178 −111 2023-01: 13 commits · +194 −44 2023-02: 20 commits · +334 −113 2023-03: 18 commits · +2,853 −289 2023-04: 24 commits · +8,214 −279 2023-05: 16 commits · +1,048 −168 2023-06: 23 commits · +549 −107 2023-07: 19 commits · +187 −285 2023-08: 46 commits · +1,208 −427 2023-09: 27 commits · +1,285 −302 2023-10: 25 commits · +820 −799 2023-11: 18 commits · +454 −386 2023-12: 18 commits · +608 −102 2024-01: 29 commits · +1,413 −337 2024-02: 15 commits · +528 −83 2024-03: 31 commits · +543 −294 2024-04: 19 commits · +316 −183 2024-05: 34 commits · +351 −135 2024-06: 5 commits · +197 −44 2024-07: 15 commits · +1,480 −116 2024-08: 10 commits · +42 −72 2024-09: 18 commits · +145 −1,821 2024-10: 22 commits · +720 −308 2024-11: 16 commits · +958 −692 2024-12: 11 commits · +72 −37 2025-01: 15 commits · +836 −348 2025-02: 19 commits · +855 −57 2025-03: 24 commits · +314 −100 2025-04: 13 commits · +131 −99 2025-05: 13 commits · +252 −234 2025-06: 18 commits · +554 −255 2025-07: 9 commits · +107 −32 2025-08: 28 commits · +1,212 −253 2025-09: 24 commits · +533 −177 2025-10: 20 commits · +309 −116 2025-11: 36 commits · +1,156 −1,970 2025-12: 38 commits · +5,271 −836 2026-01: 29 commits · +1,009 −706 2026-02: 9 commits · +229 −238 2026-03: 7 commits · +114 −18 2026-04: 0 commits · +0 −0

sources

No sources cited.

codex reasoning notes (technical)

Not a driver directory: contains AMDGPU power-management SMU support code within the DRM stack, not a standalone kernel-bound hardware driver.