summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/nova-core/gsp/sequencer.rs
AgeCommit message (Expand)AuthorLines
2026-02-11Merge tag 'driver-core-7.0-rc1' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds-1/+4
2026-02-11Merge tag 'drm-next-2026-02-11' of https://gitlab.freedesktop.org/drm/kernelLinus Torvalds-7/+7
2026-01-30gpu: nova-core: remove imports available via preludeGary Guo-7/+1
2026-01-23rust: io: separate generic I/O helpers from MMIO implementationZhi Wang-1/+4
2026-01-12gpu: nova-core: add missing newlines to several print stringsTimur Tabi-5/+5
2025-12-18drivers: gpu: Update ARef imports from sync::arefShankari Anand-2/+2
2025-11-15gpu: nova-core: sequencer: Implement core resume operationJoel Fernandes-2/+42
2025-11-15gpu: nova-core: sequencer: Implement basic core operationsJoel Fernandes-0/+19
2025-11-15gpu: nova-core: sequencer: Add delay opcode supportJoel Fernandes-1/+18
2025-11-15gpu: nova-core: sequencer: Add register opcodesJoel Fernandes-11/+106
2025-11-15gpu: nova-core: Implement the GSP sequencerJoel Fernandes-0/+236