Internal code inside the open-source Nouveau driver that programs the L2 cache hardware block found on NVIDIA GPUs. It is one of many small hardware-block helpers that together make up Nouveau's low-level GPU management layer (NVKM).
This is not actually a standalone driver; it is an internal subcomponent of the Nouveau GPU driver that handles the GPU's L2 cache block. It cannot be evaluated for keep-or-remove on its own and lives or dies with Nouveau as a whole.
repository signals
11files
991source lines
6commits, 5y
+95 / −20lines added / removed, 5y
4authors, 5y
monthly commits · 2021-04-21 → 2026-04-21 · 6 total · active in 4/61 months
sources
No sources cited.
codex reasoning notes (technical)
Not a driver directory: this is an internal Nouveau NVKM `subdev/ltc` hardware block implementation inside the broader `nouveau` driver, not a standalone kernel driver.