mirror of
https://github.com/torvalds/linux.git
synced 2026-07-27 17:47:41 +02:00
gpu: nova-core: vbios: drop unused image wrappers
These are unused currently, and it is probably sufficient to just check the type of BIOS image in the future. Reviewed-by: John Hubbard <jhubbard@nvidia.com> Signed-off-by: Eliot Courtney <ecourtney@nvidia.com> Link: https://patch.msgid.link/20260525-fix-vbios-v5-19-e5e455251537@nvidia.com Signed-off-by: Danilo Krummrich <dakr@kernel.org>
This commit is contained in:
parent
84eb369da6
commit
91a8ec505e
|
|
@ -656,18 +656,6 @@ struct PciAtBiosImage {
|
|||
bit_offset: usize,
|
||||
}
|
||||
|
||||
#[expect(dead_code)]
|
||||
struct EfiBiosImage {
|
||||
base: BiosImage,
|
||||
// EFI-specific fields can be added here in the future.
|
||||
}
|
||||
|
||||
#[expect(dead_code)]
|
||||
struct NbsiBiosImage {
|
||||
base: BiosImage,
|
||||
// NBSI-specific fields can be added here in the future.
|
||||
}
|
||||
|
||||
/// The [`FwSecBiosImage`] structure contains the PMU table and the Falcon Ucode.
|
||||
///
|
||||
/// The PMU table contains voltage/frequency tables as well as a pointer to the Falcon Ucode.
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user