summaryrefslogtreecommitdiff
path: root/drivers/gpu/nova-core
AgeCommit message (Expand)AuthorFilesLines
11 daysMerge tag 'drm-next-2026-04-15' of https://gitlab.freedesktop.org/drm/kernelLinus Torvalds36-2237/+2707
2026-04-08Merge tag 'rust-timekeeping-for-v7.1' of https://github.com/Rust-for-Linux/li...Miguel Ojeda4-115/+127
2026-04-07rust: bump Clippy's MSRV and clean `incompatible_msrv` allowsMiguel Ojeda1-5/+1
2026-04-07gpu: nova-core: bindings: remove unneeded `cfg_attr`Miguel Ojeda1-3/+0
2026-04-06gpu: nova-core: fix missing colon in SEC2 boot debug messageDavid Carlier1-1/+1
2026-04-05gpu: nova-core: vbios: use from_le_bytes() for PCI ROM header parsingJohn Hubbard1-6/+1
2026-04-05gpu: nova-core: bitfield: fix broken Default implementationEliot Courtney1-3/+2
2026-04-05gpu: nova-core: falcon: pad firmware DMA object size to required block alignmentAlexandre Courbot1-2/+19
2026-04-05gpu: nova-core: gsp: fix undefined behavior in command queue codeAlexandre Courbot1-46/+68
2026-03-30gpu: nova-core: firmware: factor out an elf_str() functionJohn Hubbard1-25/+15
2026-03-30gpu: nova-core: firmware: move firmware image parsing code to firmware.rsJohn Hubbard2-87/+92
2026-03-28gpu: nova-core: firmware: gsp: use dma::Coherent for level0 tableAlexandre Courbot3-64/+12
2026-03-28gpu: nova-core: firmware: gsp: use dma::Coherent for signaturesAlexandre Courbot1-2/+3
2026-03-28gpu: nova-core: fb: use dma::CoherentHandleAlexandre Courbot1-3/+3
2026-03-28gpu: nova-core: falcon: use dma::CoherentAlexandre Courbot1-3/+3
2026-03-28gpu: nova-core: firmware: fwsec: use dma::CoherentAlexandre Courbot1-3/+3
2026-03-28gpu: nova-core: firmware: riscv: use dma::CoherentAlexandre Courbot1-3/+3
2026-03-27gpu: nova-core: use sized array for GSP log buffersDanilo Krummrich1-10/+6
2026-03-26gpu: nova-core: remove `io::` qualifier to register macro invocationsAlexandre Courbot1-15/+15
2026-03-26gpu: nova-core: convert falcon registers to kernel register macroAlexandre Courbot8-1291/+466
2026-03-26gpu: nova-core: convert PDISP registers to kernel register macroAlexandre Courbot2-5/+13
2026-03-26gpu: nova-core: convert FUSE registers to kernel register macroAlexandre Courbot4-22/+41
2026-03-26gpu: nova-core: convert GC6 registers to kernel register macroAlexandre Courbot4-37/+49
2026-03-26gpu: nova-core: convert PFB registers to kernel register macroAlexandre Courbot5-50/+70
2026-03-26gpu: nova-core: convert PBUS registers to kernel register macroAlexandre Courbot2-6/+11
2026-03-26gpu: nova-core: convert PMC registers to kernel register macroAlexandre Courbot3-57/+53
2026-03-26gpu: nova-core: introduce `bounded_enum` macroAlexandre Courbot2-0/+81
2026-03-25gpu: nova-core: create GSP-RM logging buffers debugfs entriesTimur Tabi1-8/+39
2026-03-25gpu: nova-core: create debugfs root in module initTimur Tabi1-0/+25
2026-03-25gpu: nova-core: Replace module_pci_driver! with explicit module initTimur Tabi1-2/+23
2026-03-24gpu: nova-core: gsp: move Cmdq's DMA handle to a struct memberAlexandre Courbot2-12/+16
2026-03-24gpu: nova-core: convert to new dma::Coherent APIGary Guo5-65/+47
2026-03-24gpu: nova-core: convert Gsp::new() to use CoherentBoxDanilo Krummrich2-44/+65
2026-03-24gpu: nova-core: use Coherent::init to initialize GspFwWprMetaDanilo Krummrich2-10/+17
2026-03-18gpu: nova-core: gsp: add mutex locking to CmdqEliot Courtney4-77/+107
2026-03-18gpu: nova-core: gsp: make `Cmdq` a pinned typeEliot Courtney2-7/+7
2026-03-18gpu: nova-core: gsp: add reply/no-reply info to `CommandToGsp`Eliot Courtney4-16/+75
2026-03-18gpu: nova-core: gsp: add `RECEIVE_TIMEOUT` constant for command queueEliot Courtney3-4/+6
2026-03-18gpu: nova-core: gsp: fix stale doc comments on command queue methodsEliot Courtney1-9/+8
2026-03-16Merge tag 'v7.0-rc4' into drm-rust-nextDanilo Krummrich4-117/+127
2026-03-11gpu: nova-core: gsp: fix UB in DmaGspMem pointer accessorsDanilo Krummrich2-88/+84
2026-03-10gpu: nova-core: fix stack overflow in GSP memory allocationTim Kovalenko2-17/+29
2026-03-10gpu: nova-core: apply the one "use" item per line policy to commands.rsJohn Hubbard1-3/+9
2026-03-10gpu: nova-core: add FbRange.len() and use it in boot.rsJohn Hubbard2-2/+8
2026-03-10gpu: nova-core: print FB sizes, along with rangesJohn Hubbard1-17/+66
2026-03-10gpu: nova-core: gsp: add tests for continuation recordsEliot Courtney1-0/+138
2026-03-10gpu: nova-core: gsp: support large RPCs via continuation recordEliot Courtney3-2/+207
2026-03-10gpu: nova-core: gsp: add `size` helper to `CommandToGsp`Eliot Courtney1-3/+9
2026-03-10gpu: nova-core: gsp: unconditionally call variable payload handlingEliot Courtney1-9/+7
2026-03-10gpu: nova-core: gsp: clarify invariant on command queueEliot Courtney1-1/+3