Internal scaffolding inside the Nouveau driver stack that handles GPU device probing and enumerates the various engines (graphics, copy, video, etc.) on NVIDIA GPUs. It is not a standalone driver, just shared plumbing used by the wider Nouveau driver for NVIDIA cards.
This is not a driver directory in its own right; it is internal infrastructure within the Nouveau NVKM (NVIDIA Kernel Module) layer that handles device and engine setup for NVIDIA GPUs. It only makes sense when evaluated as part of the full Nouveau driver, so a keep/remove decision does not apply at this level.
repository signals
10files
6,238source lines
63commits, 5y
+804 / −573lines added / removed, 5y
14authors, 5y
monthly commits · 2021-04-21 → 2026-04-21 · 63 total · active in 20/61 months
sources
No sources cited.
codex reasoning notes (technical)
Not a driver directory: contains nouveau nvkm internal engine/device support code, not a standalone kernel-bound hardware driver entrypoint.