summaryrefslogtreecommitdiff
path: root/drivers/gpu/nova-core/gsp.rs
AgeCommit message (Expand)AuthorFilesLines
2026-08-06rust: dma: rename dma_handle to dma_addressAlexandre Courbot1-1/+1
2026-07-24gpu: nova-core: set RMSetSriovMode for vGPUZhi Wang1-1/+0
2026-07-24gpu: nova-core: detect and store vGPU stateZhi Wang1-0/+3
2026-07-23gpu: nova-core: gsp: ensure lifetime for FMC boot DMA allocationsEliot Courtney1-4/+2
2026-07-15gpu: nova-core: store Fsp instance in GpuAlexandre Courbot1-0/+2
2026-07-15gpu: nova-core: gsp: separate context and GPU lifetimes in GspBootContextAlexandre Courbot1-7/+12
2026-07-15gpu: nova-core: move GSP firmware files decision to GSP HALEliot Courtney1-0/+1
2026-07-14Merge tag 'rust-io-7.3-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/...Danilo Krummrich1-28/+25
2026-07-11gpu: nova-core: use I/O projection for cleaner encapsulationGary Guo1-28/+25
2026-06-29gpu: nova-core: falcon: store bar and dev in falconTim Kovalenko1-2/+2
2026-06-20gpu: nova-core: move GPU static information acquisition to a GSP methodAlexandre Courbot1-4/+11
2026-06-17gpu: nova-core: consolidate GSP boot parameters into GspBootContextZhi Wang1-0/+22
2026-06-10gpu: nova-core: gsp: Move gsp register definition into gsp moduleAntonin Malzieu Ridolfi1-0/+1
2026-06-03gpu: nova-core: Hopper/Blackwell: add FSP Chain of Trust bootJohn Hubbard1-0/+1
2026-05-30gpu: nova-core: run Booter Unloader and FWSEC-SB upon unbindingAlexandre Courbot1-0/+3
2026-05-30gpu: nova-core: gsp: move chipset-specific parts of the boot process into a HALAlexandre Courbot1-0/+1
2026-03-27gpu: nova-core: use sized array for GSP log buffersDanilo Krummrich1-10/+6
2026-03-25gpu: nova-core: create GSP-RM logging buffers debugfs entriesTimur Tabi1-8/+39
2026-03-23gpu: nova-core: convert to new dma::Coherent APIGary Guo1-9/+12
2026-03-23gpu: nova-core: convert Gsp::new() to use CoherentBoxDanilo Krummrich1-26/+21
2026-03-18gpu: nova-core: gsp: make `Cmdq` a pinned typeEliot Courtney1-2/+3
2026-03-10gpu: nova-core: fix stack overflow in GSP memory allocationTim Kovalenko1-15/+17
2026-03-07rust: dma: use pointer projection infra for `dma_{read,write}` macroGary Guo1-7/+7
2026-01-24gpu: nova-core: align LibosMemoryRegionInitArgument size to page sizeAlexandre Courbot1-4/+4
2025-12-29gpu: nova-core: gsp: move appropriate code into pin initializerDanilo Krummrich1-33/+28
2025-12-29gpu: nova-core: gsp: get rid of redundant Result in Gsp::new()Danilo Krummrich1-32/+34
2025-11-15gpu: nova-core: Implement the GSP sequencerJoel Fernandes1-0/+1
2025-11-14gpu: nova-core: gsp: Add SetSystemInfo commandAlistair Popple1-0/+1
2025-11-14gpu: nova-core: gsp: Create rmargsAlistair Popple1-2/+16
2025-11-14gpu: nova-core: gsp: Add GSP command queue bindings and handlingAlistair Popple1-0/+7
2025-11-14gpu: nova-core: Create initial GspAlistair Popple1-6/+117
2025-11-14gpu: nova-core: compute layout of more framebuffer regions required for GSPAlexandre Courbot1-0/+5
2025-09-13gpu: nova-core: Add base files for r570.144 firmware bindingsAlistair Popple1-0/+2
2025-09-13gpu: nova-core: firmware: process and prepare the GSP firmwareAlexandre Courbot1-0/+3
2025-09-13gpu: nova-core: move GSP boot code to its own moduleAlexandre Courbot1-0/+17