aboutsummaryrefslogtreecommitdiff
path: root/drivers/gpu/nova-core
AgeCommit message (Expand)AuthorFilesLines
2026-02-11Merge tag 'driver-core-7.0-rc1' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds3-37/+59
2026-02-11Merge tag 'drm-next-2026-02-11' of https://gitlab.freedesktop.org/drm/kernelLinus Torvalds21-296/+697
2026-01-30gpu: nova-core: remove imports available via preludeGary Guo5-21/+7
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 Courbot2-5/+17
2026-01-24gpu: nova-core: add FalconUCodeDescV2 supportTimur Tabi3-64/+249
2026-01-24gpu: nova-core: add Falcon HAL method load_method()Timur Tabi6-3/+34
2026-01-24gpu: nova-core: add NV_PFALCON_FALCON_ENGINE::reset_engine()Timur Tabi3-17/+20
2026-01-24gpu: nova-core: Add basic Turing HALTimur Tabi3-0/+97
2026-01-24gpu: nova-core: move some functions into the HALTimur Tabi3-42/+54
2026-01-24gpu: nova-core: add NV_PFALCON_FALCON_DMATRFCMD::with_falcon_mem()Timur Tabi2-11/+12
2026-01-24gpu: nova-core: add support for Turing/GA100 fwsignatureTimur Tabi1-1/+8
2026-01-24gpu: nova-core: support header parsing on Turing/GA100Timur Tabi1-4/+24
2026-01-24gpu: nova-core: add ImemNonSecure section infrastructureTimur Tabi3-2/+32
2026-01-24gpu: nova-core: rename Imem to ImemSecureTimur Tabi3-14/+20
2026-01-23rust: io: separate generic I/O helpers from MMIO implementationZhi Wang3-37/+59
2026-01-16Merge tag 'v6.19-rc5' into drm-rust-nextDanilo Krummrich5-97/+113
2026-01-12gpu: nova-core: add missing newlines to several print stringsTimur Tabi8-15/+15
2026-01-12gpu: nova-core: check for overflow to DMATRFBASE1Timur Tabi1-1/+10
2026-01-12gpu: nova-core: don't print raw PMU table entriesJohn Hubbard1-5/+0
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() in elf64_section()John Hubbard1-4/+1
2026-01-07gpu: nova-core: use CStr::from_bytes_until_nul() and remove util.rsJohn Hubbard3-19/+3
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 Krummrich2-39/+41
2025-12-29gpu: nova-core: fw: move appropriate code into pin initializerDanilo Krummrich1-16/+18
2025-12-29gpu: nova-core: fw: get rid of redundant Result in GspFirmware::new()Danilo Krummrich2-69/+68
2025-12-22gpu: nova: replace `kernel::c_str!` with C-StringsTamir Duberstein1-3/+2
2025-12-18drivers: gpu: Update ARef imports from sync::arefShankari Anand2-3/+3
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-12-16gpu: nova-core: select RUST_FW_LOADER_ABSTRACTIONSAlexandre Courbot1-1/+1
2025-12-05Merge tag 'driver-core-6.19-rc1' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds1-28/+22
2025-11-17gpu: nova-core: make formatting compatible with rust treeAlice Ryhl2-7/+4
2025-11-15gpu: nova-core: provide a clear error report for unsupported GPUsJohn Hubbard2-3/+24
2025-11-15gpu: nova-core: add boot42 support for next-gen GPUsJohn Hubbard2-12/+45
2025-11-15gpu: nova-core: make Architecture behave as a u8 typeJohn Hubbard1-1/+14
2025-11-15gpu: nova-core: prepare Spec and Revision types for boot0/boot42John Hubbard1-5/+12
2025-11-15gpu: nova-core: gsp: Retrieve GSP static info to gather GPU informationAlistair Popple6-0/+266
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 Fernandes2-3/+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 Fernandes6-3/+252
2025-11-15gpu: nova-core: Add bindings required by GSP sequencerJoel Fernandes2-0/+407
2025-11-15gpu: nova-core: gsp: Add support for checking if GSP reloadedJoel Fernandes2-0/+24
2025-11-15gpu: nova-core: falcon: Move dma_reset functionality into helperJoel Fernandes1-2/+7