Internal helper code inside the Nouveau open-source NVIDIA GPU driver that handles communication with the GPU System Processor (GSP) firmware found on modern NVIDIA cards (Turing and later). It is a sub-component of the larger Nouveau driver, not a separate driver bound to its own hardware.
This is not actually a driver directory; it is an internal subdirectory of the Nouveau NVIDIA GPU driver containing the Resource Manager glue that talks to the on-GPU GSP firmware. It has no independent existence outside Nouveau and is evaluated as part of the parent driver.
repository signals
77files
14,272source lines
63commits, 5y
+15,703 / −1,378lines added / removed, 5y
9authors, 5y
monthly commits · 2021-04-21 → 2026-04-21 · 63 total · active in 10/61 months
sources
No sources cited.
codex reasoning notes (technical)
Not a driver directory: internal Nouveau NVKM GSP Resource Manager subcomponent under drm/nouveau, not a standalone kernel-bound hardware driver entrypoint.