]> git.ipfire.org Git - thirdparty/kernel/linux.git/commit
gpu: nova-core: vbios: use FromBytes for NpdeStruct
authorAlexandre Courbot <acourbot@nvidia.com>
Tue, 28 Oct 2025 15:07:40 +0000 (00:07 +0900)
committerAlexandre Courbot <acourbot@nvidia.com>
Wed, 5 Nov 2025 11:29:47 +0000 (20:29 +0900)
commitade19c5060dfa39b84a9475a4a6b05e2a8a2b3ac
treea2133b693109950dcfd7b17f5014ee6bc35c5700
parent46768644a164f0f5eaa06fdf93718edcbbc47b64
gpu: nova-core: vbios: use FromBytes for NpdeStruct

Use `from_bytes_copy_prefix` to create `NpdeStruct` instead of building
it ourselves from the bytes stream. This lets us remove a few array
accesses and results in shorter code.

Reviewed-by: Joel Fernandes <joelagnelf@nvidia.com>
Signed-off-by: Alexandre Courbot <acourbot@nvidia.com>
Message-ID: <20251029-nova-vbios-frombytes-v1-5-ac441ebc1de3@nvidia.com>
drivers/gpu/nova-core/vbios.rs