summaryrefslogtreecommitdiff
path: root/rust/kernel/alloc
diff options
context:
space:
mode:
authorEliot Courtney <ecourtney@nvidia.com>2026-08-04 14:41:15 +0900
committerAlexandre Courbot <acourbot@nvidia.com>2026-08-05 14:20:37 +0900
commit6e46097f4d616a0f81083ae2c112efbb1473539e (patch)
treea125548e2f404065307fc48a7b51f36d78b9485a /rust/kernel/alloc
parent744e168d62fc50b362a4835f77feafd417b965a1 (diff)
gpu: nova-core: split FbLayout into FSP and non-FSP versions
`FbLayout` is currently used for both pre and post FSP architectures. It contains ranges for each region of framebuffer, but on post FSP architectures, only the size is actually used. The region locations are decided by ACR, which runs as part of the GSP-FMC, not by the driver. The driver only provides the sizes. So, for post FSP architectures `FbLayout` contains essentially guesses for the offsets. Instead, make separate types so that we only store the information that's actually needed, rather than keeping around offsets that may not be correct. Signed-off-by: Eliot Courtney <ecourtney@nvidia.com> Link: https://patch.msgid.link/20260804-blackwell-fixes-v4-4-ac858b6a1935@nvidia.com Signed-off-by: Alexandre Courbot <acourbot@nvidia.com>
Diffstat (limited to 'rust/kernel/alloc')
0 files changed, 0 insertions, 0 deletions