Re: [PATCH v4 07/13] gpu: nova-core: gsp: turn FWSEC execution into HAL method
"Eliot Courtney" <[email protected]>
| Newsgroups | dev.linux.lists.nova-gpu,org.freedesktop.lists.dri-devel,org.kernel.vger.linux-kernel,org.kernel.vger.rust-for-linux |
|---|---|
| Message-ID | <[email protected]> |
On Mon Jun 29, 2026 at 11:09 PM JST, Alexandre Courbot wrote: > Turn the `run_fwsec_frts` function into a method of `Tu102`. A following > patch will turn the "use FWSEC bootloader" property into a flag of the > TU102 HAL itself, and making this a method will allow the code to access > it instead of querying `Chipset`. > > Signed-off-by: Alexandre Courbot <[email protected]> > --- Reviewed-by: Eliot Courtney <[email protected]>