summaryrefslogtreecommitdiff
path: root/Documentation/gpu/nova
diff options
context:
space:
mode:
authorEliot Courtney <ecourtney@nvidia.com>2026-05-25 22:57:39 +0900
committerDanilo Krummrich <dakr@kernel.org>2026-05-25 20:18:08 +0200
commitc70fe8b2bacf6208263b728a742538f74c5da1ec (patch)
treebbb0b2cf367bced55618fc9433163d914cde884a /Documentation/gpu/nova
parent16c41263240eac53031fc35cb2139339a7922ff0 (diff)
downloadlinux-next-c70fe8b2bacf6208263b728a742538f74c5da1ec.tar.gz
linux-next-c70fe8b2bacf6208263b728a742538f74c5da1ec.zip
gpu: nova-core: vbios: move constants and functions to be associated
Move constants and functions to be inside the impls of the types they are related to. This makes it more obvious what each type and value is for. Signed-off-by: Eliot Courtney <ecourtney@nvidia.com> Link: https://patch.msgid.link/20260525-fix-vbios-v5-21-e5e455251537@nvidia.com Signed-off-by: Danilo Krummrich <dakr@kernel.org>
Diffstat (limited to 'Documentation/gpu/nova')
-rw-r--r--Documentation/gpu/nova/core/vbios.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/Documentation/gpu/nova/core/vbios.rst b/Documentation/gpu/nova/core/vbios.rst
index a4fe63422ede..9d3379ccfb30 100644
--- a/Documentation/gpu/nova/core/vbios.rst
+++ b/Documentation/gpu/nova/core/vbios.rst
@@ -232,7 +232,7 @@ Falcon data in the VBIOS which contains the PMU lookup table. This lookup table
used to find the required Falcon ucode based on an application ID.
The location of the PMU lookup table is found by scanning the BIT (`BIOS Information Table`_)
-tokens for a token with the id `BIT_TOKEN_ID_FALCON_DATA` (0x70) which indicates the
+tokens for a token with the Falcon data token id (0x70) which indicates the
offset of the same from the start of the VBIOS image. Unfortunately, the offset
does not account for the EFI image located between the PciAt and FwSec images.
The `vbios.rs` code compensates for this with appropriate arithmetic.