summaryrefslogtreecommitdiff
path: root/drivers/gpu/nova-core/regs.rs
AgeCommit message (Expand)AuthorFilesLines
2025-08-15gpu: nova-core: register: add support for relative array registersAlexandre Courbot1-4/+4
2025-08-15gpu: nova-core: falcon: use register arrays for FUSE registersAlexandre Courbot1-3/+5
2025-08-15gpu: nova-core: register: add support for register arraysAlexandre Courbot1-7/+8
2025-08-15gpu: nova-core: falcon: add distinct base address for PFALCON2Alexandre Courbot1-5/+7
2025-08-15gpu: nova-core: register: redesign relative registersAlexandre Courbot1-25/+25
2025-08-15gpu: nova-core: register: allow fields named `offset`Alexandre Courbot1-2/+3
2025-08-03Merge tag 'rust-6.17' of git://git.kernel.org/pub/scm/linux/kernel/git/ojeda/...Linus Torvalds1-1/+1
2025-07-09gpu: nova-core: convert `/*` comments to `//`Alexandre Courbot1-9/+9
2025-07-09gpu: nova-core: Clarify sysmembar operationsJoel Fernandes1-0/+3
2025-07-09gpu: nova-core: Add code comments related to devinitJoel Fernandes1-3/+13
2025-06-25gpu: nova-core: consider `clippy::cast_lossless`Danilo Krummrich1-4/+4
2025-06-23gpu: nova-core: update and annotate TODO listAlexandre Courbot1-4/+4
2025-06-23gpu: nova-core: load and run FWSEC-FRTSAlexandre Courbot1-0/+31
2025-06-23gpu: nova-core: compute layout of the FRTS regionAlexandre Courbot1-0/+76
2025-06-23gpu: nova-core: add falcon register definitions and base codeAlexandre Courbot1-0/+146
2025-06-23gpu: nova-core: register sysmem flush pageAlexandre Courbot1-0/+10
2025-06-23gpu: nova-core: wait for GFW_BOOT completionAlexandre Courbot1-0/+25
2025-06-23rust: enable `clippy::cast_lossless` lintTamir Duberstein1-1/+1
2025-05-13gpu: nova-core: fix layout of NV_PMC_BOOT_0Alexandre Courbot1-2/+23
2025-05-13gpu: nova-core: define registers layout using helper macroAlexandre Courbot1-49/+12
2025-04-01Merge tag 'driver-core-6.15-rc1' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds1-1/+1
2025-03-09gpu: nova-core: add initial driver stubDanilo Krummrich1-0/+55