aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/gpu/nova-core/gsp/hal/tu102.rs
AgeCommit message (Expand)AuthorFilesLines
2026-08-06rust: dma: rename dma_handle to dma_addressAlexandre Courbot1-3/+5
2026-08-06gpu: nova-core: transition booter to TLV imagesTimur Tabi1-9/+4
2026-08-05gpu: nova-core: split FbLayout into FSP and non-FSP versionsEliot Courtney1-11/+21
2026-07-30gpu: nova-core: Move one PBUS register definitionAntonin Malzieu Ridolfi1-1/+1
2026-07-30gpu: nova-core: Add function to query WPR2 rangeAntonin Malzieu Ridolfi1-30/+24
2026-07-23gpu: nova-core: gsp: ensure LibOS DMA allocation lives long enoughEliot Courtney1-6/+1
2026-07-15gpu: nova-core: gsp: separate context and GPU lifetimes in GspBootContextAlexandre Courbot1-3/+8
2026-07-15gpu: nova-core: gsp: pass GspBootContext mutablyAlexandre Courbot1-3/+3
2026-07-15gpu: nova-core: gsp: make use of FWSEC bootloader a property of the TU102 HALAlexandre Courbot1-4/+11
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 Courbot1-8/+1
2026-07-15gpu: nova-core: gsp: pass GspBootContext to unload methodsAlexandre Courbot1-12/+11
2026-07-15gpu: nova-core: gsp: replace BootUnloadGuard with local handlersAlexandre Courbot1-10/+13
2026-07-15gpu: nova-core: gsp: sequencer: use GspBootContextAlexandre Courbot1-14/+7
2026-06-29gpu: nova-core: falcon: store bar and dev in falconTim Kovalenko1-39/+29
2026-06-17gpu: nova-core: consolidate GSP boot parameters into GspBootContextZhi Wang1-18/+13
2026-06-09gpu: nova-core: gsp: tu102: keep unloading if FWSEC-SB failsAlexandre Courbot1-4/+15
2026-06-03gpu: nova-core: move lifetime to `Bar0`Gary Guo1-7/+7
2026-05-30gpu: nova-core: gsp: run the unload bundle if Gsp::boot() failsAlexandre Courbot1-12/+19
2026-05-30gpu: nova-core: run Booter Unloader and FWSEC-SB upon unbindingAlexandre Courbot1-3/+139
2026-05-30gpu: nova-core: gsp: move chipset-specific parts of the boot process into a HALAlexandre Courbot1-0/+206