aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/gpu/nova-core/falcon.rs (follow)
AgeCommit message (Expand)AuthorFilesLines
2025-09-13gpu: nova-core: firmware: process Booter and patch its signatureAlexandre Courbot1-2/+2
2025-09-13gpu: nova-core: require `Send` on `FalconEngine` and `FalconHal`Alexandre Courbot1-1/+1
2025-09-04rust: dma: add type alias for bindings::dma_addr_tDanilo Krummrich1-2/+2
2025-08-22gpu: nova-core: falcon: align DMA transfers to 256 bytesAlexandre Courbot1-9/+22
2025-08-21gpu: nova-core: Update ARef imports from sync::arefShankari Anand1-1/+1
2025-08-15gpu: nova-core: register: add support for relative array registersAlexandre Courbot1-1/+1
2025-08-15gpu: nova-core: falcon: add distinct base address for PFALCON2Alexandre Courbot1-1/+6
2025-08-15gpu: nova-core: register: redesign relative registersAlexandre Courbot1-30/+37
2025-07-09gpu: nova-core: Clarify falcon codeJoel Fernandes1-7/+22
2025-06-25gpu: nova-core: replace `Duration` with `Delta`Alexandre Courbot1-6/+6
2025-06-25gpu: nova-core: consider `clippy::cast_lossless`Danilo Krummrich1-1/+1
2025-06-25gpu: nova-core: impl From for u32 for enums used from register!Danilo Krummrich1-0/+19
2025-06-23gpu: nova-core: update and annotate TODO listAlexandre Courbot1-1/+7
2025-06-23gpu: nova-core: load and run FWSEC-FRTSAlexandre Courbot1-3/+0
2025-06-23gpu: nova-core: add falcon register definitions and base codeAlexandre Courbot1-0/+551