drivers/gpu/drm/amd/pm

AMDGPU Power Management Support Code

A subtree of shared code inside the AMD GPU driver that handles power management for Radeon and Instinct graphics cards: GPU clock and voltage scaling, thermal throttling, fan control, and communication with the on-card System Management Unit firmware. It is built into the amdgpu driver rather than loaded 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 power-management support code (clock, voltage, thermal, and SMU firmware interface logic) that gets compiled into the main amdgpu graphics driver. It has no separate module or hardware binding of its own and only makes sense as part of amdgpu.

repository signals

279 files
181,341 source lines
1,700 commits, 5y
+72,546 / −28,436 lines added / removed, 5y
177 authors, 5y
monthly commits · 2021-04-21 → 2026-04-21 · 1,700 total · active in 60/61 months
2021 2022 2023 2024 2025 2026 2021-04: 16 commits · +426 −52 2021-05: 36 commits · +885 −321 2021-06: 27 commits · +567 −405 2021-07: 32 commits · +1,386 −817 2021-08: 28 commits · +830 −214 2021-09: 10 commits · +360 −71 2021-10: 15 commits · +655 −311 2021-11: 51 commits · +3,985 −3,414 2021-12: 26 commits · +292 −367 2022-01: 36 commits · +2,359 −389 2022-02: 22 commits · +2,634 −263 2022-03: 33 commits · +657 −154 2022-04: 60 commits · +5,876 −289 2022-05: 47 commits · +2,102 −412 2022-06: 16 commits · +331 −92 2022-07: 23 commits · +300 −68 2022-08: 19 commits · +358 −83 2022-09: 20 commits · +274 −201 2022-10: 12 commits · +126 −60 2022-11: 19 commits · +390 −107 2022-12: 16 commits · +333 −149 2023-01: 21 commits · +209 −73 2023-02: 22 commits · +479 −119 2023-03: 25 commits · +2,934 −312 2023-04: 26 commits · +8,318 −312 2023-05: 33 commits · +1,224 −309 2023-06: 30 commits · +635 −158 2023-07: 27 commits · +293 −473 2023-08: 108 commits · +2,616 −1,247 2023-09: 34 commits · +1,522 −342 2023-10: 33 commits · +908 −856 2023-11: 19 commits · +483 −421 2023-12: 26 commits · +665 −161 2024-01: 31 commits · +1,438 −362 2024-02: 17 commits · +741 −89 2024-03: 39 commits · +738 −463 2024-04: 35 commits · +637 −349 2024-05: 46 commits · +499 −209 2024-06: 8 commits · +235 −86 2024-07: 19 commits · +1,496 −122 2024-08: 14 commits · +55 −79 2024-09: 23 commits · +366 −3,702 2024-10: 28 commits · +929 −401 2024-11: 18 commits · +1,007 −708 2024-12: 13 commits · +111 −61 2025-01: 16 commits · +854 −357 2025-02: 27 commits · +1,183 −490 2025-03: 43 commits · +699 −409 2025-04: 13 commits · +131 −99 2025-05: 16 commits · +311 −274 2025-06: 23 commits · +653 −384 2025-07: 10 commits · +112 −32 2025-08: 41 commits · +1,689 −301 2025-09: 32 commits · +500 −378 2025-10: 30 commits · +426 −739 2025-11: 44 commits · +1,453 −2,332 2025-12: 39 commits · +5,288 −852 2026-01: 35 commits · +1,031 −726 2026-02: 12 commits · +439 −464 2026-03: 7 commits · +114 −18 2026-04: 0 commits · +0 −0

sources

No sources cited.

codex reasoning notes (technical)

Not a driver directory: AMDGPU power-management support code/library subtree, built into the parent amdgpu driver via pm/Makefile and amdgpu/Makefile rather than a standalone kernel-bound hardware driver.