Re: [PATCH v2] drm/nouveau/gsp: Allocate fwsec-sb at boot
From: Timur Tabi
Date: Thu Dec 04 2025 - 18:10:19 EST
On Tue, 2025-12-02 at 12:59 -0500, Lyude Paul wrote:
> Since this firmware can't use non-contiguous allocations, the best solution
> to avoid this issue is to simply allocate the memory for fwsec-sb during
> initial driver-load, and reuse the memory allocation when fwsec-sb needs to
> be used. We then release the memory allocations on driver unload.
>
> Signed-off-by: Lyude Paul <lyude@xxxxxxxxxx>
> Fixes: 594766ca3e53 ("drm/nouveau/gsp: move booter handling to GPU-specific code")
> Cc: <stable@xxxxxxxxxxxxxxx> # v6.16+
Reviewed-by: Timur Tabi <ttabi@xxxxxxxxxx>