]> git.ipfire.org Git - thirdparty/kernel/linux.git/commit
gpu: nova-core: Add basic Turing HAL
authorTimur Tabi <ttabi@nvidia.com>
Thu, 22 Jan 2026 22:28:42 +0000 (16:28 -0600)
committerAlexandre Courbot <acourbot@nvidia.com>
Fri, 23 Jan 2026 23:45:13 +0000 (08:45 +0900)
commit954b38fd0a8f5feaa44a9c5c05ed771815949d95
treed8e84f69df82c1fc170b8ab12e5a18458e09fc8d
parent82ed3243219d160601fdb98742633bee7dc6f360
gpu: nova-core: Add basic Turing HAL

Add the basic HAL for recognizing Turing GPUs.  This isn't enough
to support booting GSP-RM on Turing, but it's a start.

Note that GA100, which boots using the same method as Turing, is not
supported yet.

Signed-off-by: Timur Tabi <ttabi@nvidia.com>
Reviewed-by: John Hubbard <jhubbard@nvidia.com>
Reviewed-by: Gary Guo <gary@garyguo.net>
Acked-by: Danilo Krummrich <dakr@kernel.org>
Link: https://patch.msgid.link/20260122222848.2555890-8-ttabi@nvidia.com
Signed-off-by: Alexandre Courbot <acourbot@nvidia.com>
drivers/gpu/nova-core/falcon/hal.rs
drivers/gpu/nova-core/falcon/hal/tu102.rs [new file with mode: 0644]
drivers/gpu/nova-core/regs.rs