drivers/gpu/drm/nouveau/nvkm/subdev/fsp

Nouveau FSP support for NVIDIA Hopper and Blackwell GPUs

Code inside the open-source nouveau driver that talks to the Firmware Security Processor on NVIDIA's newest data-center GPUs, including the Hopper H100 and the Blackwell GB10x and GB20x families used in systems like the GB200 NVL72. The FSP is the on-GPU controller that nouveau must negotiate with to boot and run these accelerators.

keep conf=0.82 last_sold=2026 deploy=medium replacement=none subsystem=gpu category=graphics-display
82%

recommendation

It should stay because this is brand-new code actively being developed to support NVIDIA's current data-center GPUs. Initial Hopper (H100) support landed first, GB10x Blackwell support followed in late 2024, and GB20x enablement continued through 2025, matching products NVIDIA still sells new. There is no alternative upstream driver that handles the Firmware Security Processor handshake nouveau needs to talk to these GPUs.

repository signals

6 files
439 source lines
5 commits, 5y
+450 / −3 lines added / removed, 5y
3 authors, 5y
monthly commits · 2021-04-21 → 2026-04-21 · 5 total · active in 3/61 months
2021 2022 2023 2024 2025 2026 2021-04: 0 commits · +0 −0 2021-05: 0 commits · +0 −0 2021-06: 0 commits · +0 −0 2021-07: 0 commits · +0 −0 2021-08: 0 commits · +0 −0 2021-09: 0 commits · +0 −0 2021-10: 0 commits · +0 −0 2021-11: 0 commits · +0 −0 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: 0 commits · +0 −0 2022-07: 0 commits · +0 −0 2022-08: 0 commits · +0 −0 2022-09: 0 commits · +0 −0 2022-10: 0 commits · +0 −0 2022-11: 0 commits · +0 −0 2022-12: 0 commits · +0 −0 2023-01: 0 commits · +0 −0 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: 0 commits · +0 −0 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: 0 commits · +0 −0 2024-05: 0 commits · +0 −0 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: 2 commits · +402 −1 2024-12: 0 commits · +0 −0 2025-01: 0 commits · +0 −0 2025-02: 1 commit · +46 −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: 0 commits · +0 −0 2025-08: 0 commits · +0 −0 2025-09: 0 commits · +0 −0 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: 2 commits · +2 −2 2026-03: 0 commits · +0 −0 2026-04: 0 commits · +0 −0

sources

  1. git.kernel.org

    The directory was introduced with GH100 support, indicating it targets modern NVIDIA Hopper GPUs rather than legacy hardware.

  2. git.kernel.org

    The code was extended for GB10x support in late 2024, showing active enablement for newer NVIDIA generations.

  3. git.kernel.org

    The code was further extended for GB20x support in 2025, reinforcing that this subdriver is still being brought up for current hardware.

  4. nvidia.com

    NVIDIA still markets H100 (Hopper) as a current data-center GPU product, so relevant hardware was sold new in 2025 and remains broadly available.

  5. nvidia.com

    NVIDIA markets GB200/Blackwell systems as current products, matching the GB10x/GB20x enablement work in this directory and indicating ongoing new deployments.

codex reasoning notes (technical)

Not an early-exit case: this is a hardware-facing nouveau nvkm subdevice for the GPU Firmware Security Processor. lore-specific tooling was unavailable here (no working lore-http MCP and `lei` missing), so upstream activity was inferred from local `git log` on the directory, then mapped to canonical git.kernel.org commit URLs by canonical recall. Web search provided the NVIDIA product-page URLs. The directory is very new, gained GH100 then GB10x/GB20x support in 2024-2025, and only shows later treewide cleanups in 2026; that pattern fits active bring-up, not obsolescence. No natural upstream replacement driver exists for nouveau's FSP path.