mirror of
git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
synced 2026-03-22 07:27:12 +08:00
gpu: nova-core: gsp: Add SetSystemInfo command
Add support for sending the SetSystemInfo command, which provides required hardware information to the GSP and is critical to its initialization. Signed-off-by: Alistair Popple <apopple@nvidia.com> Signed-off-by: Alexandre Courbot <acourbot@nvidia.com> Message-ID: <20251110-gsp_boot-v9-11-8ae4058e3c0e@nvidia.com>
This commit is contained in:
committed by
Alexandre Courbot
parent
4fd4acd973
commit
edcb134264
@@ -489,7 +489,6 @@ impl Cmdq {
|
||||
/// written to by its [`CommandToGsp::init_variable_payload`] method.
|
||||
///
|
||||
/// Error codes returned by the command initializers are propagated as-is.
|
||||
#[expect(unused)]
|
||||
pub(crate) fn send_command<M>(&mut self, bar: &Bar0, command: M) -> Result
|
||||
where
|
||||
M: CommandToGsp,
|
||||
|
||||
Reference in New Issue
Block a user