drivers/gpu/host1x

NVIDIA Tegra host1x DMA and synchronization engine

Host1x is the on-chip command dispatch and synchronization fabric inside NVIDIA Tegra systems-on-chip, used by the display controller, 2D/3D graphics, video decode, and camera blocks to share work and signal completion. It underpins Tegra-based products from early Tegra SoCs through current Jetson embedded modules used in robotics, automotive, and edge AI.

keep conf=0.93 deploy=medium replacement=none subsystem=gpu category=graphics-display
93%

recommendation

It should stay because host1x is foundational infrastructure for every Tegra-based GPU, display, video, and camera driver, and NVIDIA continues to sell Jetson modules built on Tegra SoCs with support lifecycles extending into the early 2030s. Upstream activity remains healthy, including a substantive refactor in September 2025 and stable-tagged bug fixes landing in 2026, and no alternative driver exists to take over its role.

repository signals

78 files
11,077 source lines
104 commits, 5y
+2,773 / −2,128 lines added / removed, 5y
32 authors, 5y
monthly commits · 2021-04-21 → 2026-04-21 · 104 total · active in 38/61 months
2021 2022 2023 2024 2025 2026 2021-04: 1 commit · +24 −6 2021-05: 0 commits · +0 −0 2021-06: 5 commits · +479 −56 2021-07: 3 commits · +32 −17 2021-08: 1 commit · +1 −1 2021-09: 4 commits · +80 −109 2021-10: 1 commit · +0 −1 2021-11: 4 commits · +178 −58 2021-12: 3 commits · +24 −8 2022-01: 1 commit · +7 −4 2022-02: 1 commit · +2 −17 2022-03: 1 commit · +2 −2 2022-04: 0 commits · +0 −0 2022-05: 1 commit · +37 −0 2022-06: 11 commits · +994 −803 2022-07: 4 commits · +12 −26 2022-08: 0 commits · +0 −0 2022-09: 3 commits · +19 −25 2022-10: 1 commit · +4 −0 2022-11: 4 commits · +24 −22 2022-12: 0 commits · +0 −0 2023-01: 9 commits · +257 −609 2023-02: 1 commit · +1 −3 2023-03: 3 commits · +10 −6 2023-04: 1 commit · +8 −0 2023-05: 0 commits · +0 −0 2023-06: 1 commit · +6 −23 2023-07: 1 commit · +3 −2 2023-08: 0 commits · +0 −0 2023-09: 5 commits · +95 −20 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: 3 commits · +18 −10 2024-03: 1 commit · +0 −8 2024-04: 7 commits · +126 −104 2024-05: 1 commit · +30 −35 2024-06: 0 commits · +0 −0 2024-07: 1 commit · +1 −1 2024-08: 3 commits · +8 −12 2024-09: 2 commits · +9 −10 2024-10: 0 commits · +0 −0 2024-11: 0 commits · +0 −0 2024-12: 2 commits · +1 −11 2025-01: 0 commits · +0 −0 2025-02: 3 commits · +9 −8 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: 3 commits · +80 −43 2025-08: 1 commit · +2 −8 2025-09: 1 commit · +59 −9 2025-10: 0 commits · +0 −0 2025-11: 0 commits · +0 −0 2025-12: 2 commits · +34 −35 2026-01: 0 commits · +0 −0 2026-02: 3 commits · +13 −14 2026-03: 0 commits · +0 −0 2026-04: 0 commits · +0 −0

sources

  1. lore.kernel.org

    Host1x still receives upstream bug-fix patches in 2026, including fixes tagged for stable.

  2. lore.kernel.org

    Host1x also saw substantial non-trivial refactoring work in late 2025, not just janitorial maintenance.

  3. docs.kernel.org

    Kernel documentation describes host1x as core infrastructure for NVIDIA Tegra display/graphics/video blocks across Tegra SoCs.

  4. developer.nvidia.com

    Multiple Jetson modules based on Tegra-family SoCs remained commercially available through 2027-2033, indicating ongoing new-hardware relevance in 2025 and beyond.

codex reasoning notes (technical)

Real driver directory with module/driver entry points and active code. Evidence came from lore_activity on drivers/gpu/host1x/dev.c and bus.c (recent April 2026 fixes, September 2025 refactor patch), plus web search hits for kernel docs and NVIDIA Jetson lifecycle pages. lore_subsystem_churn on the directory prefix returned no sampled mail, so I relied on exact-file lore activity instead. No replacement upstream driver covers host1x's infrastructure role; current sales of Jetson/Tegra modules argue against deprecation.