aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/gpu/nova-core/vbios.rs (follow)
AgeCommit message (Expand)AuthorFilesLines
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