]> git.ipfire.org Git - thirdparty/kernel/linux.git/commit
gpu: nova-core: falcon: add constant for memory block alignment
authorAlexandre Courbot <acourbot@nvidia.com>
Fri, 6 Mar 2026 04:52:39 +0000 (13:52 +0900)
committerAlexandre Courbot <acourbot@nvidia.com>
Mon, 9 Mar 2026 01:35:37 +0000 (10:35 +0900)
commit3b97ec9fdef49932505cf4f99cd7074a04806240
tree5ea73c6b372c11cd8b77480b077fd2be73df73fc
parentbc9de9e1af2f05461460e1b215a6d209ee62d65a
gpu: nova-core: falcon: add constant for memory block alignment

Falcon memory blocks are 256 bytes in size. This is a hard constant on
all models.

This value was hardcoded, so turn it into a documented constant. It will
also become useful with the PIO loading code.

Reviewed-by: Eliot Courtney <ecourtney@nvidia.com>
Acked-by: Danilo Krummrich <dakr@kernel.org>
Link: https://patch.msgid.link/20260306-turing_prep-v11-2-8f0042c5d026@nvidia.com
Signed-off-by: Alexandre Courbot <acourbot@nvidia.com>
drivers/gpu/nova-core/falcon.rs