summaryrefslogtreecommitdiff
path: root/drivers/gpu/nova-core/vbios.rs
AgeCommit message (Expand)AuthorFilesLines
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
2025-06-25gpu: nova-core: consider `clippy::cast_lossless`Danilo Krummrich1-4/+4
2025-06-23gpu: nova-core: update and annotate TODO listAlexandre Courbot1-1/+1
2025-06-23gpu: nova-core: extract FWSEC from BIOS and patch it to run FWSEC-FRTSAlexandre Courbot1-9/+21
2025-06-23gpu: nova-core: vbios: Add support for FWSEC ucode extractionJoel Fernandes1-9/+304
2025-06-23gpu: nova-core: vbios: Add support to look up PMU table in FWSECJoel Fernandes1-2/+180
2025-06-23gpu: nova-core: vbios: Add base support for VBIOS construction and iterationJoel Fernandes1-0/+681