Internal helper code inside Nouveau (the open-source Linux driver for NVIDIA GPUs) that abstracts the GPU's on-chip bus interfaces used by other Nouveau subdevices. It is not a driver that binds to hardware by itself; it is plumbing inside the broader Nouveau stack.
This is not actually a standalone driver directory; it is an internal subcomponent of the Nouveau driver for NVIDIA GPUs, handling on-chip bus plumbing used by the rest of Nouveau. It only makes sense as part of the larger Nouveau driver and cannot be evaluated for keep-or-remove on its own.
repository signals
10files
824source lines
4commits, 5y
+22 / −17lines added / removed, 5y
4authors, 5y
monthly commits · 2021-04-21 → 2026-04-21 · 4 total · active in 3/61 months
sources
No sources cited.
codex reasoning notes (technical)
Not a driver directory: contains nouveau NVKM internal bus subdevice support code, not a standalone kernel-bound hardware driver.