Internal support code inside the open-source Nouveau driver for NVIDIA GPUs that reads the on-chip fuse block, where NVIDIA burns in chip identification, configuration, and calibration values during manufacturing. It is a helper layer used by the rest of Nouveau, not a separately loadable driver.
This is not actually a driver directory; it is one of the internal subdevice modules that make up Nouveau's NVKM core, providing fuse-readout helpers used by the main GPU driver. It has no independent lifecycle and only makes sense in the context of the broader Nouveau driver.
repository signals
6files
221source lines
3commits, 5y
+7 / −2lines added / removed, 5y
3authors, 5y
monthly commits · 2021-04-21 → 2026-04-21 · 3 total · active in 2/61 months
sources
No sources cited.
codex reasoning notes (technical)
Not a driver directory: internal nouveau NVKM fuse subdevice support code, not a standalone kernel-bound hardware driver.