]> git.ipfire.org Git - thirdparty/kernel/linux.git/commit
gpu: nova-core: Hopper/Blackwell: basic GPU identification
authorJohn Hubbard <jhubbard@nvidia.com>
Sat, 11 Apr 2026 02:49:28 +0000 (19:49 -0700)
committerAlexandre Courbot <acourbot@nvidia.com>
Thu, 30 Apr 2026 01:02:55 +0000 (10:02 +0900)
commita47e2cd4b1a9184330d43a4dba21e67548eda232
tree530d2422e1e4e58de01de7f9dd341e5857c5dfd2
parentb3bdb42619c8fce6d6d5feb36ad33d184aaa4e3d
gpu: nova-core: Hopper/Blackwell: basic GPU identification

Hopper (GH100) and Blackwell identification, including ELF
.fwsignature_* items.

Signed-off-by: John Hubbard <jhubbard@nvidia.com>
Acked-by: Danilo Krummrich <dakr@kernel.org>
Reviewed-by: Gary Guo <gary@garyguo.net>
Link: https://patch.msgid.link/20260411024953.473149-4-jhubbard@nvidia.com
[acourbot: add separators for both Blackwell architectures in Chipset
 definition.]
[acourbot: make Gsp::boot() return `ENOTSUPP` on new architectures.]
Signed-off-by: Alexandre Courbot <acourbot@nvidia.com>
drivers/gpu/nova-core/falcon/hal.rs
drivers/gpu/nova-core/fb/hal.rs
drivers/gpu/nova-core/firmware/gsp.rs
drivers/gpu/nova-core/gpu.rs
drivers/gpu/nova-core/gsp/boot.rs