Re: [PATCH v3 3/8] gpu: nova-core: fsp: rename FSP response header type
From: Alexandre Courbot
Date: Wed Jul 08 2026 - 09:37:36 EST
On Wed Jul 1, 2026 at 3:26 PM JST, Zhi Wang wrote:
> FSP message handling currently uses FspResponse for the common response
> prefix containing the MCTP header, NVDM header and command response
> payload.
>
> That name is too broad once other FSP response formats reuse the same
> prefix and append protocol-specific payloads. Rename it to
> FspResponseHeader so subsequent response structures can embed the common
> header without overloading the meaning of FspResponse.
>
> Suggested-by: Alexandre Courbot <acourbot@xxxxxxxxxx>
> Link: https://lore.kernel.org/all/DJMBI9CN2Z67.2T02SR8TAWEC5@xxxxxxxxxx/
> Signed-off-by: Zhi Wang <zhiw@xxxxxxxxxx>
Pushed to drm-rust-next, thanks!