aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/drivers/gpu/nova-core/gsp/cmdq.rs
AgeCommit message (Expand)AuthorFilesLines
2026-04-15Merge tag 'drm-next-2026-04-15' of https://gitlab.freedesktop.org/drm/kernelLinus Torvalds1-118/+317
2026-04-08Merge tag 'rust-timekeeping-for-v7.1' of https://github.com/Rust-for-Linux/linux into rust-nextMiguel Ojeda1-60/+33
2026-04-07rust: bump Clippy's MSRV and clean `incompatible_msrv` allowsMiguel Ojeda1-5/+1
2026-04-05gpu: nova-core: gsp: fix undefined behavior in command queue codeAlexandre Courbot1-44/+66
2026-03-26gpu: nova-core: convert PFB registers to kernel register macroAlexandre Courbot1-4/+5
2026-03-24gpu: nova-core: gsp: move Cmdq's DMA handle to a struct memberAlexandre Courbot1-11/+15
2026-03-23gpu: nova-core: convert to new dma::Coherent APIGary Guo1-12/+9
2026-03-18gpu: nova-core: gsp: add mutex locking to CmdqEliot Courtney1-70/+100
2026-03-18gpu: nova-core: gsp: make `Cmdq` a pinned typeEliot Courtney1-5/+4
2026-03-18gpu: nova-core: gsp: add reply/no-reply info to `CommandToGsp`Eliot Courtney1-3/+59
2026-03-18gpu: nova-core: gsp: add `RECEIVE_TIMEOUT` constant for command queueEliot Courtney1-0/+3
2026-03-18gpu: nova-core: gsp: fix stale doc comments on command queue methodsEliot Courtney1-9/+8
2026-03-15Merge tag 'v7.0-rc4' into drm-rust-nextDanilo Krummrich1-62/+33
2026-03-11gpu: nova-core: gsp: fix UB in DmaGspMem pointer accessorsDanilo Krummrich1-56/+15
2026-03-10gpu: nova-core: fix stack overflow in GSP memory allocationTim Kovalenko1-2/+12
2026-03-10gpu: nova-core: gsp: support large RPCs via continuation recordEliot Courtney1-2/+40
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-8/+6
2026-03-10gpu: nova-core: gsp: clarify invariant on command queueEliot Courtney1-1/+3
2026-03-10gpu: nova-core: gsp: add checking oversized commandsEliot Courtney1-1/+6
2026-03-10gpu: nova-core: gsp: add mechanism to wait for space on command queueEliot Courtney1-12/+30
2026-03-07rust: dma: use pointer projection infra for `dma_{read,write}` macroGary Guo1-3/+7
2026-02-25gpu: nova-core: gsp: remove unnecessary Display implsAlexandre Courbot1-1/+1
2026-02-25gpu: nova-core: gsp: warn if data remains after processing a messageAlexandre Courbot1-1/+11
2026-02-25gpu: nova-core: gsp: fix improper indexing in driver_read_areaEliot Courtney1-7/+12
2026-02-25gpu: nova-core: gsp: fix improper handling of empty slot in cmdqEliot Courtney1-14/+20
2026-02-25gpu: nova-core: gsp: use empty slices instead of [0..0] rangesEliot Courtney1-4/+4
2026-02-25gpu: nova-core: gsp: clarify comments about invariants and pointer rolesEliot Courtney1-8/+10
2026-02-25gpu: nova-core: gsp: fix incorrect advancing of write pointerEliot Courtney1-1/+1
2026-01-16Merge tag 'v6.19-rc5' into drm-rust-nextDanilo Krummrich1-6/+8
2026-01-12gpu: nova-core: add missing newlines to several print stringsTimur Tabi1-1/+1
2025-12-16gpu: nova-core: gsp: fix length of received messagesAlexandre Courbot1-6/+8
2025-11-15gpu: nova-core: Implement the GSP sequencerJoel Fernandes1-1/+0
2025-11-14gpu: nova-core: gsp: Add SetSystemInfo commandAlistair Popple1-1/+0
2025-11-14gpu: nova-core: gsp: Create rmargsAlistair Popple1-1/+26
2025-11-14gpu: nova-core: gsp: Add GSP command queue bindings and handlingAlistair Popple1-0/+656