]> git.ipfire.org Git - thirdparty/kernel/linux.git/commit
gpu: nova-core: use GPU Architecture to simplify HAL selections
authorJohn Hubbard <jhubbard@nvidia.com>
Sat, 11 Apr 2026 02:49:27 +0000 (19:49 -0700)
committerAlexandre Courbot <acourbot@nvidia.com>
Thu, 30 Apr 2026 01:02:55 +0000 (10:02 +0900)
commitb3bdb42619c8fce6d6d5feb36ad33d184aaa4e3d
tree4a2dfa4a62a7609dd347552c7aa10a27679324d2
parent777123bf2be607701b397f07198370700d2bfbdd
gpu: nova-core: use GPU Architecture to simplify HAL selections

Replace per-chipset match arms with Architecture-based matching in the
falcon and FB HAL selection functions. This reduces the number of match
arms that need updating when new chipsets are added within an existing
architecture.

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-3-jhubbard@nvidia.com
Signed-off-by: Alexandre Courbot <acourbot@nvidia.com>
drivers/gpu/nova-core/falcon/hal.rs
drivers/gpu/nova-core/fb/hal.rs