Re: [PATCH 25/27] gpu: nova-core: switch to the r000 GSP firmware

From: John Hubbard

Date: Wed Aug 19 2026 - 21:02:53 EST


On 8/19/26 11:58 AM, Timur Tabi wrote:
> On Tue, 2026-08-18 at 20:52 -0700, John Hubbard wrote:
...>> @@ -96,17 +122,41 @@ pub(crate) fn boot(
>>  
>>          dev_dbg!(pdev, "RISC-V active? {}\n", gsp_falcon.is_riscv_active(),);
>>  
>> -        self.cmdq
>> -            .send_command_no_wait(bar, commands::SetSystemInfo::new(pdev, chipset))?;
>> -        self.cmdq
>> -            .send_command_no_wait(bar, commands::SetRegistry::new(ctx.vgpu.state())?)?;
>> -
>> -        hal.post_boot(&self, ctx, &gsp_fw)?;
>
> FYI, my Turing fix moves the send_command_no_wait() calls to above the hal.boot() line, where it
> belongs, so you'll need to rebase on top of it.
>

Thanks for the heads up on that!

thanks,
--
John Hubbard