summaryrefslogtreecommitdiff
path: root/drivers/gpu/nova-core/falcon.rs
AgeCommit message (Expand)AuthorFilesLines
2025-11-15gpu: nova-core: falcon: Move dma_reset functionality into helperJoel Fernandes1-2/+7
2025-11-15gpu: nova-core: falcon: Move mbox functionalities into helperJoel Fernandes1-19/+35
2025-11-15gpu: nova-core: falcon: Move start functionality into separate helperJoel Fernandes1-10/+16
2025-11-15gpu: nova-core: falcon: Move waiting until halted to a helperJoel Fernandes1-7/+14
2025-11-14gpu: nova-core: gsp: Boot GSPAlistair Popple1-2/+0
2025-11-14gpu: nova-core: falcon: Add support to write firmware versionJoel Fernandes1-0/+8
2025-11-14gpu: nova-core: falcon: Add support to check if RISC-V is activeJoel Fernandes1-0/+9
2025-11-08gpu: nova-core: justify remaining uses of `as`Alexandre Courbot1-0/+4
2025-11-08gpu: nova-core: replace use of `as` with functions from `num`Alexandre Courbot1-2/+6
2025-11-07gpu: nova-core: apply the one "use" item per line policyJohn Hubbard1-13/+21
2025-10-25gpu: nova-core: replace wait_on with kernel equivalentsAlexandre Courbot1-34/+28
2025-10-25gpu: nova-core: remove unnecessary need_riscv, bar parametersJohn Hubbard1-20/+1
2025-10-25gpu: nova-core: remove an unnecessary register read: HWCFG1John Hubbard1-5/+0
2025-10-25gpu: nova-core: regs: rename .alter() --> .update()John Hubbard1-4/+4
2025-10-21gpu: nova-core: register: use field type for Into implementationAlexandre Courbot1-11/+27
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-05rust: 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