Re: [PATCH v2 03/10] gpu: nova-core: gsp: ensure lifetime for FMC boot DMA allocations
From: Alexandre Courbot
Date: Wed Jul 22 2026 - 22:57:08 EST
On Fri Jul 3, 2026 at 7:22 PM JST, Eliot Courtney wrote:
> Currently, `FmcBootArgs` takes DMA handles directly, rather than
> references to the `Coherent` for them. This is error prone, so instead
> store lifetime'd references to the `Coherent` allocation.
>
> Signed-off-by: Eliot Courtney <ecourtney@xxxxxxxxxx>
Pushed to drm-rust-next, thanks!