drivers/gpu/host1x/hw

Tegra host1x per-SoC hardware support layer

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.

not-a-driver conf=1.00 deploy=none replacement=none subsystem=gpu category=not-a-driver
100%

recommendation

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

54 files
5,076 source lines
25 commits, 5y
+1,089 / −1,015 lines added / removed, 5y
3 authors, 5y
monthly commits · 2021-04-21 → 2026-04-21 · 25 total · active in 12/61 months
2021 2022 2023 2024 2025 2026 2021-04: 0 commits · +0 −0 2021-05: 0 commits · +0 −0 2021-06: 2 commits · +133 −23 2021-07: 3 commits · +32 −17 2021-08: 0 commits · +0 −0 2021-09: 0 commits · +0 −0 2021-10: 0 commits · +0 −0 2021-11: 1 commit · +22 −22 2021-12: 0 commits · +0 −0 2022-01: 0 commits · +0 −0 2022-02: 0 commits · +0 −0 2022-03: 0 commits · +0 −0 2022-04: 0 commits · +0 −0 2022-05: 0 commits · +0 −0 2022-06: 6 commits · +671 −766 2022-07: 1 commit · +1 −0 2022-08: 0 commits · +0 −0 2022-09: 0 commits · +0 −0 2022-10: 0 commits · +0 −0 2022-11: 1 commit · +5 −7 2022-12: 0 commits · +0 −0 2023-01: 5 commits · +51 −82 2023-02: 0 commits · +0 −0 2023-03: 0 commits · +0 −0 2023-04: 0 commits · +0 −0 2023-05: 0 commits · +0 −0 2023-06: 0 commits · +0 −0 2023-07: 0 commits · +0 −0 2023-08: 0 commits · +0 −0 2023-09: 1 commit · +34 −12 2023-10: 0 commits · +0 −0 2023-11: 0 commits · +0 −0 2023-12: 0 commits · +0 −0 2024-01: 0 commits · +0 −0 2024-02: 0 commits · +0 −0 2024-03: 0 commits · +0 −0 2024-04: 2 commits · +24 −3 2024-05: 1 commit · +3 −34 2024-06: 0 commits · +0 −0 2024-07: 0 commits · +0 −0 2024-08: 0 commits · +0 −0 2024-09: 0 commits · +0 −0 2024-10: 0 commits · +0 −0 2024-11: 0 commits · +0 −0 2024-12: 0 commits · +0 −0 2025-01: 0 commits · +0 −0 2025-02: 0 commits · +0 −0 2025-03: 0 commits · +0 −0 2025-04: 0 commits · +0 −0 2025-05: 0 commits · +0 −0 2025-06: 0 commits · +0 −0 2025-07: 1 commit · +66 −40 2025-08: 0 commits · +0 −0 2025-09: 1 commit · +47 −9 2025-10: 0 commits · +0 −0 2025-11: 0 commits · +0 −0 2025-12: 0 commits · +0 −0 2026-01: 0 commits · +0 −0 2026-02: 0 commits · +0 −0 2026-03: 0 commits · +0 −0 2026-04: 0 commits · +0 −0

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.