summaryrefslogtreecommitdiff
path: root/drivers/gpu/nova-core
AgeCommit message (Expand)Author
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
2026-03-09gpu: nova-core: falcon: remove FalconFirmware's dependency on FalconDmaLoadableAlexandre Courbot
2026-03-09gpu: nova-core: falcon: rename load parameters to reflect DMA dependencyAlexandre Courbot
2026-03-09gpu: nova-core: falcon: add constant for memory block alignmentAlexandre Courbot
2026-03-09gpu: nova-core: create falcon firmware DMA objects lazilyAlexandre Courbot
2026-03-07rust: dma: use pointer projection infra for `dma_{read,write}` macroGary Guo
2026-03-01gpu: nova-core: Kconfig: Sort select statements alphabeticallyJoel Fernandes
2026-02-25gpu: nova-core: use core library's CStr instead of kernel oneAlexandre Courbot
2026-02-25gpu: nova-core: gsp: derive Zeroable for GspStaticConfigInfoAlexandre Courbot
2026-02-25gpu: nova-core: gsp: derive `Debug` on more sequencer typesAlexandre Courbot
2026-02-25gpu: nova-core: gsp: remove unneeded sequencer traitAlexandre Courbot
2026-02-25gpu: nova-core: gsp: simplify sequencer opcode parsingAlexandre Courbot
2026-02-25gpu: nova-core: gsp: remove unnecessary Display implsAlexandre Courbot
2026-02-25gpu: nova-core: gsp: warn if data remains after processing a messageAlexandre Courbot
2026-02-25gpu: nova-core: gsp: fix improper indexing in driver_read_areaEliot Courtney
2026-02-25gpu: nova-core: gsp: fix improper handling of empty slot in cmdqEliot Courtney
2026-02-25gpu: nova-core: gsp: use empty slices instead of [0..0] rangesEliot Courtney
2026-02-25gpu: nova-core: gsp: clarify comments about invariants and pointer rolesEliot Courtney
2026-02-25gpu: nova-core: gsp: fix incorrect advancing of write pointerEliot Courtney
2026-02-25gpu: nova-core: use checked arithmetic in RISC-V firmware parsingJoel Fernandes