Re: [PATCH 3/9] gpu: nova-core: return FSP response buffer to caller

From: Zhi Wang

Date: Fri Jun 05 2026 - 12:13:16 EST


On Fri, 05 Jun 2026 22:25:27 +0900
"Alexandre Courbot" <acourbot@xxxxxxxxxx> wrote:

> 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.

Thanks. I will drop patch 2 and 3 in the next re-spin if you take them.