Re: [PATCH v3 19/19] gpu: nova-core: load and run FWSEC-FRTS

2025-05-14 Thread Danilo Krummrich
On Wed, May 07, 2025 at 10:52:46PM +0900, Alexandre Courbot wrote: > + > +dev_info!(pdev.as_ref(), "WPR2: {:#x}-{:#x}\n", wpr2_lo, wpr2_hi); > +dev_info!(pdev.as_ref(), "GPU instance built\n"); Please use dev_dbg!().

[PATCH v3 19/19] gpu: nova-core: load and run FWSEC-FRTS

2025-05-07 Thread Alexandre Courbot
With all the required pieces in place, load FWSEC-FRTS onto the GSP falcon, run it, and check that it successfully carved out the WPR2 region out of framebuffer memory. Signed-off-by: Alexandre Courbot --- drivers/gpu/nova-core/falcon.rs | 3 --- drivers/gpu/nova-core/gpu.rs| 57 +++