aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/drivers/gpu/nova-core/gsp/sequencer.rs
AgeCommit message (Expand)AuthorFilesLines
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