aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/gpu/nova-core/fsp.rs
AgeCommit message (Expand)AuthorFilesLines
2026-08-06rust: dma: rename dma_handle to dma_addressAlexandre Courbot1-3/+3
2026-08-06gpu: nova-core: transition fsp to TLV imagesTimur Tabi1-7/+4
2026-08-05gpu: nova-core: pass WPR metadata ownership to FmcBootArgsEliot Courtney1-2/+2
2026-08-05gpu: nova-core: split FbLayout into FSP and non-FSP versionsEliot Courtney1-12/+9
2026-08-05gpu: nova-core: correct FRTS vidmem offset calculationEliot Courtney1-8/+20
2026-07-24gpu: nova-core: detect and store vGPU stateZhi Wang1-1/+0
2026-07-24gpu: nova-core: read vGPU mode from FSP via PRC protocolZhi Wang1-0/+170
2026-07-23gpu: nova-core: gsp: ensure lifetime for FMC boot DMA allocationsEliot Courtney1-12/+20
2026-07-15gpu: nova-core: store Fsp instance in GpuAlexandre Courbot1-2/+19
2026-07-08gpu: nova-core: fsp: rename FSP response header typeZhi Wang1-8/+9
2026-07-03gpu: nova-core: convert to kernel bitfield macroAlexandre Courbot1-1/+2
2026-06-29gpu: nova-core: falcon: store bar and dev in falconTim Kovalenko1-12/+11
2026-06-20gpu: nova-core: fsp: move FMC firmware loading into wait_secure_bootEliot Courtney1-4/+7
2026-06-10gpu: nova-core: clean up FSP FRTS commentsJohn Hubbard1-3/+4
2026-06-09gpu: nova-core: return FSP response buffer to callerZhi Wang1-3/+4
2026-06-09gpu: nova-core: factor out common FSP message headerZhi Wang1-16/+40
2026-06-03gpu: nova-core: move lifetime to `Bar0`Gary Guo1-3/+3
2026-06-03gpu: nova-core: Hopper/Blackwell: add GSP lockdown release pollingJohn Hubbard1-0/+6
2026-06-03gpu: nova-core: Hopper/Blackwell: add FSP Chain of Trust bootJohn Hubbard1-3/+144
2026-06-03gpu: nova-core: Hopper/Blackwell: add FSP send/receive messagingJohn Hubbard1-2/+103
2026-06-02gpu: nova-core: Hopper/Blackwell: add FSP secure boot completion waitingJohn Hubbard1-0/+72