mirror of
https://github.com/torvalds/linux.git
synced 2026-05-14 01:08:22 +02:00
On Turing and GA100 (i.e. the versions that use Libos v2), GSP-RM insists that the 'size' parameter of the LibosMemoryRegionInitArgument struct be aligned to 4KB. The logging buffers are already aligned to that size, so only the GSP_ARGUMENTS_CACHED struct needs to be adjusted. Make that adjustment by adding padding to the end of the struct. Signed-off-by: Timur Tabi <ttabi@nvidia.com> Reviewed-by: Gary Guo <gary@garyguo.net> Acked-by: Danilo Krummrich <dakr@kernel.org> Link: https://patch.msgid.link/20260122222848.2555890-12-ttabi@nvidia.com [acourbot@nvidia.com: GspArgumentsAligned -> GspArgumentsPadded] Signed-off-by: Alexandre Courbot <acourbot@nvidia.com> |
||
|---|---|---|
| .. | ||
| falcon | ||
| fb | ||
| firmware | ||
| gsp | ||
| regs | ||
| bitfield.rs | ||
| dma.rs | ||
| driver.rs | ||
| falcon.rs | ||
| fb.rs | ||
| firmware.rs | ||
| gfw.rs | ||
| gpu.rs | ||
| gsp.rs | ||
| Kconfig | ||
| Makefile | ||
| nova_core.rs | ||
| num.rs | ||
| regs.rs | ||
| sbuffer.rs | ||
| vbios.rs | ||