Re: [PATCH v2 03/10] gpu: nova-core: gsp: ensure lifetime for FMC boot DMA allocations

"Alexandre Courbot" <[email protected]> Thu, 23 Jul 2026 11:56:03 +0900
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 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 <[email protected]>

Pushed to drm-rust-next, thanks!