summaryrefslogtreecommitdiff
path: root/drivers/gpu/nova-core/vbios.rs
AgeCommit message (Expand)Author
2026-06-17Merge tag 'drm-next-2026-06-17' of https://gitlab.freedesktop.org/drm/kernelLinus Torvalds
2026-06-09gpu: nova-core: firmware: parse `FalconUCodeDescV2` via `zerocopy`Miguel Ojeda
2026-06-03gpu: nova-core: move lifetime to `Bar0`Gary Guo
2026-05-25gpu: nova-core: vbios: remove unused rom_header fieldEliot Courtney
2026-05-25gpu: nova-core: vbios: move constants and functions to be associatedEliot Courtney
2026-05-25gpu: nova-core: vbios: drop redundant TryFrom importEliot Courtney
2026-05-25gpu: nova-core: vbios: drop unused image wrappersEliot Courtney
2026-05-25gpu: nova-core: vbios: remove unnecessary fields in PciRomHeaderEliot Courtney
2026-05-25gpu: nova-core: vbios: use let-else in Vbios::newEliot Courtney
2026-05-25gpu: nova-core: vbios: use single logical block for the FWSEC sectionEliot Courtney
2026-05-25gpu: nova-core: vbios: use the first PCI-AT imageEliot Courtney
2026-05-25gpu: nova-core: vbios: construct `FwSecBiosImage` directly from BIOS imagesEliot Courtney
2026-05-25gpu: nova-core: vbios: store PMU lookup entries in a KVVecEliot Courtney
2026-05-25gpu: nova-core: vbios: read PMU lookup entries using FromBytesEliot Courtney
2026-05-25gpu: nova-core: vbios: simplify setup_falcon_dataEliot Courtney
2026-05-25gpu: nova-core: vbios: compute FWSEC-relative Falcon data offsetEliot Courtney
2026-05-25gpu: nova-core: vbios: keep PmuLookupTable local in setup_falcon_dataEliot Courtney
2026-05-25gpu: nova-core: vbios: drop unused falcon_data_offset from FwSecBiosBuilderEliot Courtney
2026-05-25gpu: nova-core: vbios: use checked accesses in `setup_falcon_data`Eliot Courtney
2026-05-25gpu: nova-core: vbios: use checked access in `FwSecBiosImage::header`Eliot Courtney
2026-05-25gpu: nova-core: vbios: use checked ops and accesses in `FwSecBiosImage::ucode`Eliot Courtney
2026-05-25gpu: nova-core: vbios: read BitToken using FromBytesEliot Courtney
2026-05-25gpu: nova-core: vbios: avoid reading too far in read_more_at_offsetEliot Courtney
2026-05-25gpu: nova-core: vbios: use checked arithmetic for bios image range endEliot Courtney
2026-05-25gpu: nova-core: vbios: stop scanning at BIOS_MAX_SCAN_LENEliot Courtney
2026-04-29gpu: nova-core: skip the IFR header if presentTimur Tabi
2026-04-29gpu: nova-core: do not consider 0xBB77 as a valid PCI ROM header signatureTimur Tabi
2026-04-05gpu: nova-core: vbios: use from_le_bytes() for PCI ROM header parsingJohn Hubbard
2026-02-11Merge tag 'driver-core-7.0-rc1' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds
2026-01-24gpu: nova-core: add FalconUCodeDescV2 supportTimur Tabi
2026-01-23rust: io: separate generic I/O helpers from MMIO implementationZhi Wang
2026-01-12gpu: nova-core: add missing newlines to several print stringsTimur Tabi
2026-01-12gpu: nova-core: don't print raw PMU table entriesJohn Hubbard
2025-12-18drivers: gpu: Update ARef imports from sync::arefShankari Anand
2025-11-08gpu: nova-core: replace use of `as` with functions from `num`Alexandre Courbot
2025-11-07gpu: nova-core: apply the one "use" item per line policyJohn Hubbard
2025-11-05gpu: nova-core: vbios: use FromBytes for NpdeStructAlexandre Courbot
2025-11-05gpu: nova-core: vbios: use FromBytes for BitHeaderAlexandre Courbot
2025-11-05gpu: nova-core: vbios: use FromBytes for PcirStructAlexandre Courbot
2025-11-05gpu: nova-core: vbios: use FromBytes for PmuLookupTable headerAlexandre Courbot
2025-11-04gpu: nova-core: vbios: do not use `as` when comparing BiosImageTypeAlexandre Courbot
2025-10-30gpu: nova-core: replace `as` with `from` conversions where possibleAlexandre Courbot
2025-10-16gpu: nova-core: vbios: Rework BiosImage to be simplerJoel Fernandes
2025-10-02Merge tag 'drm-next-2025-10-01' of https://gitlab.freedesktop.org/drm/kernelLinus Torvalds
2025-09-22gpu: nova-core: use Alignment for alignment-related operationsAlexandre Courbot
2025-09-01gpu: nova-core: vbios: store reference to Device where relevantAlexandre Courbot
2025-09-01gpu: nova-core: vbios: replace pci::Device with device::DeviceAlexandre Courbot
2025-08-12gpu: nova-core: vbios: change PmuLookupTableEntry to use size_ofRhys Lloyd
2025-08-12gpu: nova-core: vbios: use size_of instead of magic numberRhys Lloyd
2025-07-17gpu: nova-core: fix bounds check in PmuLookupTableEntry::newRhys Lloyd