summaryrefslogtreecommitdiff
path: root/drivers/gpu/nova-core
AgeCommit message (Expand)Author
2026-01-24gpu: nova-core: rename Imem to ImemSecureTimur 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: check for overflow to DMATRFBASE1Timur Tabi
2026-01-12gpu: nova-core: don't print raw PMU table entriesJohn Hubbard
2026-01-12gpu: nova-core: preserve error information in gpu_name()John Hubbard
2026-01-07gpu: nova-core: use CStr::from_bytes_until_nul() in elf64_section()John Hubbard
2026-01-07gpu: nova-core: use CStr::from_bytes_until_nul() and remove util.rsJohn Hubbard
2025-12-29gpu: nova-core: gsp: move appropriate code into pin initializerDanilo Krummrich
2025-12-29gpu: nova-core: gsp: get rid of redundant Result in Gsp::new()Danilo Krummrich
2025-12-29gpu: nova-core: fw: move appropriate code into pin initializerDanilo Krummrich
2025-12-29gpu: nova-core: fw: get rid of redundant Result in GspFirmware::new()Danilo Krummrich
2025-12-22gpu: nova: replace `kernel::c_str!` with C-StringsTamir Duberstein
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-12-16gpu: nova-core: select RUST_FW_LOADER_ABSTRACTIONSAlexandre Courbot
2025-12-05Merge tag 'driver-core-6.19-rc1' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds
2025-11-17gpu: nova-core: make formatting compatible with rust treeAlice Ryhl
2025-11-15gpu: nova-core: provide a clear error report for unsupported GPUsJohn Hubbard
2025-11-15gpu: nova-core: add boot42 support for next-gen GPUsJohn Hubbard
2025-11-15gpu: nova-core: make Architecture behave as a u8 typeJohn Hubbard
2025-11-15gpu: nova-core: prepare Spec and Revision types for boot0/boot42John Hubbard
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-15gpu: nova-core: gsp: Add support for checking if GSP reloadedJoel Fernandes
2025-11-15gpu: nova-core: falcon: Move dma_reset functionality into helperJoel Fernandes
2025-11-15gpu: nova-core: falcon: Move mbox functionalities into helperJoel Fernandes
2025-11-15gpu: nova-core: falcon: Move start functionality into separate helperJoel Fernandes
2025-11-15gpu: nova-core: falcon: Move waiting until halted to a helperJoel Fernandes
2025-11-14gpu: nova-core: implement Display for SpecJohn Hubbard
2025-11-14gpu: nova-core: gsp: Boot GSPAlistair Popple
2025-11-14gpu: nova-core: falcon: Add support to write firmware versionJoel Fernandes
2025-11-14gpu: nova-core: falcon: Add support to check if RISC-V is activeJoel Fernandes
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: Add a slice-buffer (sbuffer) datastructureJoel Fernandes
2025-11-14gpu: nova-core: gsp: Create wpr metadataAlistair Popple