Re: [PATCH v3 3/8] gpu: nova-core: fsp: rename FSP response header type
"Alexandre Courbot" <[email protected]>
| Newsgroups | dev.linux.lists.nova-gpu,org.kernel.vger.linux-kernel |
|---|---|
| Message-ID | <[email protected]> |
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 <[email protected]> > Link: https://lore.kernel.org/all/[email protected]/ > Signed-off-by: Zhi Wang <[email protected]> Pushed to drm-rust-next, thanks!