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