summaryrefslogtreecommitdiff
path: root/drivers/gpu/nova-core/gsp
AgeCommit message (Expand)AuthorFilesLines
2026-02-12Merge tag 'driver-core-7.0-rc1' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds1-1/+4
2026-02-11Merge tag 'drm-next-2026-02-11' of https://gitlab.freedesktop.org/drm/kernelLinus Torvalds5-26/+51
2026-01-30gpu: nova-core: remove imports available via preludeGary Guo1-7/+1
2026-01-26gpu: nova-core: gsp: use () as message type for GspInitDone messageAlexandre Courbot1-3/+3
2026-01-24gpu: nova-core: align LibosMemoryRegionInitArgument size to page sizeAlexandre Courbot1-1/+13
2026-01-24gpu: nova-core: add Falcon HAL method load_method()Timur Tabi1-1/+1
2026-01-23rust: io: separate generic I/O helpers from MMIO implementationZhi Wang1-1/+4
2026-01-16Merge tag 'v6.19-rc5' into drm-rust-nextDanilo Krummrich4-96/+112
2026-01-12gpu: nova-core: add missing newlines to several print stringsTimur Tabi3-7/+7
2026-01-12gpu: nova-core: preserve error information in gpu_name()John Hubbard2-11/+26
2026-01-07gpu: nova-core: use CStr::from_bytes_until_nul() and remove util.rsJohn Hubbard1-2/+3
2025-12-29gpu: nova-core: fw: get rid of redundant Result in GspFirmware::new()Danilo Krummrich1-4/+1
2025-12-18drivers: gpu: Update ARef imports from sync::arefShankari Anand1-2/+2
2025-12-16gpu: nova-core: gsp: replace firmware version with "bindings" aliasAlexandre Courbot1-29/+29
2025-12-16gpu: nova-core: bindings: derive `MaybeZeroable`Alexandre Courbot3-57/+54
2025-12-16gpu: nova-core: gsp: fix length of received messagesAlexandre Courbot2-10/+17
2025-12-16gpu: nova-core: bindings: add missing explicit paddingAlexandre Courbot1-0/+12
2025-11-17gpu: nova-core: make formatting compatible with rust treeAlice Ryhl1-4/+2
2025-11-15gpu: nova-core: gsp: Retrieve GSP static info to gather GPU informationAlistair Popple4-0/+249
2025-11-15gpu: nova-core: gsp: Wait for gsp initialization to completeAlistair Popple2-3/+48
2025-11-15gpu: nova-core: sequencer: Implement core resume operationJoel Fernandes1-2/+42
2025-11-15gpu: nova-core: sequencer: Implement basic core operationsJoel Fernandes1-0/+19
2025-11-15gpu: nova-core: sequencer: Add delay opcode supportJoel Fernandes2-3/+18
2025-11-15gpu: nova-core: sequencer: Add register opcodesJoel Fernandes2-15/+107
2025-11-15gpu: nova-core: Implement the GSP sequencerJoel Fernandes4-2/+251
2025-11-15gpu: nova-core: Add bindings required by GSP sequencerJoel Fernandes2-0/+407
2025-11-14gpu: nova-core: gsp: Boot GSPAlistair Popple1-2/+63
2025-11-14gpu: nova-core: gsp: Add SetRegistry commandAlistair Popple4-6/+165
2025-11-14gpu: nova-core: gsp: Add SetSystemInfo commandAlistair Popple6-3/+234
2025-11-14gpu: nova-core: gsp: Create rmargsAlistair Popple2-2/+69
2025-11-14gpu: nova-core: gsp: Add GSP command queue bindings and handlingAlistair Popple3-1/+1399
2025-11-14gpu: nova-core: Add zeroable trait to bindingsAlistair Popple2-9/+12
2025-11-14gpu: nova-core: gsp: Create wpr metadataAlistair Popple3-1/+69
2025-11-14gpu: nova-core: Create initial GspAlistair Popple2-0/+79
2025-11-14gpu: nova-core: compute layout of more framebuffer regions required for GSPAlexandre Courbot4-4/+239
2025-11-07gpu: nova-core: apply the one "use" item per line policyJohn Hubbard1-15/+29
2025-09-13gpu: nova-core: Add base files for r570.144 firmware bindingsAlistair Popple3-0/+37
2025-09-13gpu: nova-core: firmware: process and prepare the GSP firmwareAlexandre Courbot1-0/+6
2025-09-13gpu: nova-core: firmware: process Booter and patch its signatureAlexandre Courbot1-2/+15
2025-09-13gpu: nova-core: move GSP boot code to its own moduleAlexandre Courbot1-0/+118