]> git.ipfire.org Git - thirdparty/kernel/linux.git/commit
gpu: nova-core: falcon: Add support to check if RISC-V is active
authorJoel Fernandes <joelagnelf@nvidia.com>
Mon, 10 Nov 2025 13:34:21 +0000 (22:34 +0900)
committerAlexandre Courbot <acourbot@nvidia.com>
Fri, 14 Nov 2025 11:25:57 +0000 (20:25 +0900)
commitbb58d1aee6081dba5f64eacf48993c077e99dd4a
tree8a45b746224fd4471b809184e20049e4fbabe7eb
parent19b0a6e7c2be35f9b11c51c0c21c9a02c23252ff
gpu: nova-core: falcon: Add support to check if RISC-V is active

Add definition for RISCV_CPUCTL register and use it in a new falcon API
to check if the RISC-V core of a Falcon is active. It is required by
the sequencer to know if the GSP's RISCV processor is active.

Reviewed-by: Lyude Paul <lyude@redhat.com>
Signed-off-by: Joel Fernandes <joelagnelf@nvidia.com>
Signed-off-by: Alexandre Courbot <acourbot@nvidia.com>
Message-ID: <20251110-gsp_boot-v9-13-8ae4058e3c0e@nvidia.com>
drivers/gpu/nova-core/falcon.rs
drivers/gpu/nova-core/regs.rs