aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/gpu/nova-core/gsp/sequencer.rs
AgeCommit message (Expand)AuthorFilesLines
2026-08-06rust: dma: rename dma_handle to dma_addressAlexandre Courbot1-4/+4
2026-07-23gpu: nova-core: gsp: ensure LibOS DMA allocation lives long enoughEliot Courtney1-7/+11
2026-07-15gpu: nova-core: gsp: separate context and GPU lifetimes in GspBootContextAlexandre Courbot1-1/+1
2026-07-15gpu: nova-core: gsp: sequencer: do not store sequence into GspSequencerAlexandre Courbot1-20/+15
2026-07-15gpu: nova-core: gsp: sequencer: use GspBootContextAlexandre Courbot1-23/+13
2026-06-29gpu: nova-core: falcon: store bar and dev in falconTim Kovalenko1-17/+14
2026-06-03gpu: nova-core: move lifetime to `Bar0`Gary Guo1-2/+2
2026-05-29gpu: nova-core: gsp: replace ARef<Device> with &'a Device in sequencerDanilo Krummrich1-6/+5
2026-03-18gpu: nova-core: gsp: add mutex locking to CmdqEliot Courtney1-1/+1
2026-03-18gpu: nova-core: gsp: add `RECEIVE_TIMEOUT` constant for command queueEliot Courtney1-1/+1
2026-02-25gpu: nova-core: gsp: derive `Debug` on more sequencer typesAlexandre Courbot1-0/+1
2026-02-25gpu: nova-core: gsp: remove unneeded sequencer traitAlexandre Courbot1-11/+6
2026-02-11Merge tag 'driver-core-7.0-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/driver-core/driver-coreLinus Torvalds1-1/+4
2026-02-11Merge tag 'drm-next-2026-02-11' of https://gitlab.freedesktop.org/drm/kernelLinus Torvalds1-7/+7
2026-01-30gpu: nova-core: remove imports available via preludeGary Guo1-7/+1
2026-01-23rust: io: separate generic I/O helpers from MMIO implementationZhi Wang1-1/+4
2026-01-12gpu: nova-core: add missing newlines to several print stringsTimur Tabi1-5/+5
2025-12-18drivers: gpu: Update ARef imports from sync::arefShankari Anand1-2/+2
2025-11-15gpu: nova-core: sequencer: Implement core resume operationJoel Fernandes1-2/+42
2025-11-15gpu: nova-core: sequencer: Implement basic core operationsJoel Fernandes1-0/+19
2025-11-15gpu: nova-core: sequencer: Add delay opcode supportJoel Fernandes1-1/+18
2025-11-15gpu: nova-core: sequencer: Add register opcodesJoel Fernandes1-11/+106
2025-11-15gpu: nova-core: Implement the GSP sequencerJoel Fernandes1-0/+236