aboutsummaryrefslogtreecommitdiffstats
path: root/Documentation/gpu
diff options
context:
space:
mode:
authorAlexandre Courbot <acourbot@nvidia.com>2025-09-08 22:25:55 +0900
committerMiguel Ojeda <ojeda@kernel.org>2025-09-22 23:56:06 +0200
commitf3f6b3664302e16ef1c6b91034a72df5564d6b8a (patch)
tree2b0f70445c3d2fa02fc1bfd6695fe414c5c83f12 /Documentation/gpu
parentrust: add `Alignment` type (diff)
downloadlinux-f3f6b3664302e16ef1c6b91034a72df5564d6b8a.tar.gz
linux-f3f6b3664302e16ef1c6b91034a72df5564d6b8a.zip
gpu: nova-core: use Alignment for alignment-related operations
Make use of the newly-available `Alignment` type and remove the corresponding TODO item. Signed-off-by: Alexandre Courbot <acourbot@nvidia.com> Reviewed-by: Danilo Krummrich <dakr@kernel.org> Acked-by: Alexandre Courbot <acourbot@nvidia.com> Acked-by: Danilo Krummrich <dakr@kernel.org> Signed-off-by: Miguel Ojeda <ojeda@kernel.org>
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 894a1e9c3741..8fdb5bced346 100644
--- a/Documentation/gpu/nova/core/todo.rst
+++ b/Documentation/gpu/nova/core/todo.rst
@@ -147,7 +147,6 @@ Numerical operations [NUMM]
Nova uses integer operations that are not part of the standard library (or not
implemented in an optimized way for the kernel). These include:
-- Aligning up and down to a power of two,
- The "Find Last Set Bit" (`fls` function of the C part of the kernel)
operation.