summaryrefslogtreecommitdiff
path: root/drivers/gpu/nova-core
AgeCommit message (Expand)Author
2026-03-28gpu: nova-core: firmware: gsp: use dma::Coherent for level0 tableAlexandre Courbot
2026-03-28gpu: nova-core: firmware: gsp: use dma::Coherent for signaturesAlexandre Courbot
2026-03-28gpu: nova-core: fb: use dma::CoherentHandleAlexandre Courbot
2026-03-28gpu: nova-core: falcon: use dma::CoherentAlexandre Courbot
2026-03-28gpu: nova-core: firmware: fwsec: use dma::CoherentAlexandre Courbot
2026-03-28gpu: nova-core: firmware: riscv: use dma::CoherentAlexandre Courbot
2026-03-27gpu: nova-core: use sized array for GSP log buffersDanilo Krummrich
2026-03-26gpu: nova-core: remove `io::` qualifier to register macro invocationsAlexandre Courbot
2026-03-26gpu: nova-core: convert falcon registers to kernel register macroAlexandre Courbot
2026-03-26gpu: nova-core: convert PDISP registers to kernel register macroAlexandre Courbot
2026-03-26gpu: nova-core: convert FUSE registers to kernel register macroAlexandre Courbot
2026-03-26gpu: nova-core: convert GC6 registers to kernel register macroAlexandre Courbot
2026-03-26gpu: nova-core: convert PFB registers to kernel register macroAlexandre Courbot
2026-03-26gpu: nova-core: convert PBUS registers to kernel register macroAlexandre Courbot
2026-03-26gpu: nova-core: convert PMC registers to kernel register macroAlexandre Courbot
2026-03-26gpu: nova-core: introduce `bounded_enum` macroAlexandre Courbot
2026-03-25gpu: nova-core: create GSP-RM logging buffers debugfs entriesTimur Tabi
2026-03-25gpu: nova-core: create debugfs root in module initTimur Tabi
2026-03-25gpu: nova-core: Replace module_pci_driver! with explicit module initTimur Tabi
2026-03-24gpu: nova-core: gsp: move Cmdq's DMA handle to a struct memberAlexandre Courbot
2026-03-23gpu: nova-core: convert to new dma::Coherent APIGary Guo
2026-03-23gpu: nova-core: convert Gsp::new() to use CoherentBoxDanilo Krummrich
2026-03-23gpu: nova-core: use Coherent::init to initialize GspFwWprMetaDanilo Krummrich
2026-03-18gpu: nova-core: gsp: add mutex locking to CmdqEliot Courtney
2026-03-18gpu: nova-core: gsp: make `Cmdq` a pinned typeEliot Courtney
2026-03-18gpu: nova-core: gsp: add reply/no-reply info to `CommandToGsp`Eliot Courtney
2026-03-18gpu: nova-core: gsp: add `RECEIVE_TIMEOUT` constant for command queueEliot Courtney
2026-03-18gpu: nova-core: gsp: fix stale doc comments on command queue methodsEliot Courtney
2026-03-15Merge tag 'v7.0-rc4' into drm-rust-nextDanilo Krummrich
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-10gpu: nova-core: apply the one "use" item per line policy to commands.rsJohn Hubbard
2026-03-10gpu: nova-core: add FbRange.len() and use it in boot.rsJohn Hubbard
2026-03-10gpu: nova-core: print FB sizes, along with rangesJohn Hubbard
2026-03-10gpu: nova-core: gsp: add tests for continuation recordsEliot Courtney
2026-03-10gpu: nova-core: gsp: support large RPCs via continuation recordEliot Courtney
2026-03-10gpu: nova-core: gsp: add `size` helper to `CommandToGsp`Eliot Courtney
2026-03-10gpu: nova-core: gsp: unconditionally call variable payload handlingEliot Courtney
2026-03-10gpu: nova-core: gsp: clarify invariant on command queueEliot Courtney
2026-03-10gpu: nova-core: gsp: add checking oversized commandsEliot Courtney
2026-03-10gpu: nova-core: gsp: add mechanism to wait for space on command queueEliot Courtney
2026-03-10gpu: nova-core: gsp: sort `MsgFunction` variants alphabeticallyEliot Courtney
2026-03-09gpu: nova-core: firmware: fix and explain v2 header offsets computationsAlexandre Courbot
2026-03-09gpu: nova-core: firmware: add comments to justify v3 header valuesAlexandre Courbot
2026-03-09gpu: nova-core: use the Generic Bootloader to boot FWSEC on TuringTimur Tabi
2026-03-09gpu: nova-core: add gen_bootloader firmware to ModInfoBuilderAlexandre Courbot
2026-03-09gpu: nova-core: make Chipset::arch() constAlexandre Courbot
2026-03-09gpu: nova-core: falcon: remove unwarranted safety check in dma_loadAlexandre Courbot
2026-03-09gpu: nova-core: add PIO support for loading firmware imagesTimur Tabi
2026-03-09gpu: nova-core: move brom_params and boot_addr to FalconFirmwareAlexandre Courbot