summaryrefslogtreecommitdiff
path: root/Documentation/gpu
diff options
context:
space:
mode:
authorAlexandre Courbot <acourbot@nvidia.com>2025-07-18 16:26:24 +0900
committerAlexandre Courbot <acourbot@nvidia.com>2025-08-15 12:02:56 +0900
commit0988099646cfc6c72a4448cad39d4ee22ad457a7 (patch)
treea6a7f9d79bc0e215e805a9d56d7c1250f1b811d1 /Documentation/gpu
parentec2f6c81d2a16a93d882488062e8e09e2f1d6865 (diff)
downloadlinux-0988099646cfc6c72a4448cad39d4ee22ad457a7.tar.gz
linux-0988099646cfc6c72a4448cad39d4ee22ad457a7.tar.bz2
linux-0988099646cfc6c72a4448cad39d4ee22ad457a7.zip
gpu: nova-core: register: add support for relative array registers
Add support for declaring arrays of registers available from a variable base. This is effectively a combination of the relative and array registers features. nova-core does not make much use of this yet, but it will become helpful to have for GSP boot. Reviewed-by: Lyude Paul <lyude@redhat.com> Link: https://lore.kernel.org/r/20250718-nova-regs-v2-19-7b6a762aa1cd@nvidia.com Signed-off-by: Alexandre Courbot <acourbot@nvidia.com>
Diffstat (limited to 'Documentation/gpu')
-rw-r--r--Documentation/gpu/nova/core/todo.rst1
1 files changed, 0 insertions, 1 deletions
diff --git a/Documentation/gpu/nova/core/todo.rst b/Documentation/gpu/nova/core/todo.rst
index a1d12c1b289d..48b20656dcb1 100644
--- a/Documentation/gpu/nova/core/todo.rst
+++ b/Documentation/gpu/nova/core/todo.rst
@@ -131,7 +131,6 @@ crate so it can be used by other components as well.
Features desired before this happens:
-* Arrays of registers with build-time index validation,
* Make I/O optional I/O (for field values that are not registers),
* Support other sizes than `u32`,
* Allow visibility control for registers and individual fields,