drivers/gpu/drm/amd/pm/legacy-dpm

AMD GPU Legacy DPM Power Management Code

Internal power management code shared by AMD's amdgpu and radeon graphics drivers, implementing the older Dynamic Power Management (DPM) logic used on pre-Vega AMD GPUs before the newer SMU-based power stack took over.

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

recommendation

This is not actually a driver directory; it is a support library that lives inside AMD's GPU driver tree and provides legacy dynamic power management routines for older Radeon and early amdgpu hardware. It is not loaded as its own module and only makes sense in the context of the broader AMD graphics stack.

repository signals

13 files
14,540 source lines
80 commits, 5y
+15,977 / −1,434 lines added / removed, 5y
26 authors, 5y
monthly commits · 2021-04-21 → 2026-04-21 · 80 total · active in 30/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: 3 commits · +15,248 −38 2021-12: 1 commit · +0 −10 2022-01: 2 commits · +17 −7 2022-02: 1 commit · +1 −0 2022-03: 0 commits · +0 −0 2022-04: 3 commits · +4 −63 2022-05: 0 commits · +0 −0 2022-06: 0 commits · +0 −0 2022-07: 1 commit · +3 −3 2022-08: 0 commits · +0 −0 2022-09: 1 commit · +4 −1 2022-10: 0 commits · +0 −0 2022-11: 0 commits · +0 −0 2022-12: 0 commits · +0 −0 2023-01: 1 commit · +2 −9 2023-02: 0 commits · +0 −0 2023-03: 0 commits · +0 −0 2023-04: 0 commits · +0 −0 2023-05: 3 commits · +1 −59 2023-06: 0 commits · +0 −0 2023-07: 0 commits · +0 −0 2023-08: 4 commits · +68 −75 2023-09: 2 commits · +4 −2 2023-10: 0 commits · +0 −0 2023-11: 0 commits · +0 −0 2023-12: 3 commits · +16 −45 2024-01: 0 commits · +0 −0 2024-02: 0 commits · +0 −0 2024-03: 0 commits · +0 −0 2024-04: 2 commits · +4 −0 2024-05: 4 commits · +7 −20 2024-06: 1 commit · +0 −4 2024-07: 0 commits · +0 −0 2024-08: 1 commit · +5 −3 2024-09: 9 commits · +30 −31 2024-10: 7 commits · +13 −34 2024-11: 0 commits · +0 −0 2024-12: 1 commit · +2 −1 2025-01: 0 commits · +0 −0 2025-02: 2 commits · +47 −16 2025-03: 2 commits · +214 −186 2025-04: 0 commits · +0 −0 2025-05: 1 commit · +1 −1 2025-06: 3 commits · +91 −116 2025-07: 0 commits · +0 −0 2025-08: 7 commits · +92 −31 2025-09: 4 commits · +33 −52 2025-10: 1 commit · +1 −566 2025-11: 1 commit · +13 −5 2025-12: 1 commit · +2 −3 2026-01: 3 commits · +16 −15 2026-02: 5 commits · +38 −38 2026-03: 0 commits · +0 −0 2026-04: 0 commits · +0 −0

sources

No sources cited.

codex reasoning notes (technical)

Not a driver directory: AMD DRM legacy power-management support code under pm/, not a standalone kernel-bound hardware driver.