summaryrefslogtreecommitdiff
path: root/drivers/gpu/nova-core/regs.rs
AgeCommit message (Expand)AuthorFilesLines
2026-03-26gpu: nova-core: remove `io::` qualifier to register macro invocationsAlexandre Courbot1-15/+15
2026-03-26gpu: nova-core: convert falcon registers to kernel register macroAlexandre Courbot1-167/+186
2026-03-26gpu: nova-core: convert PDISP registers to kernel register macroAlexandre Courbot1-4/+8
2026-03-26gpu: nova-core: convert FUSE registers to kernel register macroAlexandre Courbot1-15/+25
2026-03-26gpu: nova-core: convert GC6 registers to kernel register macroAlexandre Courbot1-30/+31
2026-03-26gpu: nova-core: convert PFB registers to kernel register macroAlexandre Courbot1-24/+33
2026-03-26gpu: nova-core: convert PBUS registers to kernel register macroAlexandre Courbot1-5/+7
2026-03-26gpu: nova-core: convert PMC registers to kernel register macroAlexandre Courbot1-18/+32
2026-03-09gpu: nova-core: add PIO support for loading firmware imagesTimur Tabi1-0/+30
2026-01-24gpu: nova-core: add NV_PFALCON_FALCON_ENGINE::reset_engine()Timur Tabi1-1/+18
2026-01-24gpu: nova-core: Add basic Turing HALTimur Tabi1-0/+14
2026-01-24gpu: nova-core: add NV_PFALCON_FALCON_DMATRFCMD::with_falcon_mem()Timur Tabi1-0/+9
2025-11-15gpu: nova-core: provide a clear error report for unsupported GPUsJohn Hubbard1-0/+18
2025-11-15gpu: nova-core: add boot42 support for next-gen GPUsJohn Hubbard1-5/+16
2025-11-15gpu: nova-core: gsp: Add support for checking if GSP reloadedJoel Fernandes1-0/+6
2025-11-14gpu: nova-core: falcon: Add support to write firmware versionJoel Fernandes1-0/+6
2025-11-14gpu: nova-core: falcon: Add support to check if RISC-V is activeJoel Fernandes1-1/+6
2025-11-14gpu: nova-core: gsp: Add GSP command queue bindings and handlingAlistair Popple1-0/+4
2025-11-08gpu: nova-core: replace use of `as` with functions from `num`Alexandre Courbot1-2/+3
2025-11-07gpu: nova-core: apply the one "use" item per line policyJohn Hubbard1-5/+19
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