summaryrefslogtreecommitdiff
path: root/drivers/gpu/nova-core
AgeCommit message (Expand)AuthorFilesLines
13 daysMerge tag 'drm-next-2026-08-20' of https://gitlab.freedesktop.org/drm/kernelLinus Torvalds54-2374/+2314
2026-08-19Merge tag 'driver-core-7.3-rc1' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds5-118/+96
2026-08-06gpu: nova-core: falcon: use I/O projection to check transfer boundsAlexandre Courbot1-32/+23
2026-08-06rust: dma: rename dma_handle to dma_addressAlexandre Courbot12-38/+42
2026-08-06gpu: nova-core: falcon: remove unnecessary checkAlexandre Courbot1-8/+1
2026-08-06gpu: nova-core: update firmware module info for TLV imagesTimur Tabi2-12/+8
2026-08-06gpu: nova-core: transition fsp to TLV imagesTimur Tabi3-275/+46
2026-08-06gpu: nova-core: transition gen_bootloader to TLV imagesTimur Tabi2-79/+20
2026-08-06gpu: nova-core: transition gsp to TLV imagesTimur Tabi4-126/+38
2026-08-06gpu: nova-core: transition booter to TLV imagesTimur Tabi4-297/+62
2026-08-06gpu: nova-core: add TLV parser for firmware filesTimur Tabi2-0/+265
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 Courtney2-5/+5
2026-08-05gpu: nova-core: split FbLayout into FSP and non-FSP versionsEliot Courtney7-91/+171
2026-08-05gpu: nova-core: return non-WPR heap size as u64 from HALsEliot Courtney8-13/+13
2026-08-05gpu: nova-core: rename heap size fieldEliot Courtney2-8/+8
2026-08-05gpu: nova-core: correct FRTS vidmem offset calculationEliot Courtney7-10/+48
2026-07-30rust: driver: remove `$module_table_name` from `module_device_table`Gary Guo1-1/+0
2026-07-30rust: pci: use `Option<&IdInfo>` for device ID infoGary Guo1-1/+1
2026-07-30gpu: nova-core: Move one PBUS register definitionAntonin Malzieu Ridolfi3-6/+12
2026-07-30gpu: nova-core: Move PFB registers definitionsAntonin Malzieu Ridolfi8-142/+155
2026-07-30gpu: nova-core: Add function to query WPR2 rangeAntonin Malzieu Ridolfi2-30/+38
2026-07-28gpu: nova-core: fix packed registry table sizeAlexandre Courbot1-4/+1
2026-07-24gpu: nova-core: reserve vGPU WPR2 heapZhi Wang5-8/+32
2026-07-24gpu: nova-core: set RMSetSriovMode for vGPUZhi Wang4-4/+14
2026-07-24gpu: nova-core: detect and store vGPU stateZhi Wang8-1/+159
2026-07-24gpu: nova-core: read vGPU mode from FSP via PRC protocolZhi Wang2-0/+172
2026-07-23gpu: nova-core: wait for RISC-V HALTED on FSP unloadEliot Courtney5-2/+36
2026-07-23gpu: nova-core: correct RISC-V HALTED fieldEliot Courtney1-1/+1
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 Courtney3-28/+29
2026-07-23gpu: nova-core: fsp: catch bogus queue pointer issuesEliot Courtney1-6/+10
2026-07-22gpu: nova-core: fsp: limit FSP receive message allocation sizeEliot Courtney1-0/+9
2026-07-21rust: device: make lifetime on `Core` and `CoreInternal` invariantGary Guo1-3/+3
2026-07-16gpu: nova-core: store Fsp instance in GpuAlexandre Courbot4-13/+38
2026-07-16gpu: nova-core: gsp: separate context and GPU lifetimes in GspBootContextAlexandre Courbot6-18/+28
2026-07-16gpu: nova-core: gsp: pass GspBootContext mutablyAlexandre Courbot4-22/+29
2026-07-16gpu: nova-core: avoid repeated calls to pci::Device::as_refAlexandre Courbot1-11/+13
2026-07-16gpu: nova-core: move GSP firmware files decision to GSP HALEliot Courtney5-33/+33
2026-07-16gpu: nova-core: gsp: make use of FWSEC bootloader a property of the TU102 HALAlexandre Courbot3-5/+29
2026-07-16gpu: nova-core: gsp: turn FWSEC execution into HAL methodAlexandre Courbot1-75/+76
2026-07-16gpu: nova-core: gsp: fold TU102 unload bundle construction into HAL methodAlexandre Courbot1-46/+39
2026-07-16gpu: nova-core: gsp: centralize missing unload bundle warningsAlexandre Courbot2-9/+10
2026-07-16gpu: nova-core: gsp: pass GspBootContext to unload methodsAlexandre Courbot5-57/+45
2026-07-16gpu: nova-core: gsp: replace BootUnloadGuard with local handlersAlexandre Courbot4-89/+41
2026-07-16gpu: nova-core: gsp: sequencer: do not store sequence into GspSequencerAlexandre Courbot1-20/+15
2026-07-16gpu: 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/...Danilo Krummrich3-111/+90
2026-07-14Merge patch series "rust: I/O type generalization and projection"Danilo Krummrich3-111/+90
2026-07-11rust: types: rename ForLt to CovariantForLtDanilo Krummrich1-2/+2