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).
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
17files
19,890source lines
672commits, 5y
+23,033 / −6,817lines added / removed, 5y
80authors, 5y
monthly commits · 2021-04-21 → 2026-04-21 · 672 total · active in 60/61 months
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.