]> git.ipfire.org Git - thirdparty/kernel/linux.git/commit
gpu: nova-core: falcon: rename load parameters to reflect DMA dependency
authorAlexandre Courbot <acourbot@nvidia.com>
Fri, 6 Mar 2026 04:52:40 +0000 (13:52 +0900)
committerAlexandre Courbot <acourbot@nvidia.com>
Mon, 9 Mar 2026 01:35:40 +0000 (10:35 +0900)
commit8a623869b8269dbf52d52711cd7b9355044b6b53
tree3b50209fc48b444d513d101f6f543f343a448fdc
parent3b97ec9fdef49932505cf4f99cd7074a04806240
gpu: nova-core: falcon: rename load parameters to reflect DMA dependency

The current `FalconLoadParams` and `FalconLoadTarget` types are fit for
DMA loading, but not so much for PIO loading which will require its own
types. Start by renaming them to something that indicates that they are
indeed DMA-related.

Reviewed-by: Eliot Courtney <ecourtney@nvidia.com>
Acked-by: Danilo Krummrich <dakr@kernel.org>
Link: https://patch.msgid.link/20260306-turing_prep-v11-3-8f0042c5d026@nvidia.com
[acourbot@nvidia.com: fixup order of import items.]
Signed-off-by: Alexandre Courbot <acourbot@nvidia.com>
drivers/gpu/nova-core/falcon.rs
drivers/gpu/nova-core/firmware.rs
drivers/gpu/nova-core/firmware/booter.rs
drivers/gpu/nova-core/firmware/fwsec.rs