Re: [PATCH v7 0/4] gpu: nova-core: run unload sequence upon unbinding
From: Danilo Krummrich
Date: Fri May 29 2026 - 07:15:52 EST
On Fri May 29, 2026 at 9:33 AM CEST, Alexandre Courbot wrote:
> Alexandre Courbot (4):
> gpu: nova-core: gsp: move chipset-specific parts of the boot process into a HAL
> gpu: nova-core: send UNLOADING_GUEST_DRIVER GSP command upon unloading
> gpu: nova-core: run Booter Unloader and FWSEC-SB upon unbinding
> gpu: nova-core: gsp: run the unload bundle if Gsp::boot() fails
Reviewed-by: Danilo Krummrich <dakr@xxxxxxxxxx>
NIT: There's a few places with Result<()> instead of just Result that could be
cleaned up (including the moved code).