Internal source files for the host1x engine on NVIDIA Tegra systems-on-chip, which arbitrates and synchronises the GPU and other graphics/multimedia engines. The code here is per-SoC-revision glue compiled into the parent host1x module, not a standalone driver.
This is not a driver directory in its own right; it is a sub-folder of the Tegra host1x driver containing per-chip hardware definitions that get compiled into the main host1x module. Any keep-or-remove decision belongs to the parent drivers/gpu/host1x directory rather than this internal layer.
repository signals
54files
5,076source lines
25commits, 5y
+1,089 / −1,015lines added / removed, 5y
3authors, 5y
monthly commits · 2021-04-21 → 2026-04-21 · 25 total · active in 12/61 months
sources
No sources cited.
codex reasoning notes (technical)
Not a driver directory: this is the internal per-SoC host1x hardware support layer (`hw/*.c` compiled into parent `host1x.o`), with no standalone bus/device registration entrypoint.