Re: [PATCH 3/9] gpu: nova-core: return FSP response buffer to caller
From: Alexandre Courbot
Date: Fri Jun 05 2026 - 09:31:52 EST
On Thu Jun 4, 2026 at 8:43 PM JST, Zhi Wang wrote:
> Change send_sync_fsp() to return the raw response buffer after
> validating the common MCTP/NVDM headers and error code. This allows
> callers to perform protocol-specific parsing on the response payload,
> which is needed for the upcoming PRC protocol support.
>
> For the existing COT caller, the response buffer is unused.
>
> Signed-off-by: Zhi Wang <zhiw@xxxxxxxxxx>
Same as the previous patch, I intend to merge this quickly as it is a
local follow-up to the FSP support.