Internal clock-management code inside the Nouveau driver for NVIDIA GPUs. It handles GPU clock frequencies, PLLs, and reclocking for the various NVIDIA chip generations that Nouveau supports, but it is a building block of the larger Nouveau driver rather than something that binds to hardware on its own.
This is not a standalone driver directory; it is a subcomponent of Nouveau's NVKM core that manages GPU clocking. It only makes sense as part of the broader Nouveau NVIDIA GPU driver and should be evaluated together with the rest of Nouveau, not on its own.
repository signals
24files
6,493source lines
10commits, 5y
+597 / −44lines added / removed, 5y
9authors, 5y
monthly commits · 2021-04-21 → 2026-04-21 · 10 total · active in 7/61 months
sources
No sources cited.
codex reasoning notes (technical)
Not a driver directory: internal Nouveau NVKM clock subdevice support code, not a standalone kernel-bound hardware driver.