summaryrefslogtreecommitdiff
path: root/drivers/gpu/nova-core/gsp
AgeCommit message (Expand)Author
2026-03-11gpu: nova-core: gsp: fix UB in DmaGspMem pointer accessorsDanilo Krummrich
2026-03-10gpu: nova-core: fix stack overflow in GSP memory allocationTim Kovalenko
2026-03-07rust: dma: use pointer projection infra for `dma_{read,write}` macroGary Guo
2026-02-11Merge tag 'driver-core-7.0-rc1' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds
2026-02-11Merge tag 'drm-next-2026-02-11' of https://gitlab.freedesktop.org/drm/kernelLinus Torvalds
2026-01-30gpu: nova-core: remove imports available via preludeGary Guo
2026-01-26gpu: nova-core: gsp: use () as message type for GspInitDone messageAlexandre Courbot
2026-01-24gpu: nova-core: align LibosMemoryRegionInitArgument size to page sizeAlexandre Courbot
2026-01-24gpu: nova-core: add Falcon HAL method load_method()Timur Tabi
2026-01-23rust: io: separate generic I/O helpers from MMIO implementationZhi Wang
2026-01-16Merge tag 'v6.19-rc5' into drm-rust-nextDanilo Krummrich
2026-01-12gpu: nova-core: add missing newlines to several print stringsTimur Tabi
2026-01-12gpu: nova-core: preserve error information in gpu_name()John Hubbard
2026-01-07gpu: nova-core: use CStr::from_bytes_until_nul() and remove util.rsJohn Hubbard
2025-12-29gpu: nova-core: fw: get rid of redundant Result in GspFirmware::new()Danilo Krummrich
2025-12-18drivers: gpu: Update ARef imports from sync::arefShankari Anand
2025-12-16gpu: nova-core: gsp: replace firmware version with "bindings" aliasAlexandre Courbot
2025-12-16gpu: nova-core: bindings: derive `MaybeZeroable`Alexandre Courbot
2025-12-16gpu: nova-core: gsp: fix length of received messagesAlexandre Courbot
2025-12-16gpu: nova-core: bindings: add missing explicit paddingAlexandre Courbot
2025-11-17gpu: nova-core: make formatting compatible with rust treeAlice Ryhl
2025-11-15gpu: nova-core: gsp: Retrieve GSP static info to gather GPU informationAlistair Popple
2025-11-15gpu: nova-core: gsp: Wait for gsp initialization to completeAlistair Popple
2025-11-15gpu: nova-core: sequencer: Implement core resume operationJoel Fernandes
2025-11-15gpu: nova-core: sequencer: Implement basic core operationsJoel Fernandes
2025-11-15gpu: nova-core: sequencer: Add delay opcode supportJoel Fernandes
2025-11-15gpu: nova-core: sequencer: Add register opcodesJoel Fernandes
2025-11-15gpu: nova-core: Implement the GSP sequencerJoel Fernandes
2025-11-15gpu: nova-core: Add bindings required by GSP sequencerJoel Fernandes
2025-11-14gpu: nova-core: gsp: Boot GSPAlistair Popple
2025-11-14gpu: nova-core: gsp: Add SetRegistry commandAlistair Popple
2025-11-14gpu: nova-core: gsp: Add SetSystemInfo commandAlistair Popple
2025-11-14gpu: nova-core: gsp: Create rmargsAlistair Popple
2025-11-14gpu: nova-core: gsp: Add GSP command queue bindings and handlingAlistair Popple
2025-11-14gpu: nova-core: Add zeroable trait to bindingsAlistair Popple
2025-11-14gpu: nova-core: gsp: Create wpr metadataAlistair Popple
2025-11-14gpu: nova-core: Create initial GspAlistair Popple
2025-11-14gpu: nova-core: compute layout of more framebuffer regions required for GSPAlexandre Courbot
2025-11-07gpu: nova-core: apply the one "use" item per line policyJohn Hubbard
2025-09-13gpu: nova-core: Add base files for r570.144 firmware bindingsAlistair Popple
2025-09-13gpu: nova-core: firmware: process and prepare the GSP firmwareAlexandre Courbot
2025-09-13gpu: nova-core: firmware: process Booter and patch its signatureAlexandre Courbot
2025-09-13gpu: nova-core: move GSP boot code to its own moduleAlexandre Courbot