aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/gpu/nova-core/gsp
AgeCommit message (Expand)AuthorFilesLines
2026-08-21Merge tag 'drm-next-2026-08-20' of https://gitlab.freedesktop.org/drm/kernelLinus Torvalds12-558/+585
2026-08-19Merge tag 'driver-core-7.3-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/driver-core/driver-coreLinus Torvalds2-83/+65
2026-08-06rust: dma: rename dma_handle to dma_addressAlexandre Courbot5-20/+22
2026-08-06gpu: nova-core: update firmware module info for TLV imagesTimur Tabi1-4/+4
2026-08-06gpu: nova-core: transition gsp to TLV imagesTimur Tabi1-5/+2
2026-08-06gpu: nova-core: transition booter to TLV imagesTimur Tabi1-9/+4
2026-08-05rust: treewide: replace `__pinned_init` with `raw_[try_]init`Gary Guo1-2/+2
2026-08-05gpu: nova-core: pass WPR metadata ownership to FmcBootArgsEliot Courtney1-3/+3
2026-08-05gpu: nova-core: split FbLayout into FSP and non-FSP versionsEliot Courtney5-65/+109
2026-08-05gpu: nova-core: rename heap size fieldEliot Courtney1-3/+3
2026-07-30gpu: nova-core: Move one PBUS register definitionAntonin Malzieu Ridolfi2-1/+12
2026-07-30gpu: nova-core: Add function to query WPR2 rangeAntonin Malzieu Ridolfi1-30/+24
2026-07-28gpu: nova-core: fix packed registry table sizeAlexandre Courbot1-4/+1
2026-07-24gpu: nova-core: reserve vGPU WPR2 heapZhi Wang3-1/+7
2026-07-24gpu: nova-core: set RMSetSriovMode for vGPUZhi Wang2-2/+14
2026-07-23gpu: nova-core: wait for RISC-V HALTED on FSP unloadEliot Courtney1-2/+9
2026-07-23gpu: nova-core: gsp: ensure LibOS DMA allocation lives long enoughEliot Courtney2-13/+12
2026-07-23gpu: nova-core: gsp: ensure lifetime for FMC boot DMA allocationsEliot Courtney1-12/+7
2026-07-15gpu: nova-core: store Fsp instance in GpuAlexandre Courbot1-11/+8
2026-07-15gpu: nova-core: gsp: separate context and GPU lifetimes in GspBootContextAlexandre Courbot5-11/+16
2026-07-15gpu: nova-core: gsp: pass GspBootContext mutablyAlexandre Courbot4-21/+28
2026-07-15gpu: nova-core: move GSP firmware files decision to GSP HALEliot Courtney1-0/+19
2026-07-15gpu: nova-core: gsp: make use of FWSEC bootloader a property of the TU102 HALAlexandre Courbot3-5/+29
2026-07-15gpu: nova-core: gsp: turn FWSEC execution into HAL methodAlexandre Courbot1-75/+76
2026-07-15gpu: nova-core: gsp: fold TU102 unload bundle construction into HAL methodAlexandre Courbot1-46/+39
2026-07-15gpu: nova-core: gsp: centralize missing unload bundle warningsAlexandre Courbot2-9/+10
2026-07-15gpu: nova-core: gsp: pass GspBootContext to unload methodsAlexandre Courbot4-54/+29
2026-07-15gpu: nova-core: gsp: replace BootUnloadGuard with local handlersAlexandre Courbot4-89/+41
2026-07-15gpu: nova-core: gsp: sequencer: do not store sequence into GspSequencerAlexandre Courbot1-20/+15
2026-07-15gpu: nova-core: gsp: sequencer: use GspBootContextAlexandre Courbot2-37/+20
2026-07-14Merge tag 'rust-io-7.3-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/driver-core/driver-core into drm-rust-nextDanilo Krummrich2-83/+65
2026-07-11gpu: nova-core: use I/O projection for cleaner encapsulationGary Guo2-83/+65
2026-07-08gpu: nova-core: build SetRegistry entries dynamicallyZhi Wang2-34/+44
2026-07-03gpu: nova-core: convert to kernel bitfield macroAlexandre Courbot1-5/+6
2026-07-01gpu: nova-core: remove `#[allow(non_snake_case)]`Gary Guo2-10/+0
2026-06-29gpu: nova-core: falcon: store bar and dev in falconTim Kovalenko5-86/+71
2026-06-28Merge tag 'v7.2-rc1' into drm-rust-nextDanilo Krummrich1-3/+3
2026-06-23gpu: nova-core: gsp: Extract and display usable FB regions from GSPJoel Fernandes2-3/+50
2026-06-20gpu: nova-core: move GPU static information acquisition to a GSP methodAlexandre Courbot1-7/+0
2026-06-20gpu: nova-core: fsp: move FMC firmware loading into wait_secure_bootEliot Courtney1-7/+1
2026-06-17gpu: nova-core: consolidate GSP boot parameters into GspBootContextZhi Wang4-60/+33
2026-06-17Merge tag 'drm-next-2026-06-17' of https://gitlab.freedesktop.org/drm/kernelLinus Torvalds10-214/+1099
2026-06-10gpu: nova-core: gsp: Move gsp register definition into gsp moduleAntonin Malzieu Ridolfi2-1/+13
2026-06-09gpu: nova-core: gsp: tu102: keep unloading if FWSEC-SB failsAlexandre Courbot1-4/+15
2026-06-05gpu: nova-core: convert to keyworded projection syntaxGary Guo1-3/+3
2026-06-03gpu: nova-core: move lifetime to `Bar0`Gary Guo6-27/+27
2026-06-03gpu: nova-core: gsp: enable FSP boot pathAlexandre Courbot1-2/+2
2026-06-03gpu: nova-core: add non-sec2 unload pathEliot Courtney1-2/+36
2026-06-03gpu: nova-core: Hopper/Blackwell: add GSP lockdown release pollingJohn Hubbard1-2/+88
2026-06-03gpu: nova-core: Hopper/Blackwell: add FSP Chain of Trust bootJohn Hubbard3-5/+165