aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/gpu/nova-core/regs.rs (follow)
AgeCommit message (Expand)AuthorFilesLines
2025-08-03Merge tag 'rust-6.17' of git://git.kernel.org/pub/scm/linux/kernel/git/ojeda/linuxLinus 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-22rust: 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/git/gregkh/driver-coreLinus Torvalds1-1/+1
2025-03-09gpu: nova-core: add initial driver stubDanilo Krummrich1-0/+55