aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/drivers/gpu/nova-core
AgeCommit message (Expand)AuthorFilesLines
2026-06-02gpu: nova-core: add auto-detection of 32-bit, 64-bit firmware imagesJohn Hubbard2-6/+25
2026-06-02gpu: nova-core: add support for 32-bit firmware imagesJohn Hubbard1-0/+53
2026-06-02gpu: nova-core: don't assume 64-bit firmware imagesJohn Hubbard1-25/+83
2026-06-02gpu: nova-core: Blackwell: use correct sysmem flush registersJohn Hubbard3-6/+154
2026-06-02gpu: nova-core: Hopper/Blackwell: larger WPR2 (GSP) heapJohn Hubbard2-6/+15
2026-06-02gpu: nova-core: Hopper/Blackwell: larger non-WPR heapJohn Hubbard8-7/+136
2026-06-02gpu: nova-core: Blackwell: compute PMU-reserved framebuffer sizeJohn Hubbard7-6/+88
2026-06-02gpu: nova-core: Hopper/Blackwell: new location for PCI config mirrorJohn Hubbard7-8/+47
2026-06-02gpu: nova-core: set DMA mask width based on GPU architectureJohn Hubbard5-19/+30
2026-05-30gpu: nova-core: gsp: run the unload bundle if Gsp::boot() failsAlexandre Courbot4-31/+101
2026-05-30gpu: nova-core: run Booter Unloader and FWSEC-SB upon unbindingAlexandre Courbot9-19/+209
2026-05-30gpu: nova-core: send UNLOADING_GUEST_DRIVER GSP command upon unloadingAlexandre Courbot6-1/+168
2026-05-30gpu: nova-core: gsp: move chipset-specific parts of the boot process into a HALAlexandre Courbot5-152/+343
2026-05-29gpu: nova-core: gsp: shuffle boot code a bit to keep chipset-specific parts closeAlexandre Courbot1-7/+7
2026-05-29gpu: nova-core: refactor SEC2 booter loading into BooterFirmware::run()John Hubbard2-22/+39
2026-05-29gpu: nova-core: do not import firmware commands into GSP command moduleAlexandre Courbot1-12/+13
2026-05-29gpu: nova-core: remove unneeded get_gsp_info proxy functionAlexandre Courbot2-8/+2
2026-05-29gpu: nova-core: gsp: replace ARef<Device> with &'a Device in sequencerDanilo Krummrich2-7/+6
2026-05-29gpu: nova-core: replace ARef<Device> with &'bound Device in SysmemFlushDanilo Krummrich1-5/+4
2026-05-29gpu: nova-core: unregister sysmem flush page from DropDanilo Krummrich3-24/+11
2026-05-29gpu: nova-core: use lifetime for BarDanilo Krummrich2-37/+28
2026-05-29Merge tag 'dd-lifetimes-7.2-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/driver-core/driver-core into drm-rust-nextDanilo Krummrich3-17/+25
2026-05-27rust: auxiliary: generalize Registration over ForLtDanilo Krummrich1-6/+7
2026-05-27gpu: nova-core: separate driver type from driver dataDanilo Krummrich2-7/+9
2026-05-27rust: pci: make Bar lifetime-parameterizedDanilo Krummrich1-3/+4
2026-05-27rust: pci: make Driver trait lifetime-parameterizedDanilo Krummrich1-3/+6
2026-05-27rust: device: make Core and CoreInternal lifetime-parameterizedDanilo Krummrich2-3/+3
2026-05-27rust: driver: decouple driver private data from driver typeDanilo Krummrich1-0/+1
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-100/+104
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-31/+23
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-19/+18
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