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@redhat.com Fixes: 594766ca3e53 ("drm/nouveau/gsp: move booter handling to GPU-specific code") Cc: stable@vger.kernel.org # v6.16+
Reviewed-by: Timur Tabi ttabi@nvidia.com