summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/nova-core
AgeCommit message (Expand)AuthorLines
2025-09-13gpu: nova-core: move GSP boot code to its own moduleAlexandre Courbot-120/+184
2025-09-13gpu: nova-core: require `Send` on `FalconEngine` and `FalconHal`Alexandre Courbot-2/+2
2025-09-06gpu: nova-core: take advantage of pci::Device::unbind()Danilo Krummrich-10/+16
2025-09-04rust: dma: add type alias for bindings::dma_addr_tDanilo Krummrich-2/+2
2025-09-01gpu: nova-core: avoid probing non-display/compute PCI functionsJohn Hubbard-5/+28
2025-09-01gpu: nova-core: vbios: store reference to Device where relevantAlexandre Courbot-31/+46
2025-09-01gpu: nova-core: vbios: replace pci::Device with device::DeviceAlexandre Courbot-80/+57
2025-09-01gpu: nova-core: depend on CONFIG_64BITDanilo Krummrich-0/+1
2025-08-22gpu: nova-core: falcon: align DMA transfers to 256 bytesAlexandre Courbot-17/+23
2025-08-21gpu: nova-core: Update ARef imports from sync::arefShankari Anand-2/+2
2025-08-15gpu: nova-core: register: add support for relative array registersAlexandre Courbot-6/+248
2025-08-15gpu: nova-core: falcon: use register arrays for FUSE registersAlexandre Courbot-21/+20
2025-08-15gpu: nova-core: register: add support for register arraysAlexandre Courbot-8/+204
2025-08-15gpu: nova-core: falcon: add distinct base address for PFALCON2Alexandre Courbot-8/+23
2025-08-15gpu: nova-core: register: redesign relative registersAlexandre Courbot-96/+212
2025-08-15gpu: nova-core: register: use #[inline(always)] for all methodsAlexandre Courbot-8/+8
2025-08-15gpu: nova-core: register: split @io rule into fixed and relative versionsAlexandre Courbot-6/+6
2025-08-15gpu: nova-core: register: generate correct `Default` implementationAlexandre Courbot-3/+23
2025-08-15gpu: nova-core: register: improve `Debug` implementationAlexandre Courbot-10/+15
2025-08-15gpu: nova-core: register: add fields dispatcher internal ruleAlexandre Courbot-10/+32
2025-08-15gpu: nova-core: register: add missing doccomments for fixed registers I/O acc...Alexandre Courbot-0/+4
2025-08-15gpu: nova-core: register: fix documentation and indentationAlexandre Courbot-25/+9
2025-08-15gpu: nova-core: register: move OFFSET declaration to I/O impl blockAlexandre Courbot-10/+9
2025-08-15gpu: nova-core: register: remove `try_` accessors for relative registersAlexandre Courbot-37/+1
2025-08-15gpu: nova-core: register: simplify @leaf_accessor ruleAlexandre Courbot-4/+4
2025-08-15gpu: nova-core: register: improve documentation for basic registersAlexandre Courbot-11/+13
2025-08-15gpu: nova-core: register: allow fields named `offset`Alexandre Courbot-3/+4
2025-08-15gpu: nova-core: register: add missing space in register!()Alexandre Courbot-1/+1
2025-08-15gpu: nova-core: register: minor grammar and spelling fixesJohn Hubbard-7/+7
2025-08-12gpu: nova-core: vbios: change PmuLookupTableEntry to use size_ofRhys Lloyd-2/+2
2025-08-12gpu: nova-core: vbios: use size_of instead of magic numberRhys Lloyd-2/+2
2025-08-03Merge tag 'rust-6.17' of git://git.kernel.org/pub/scm/linux/kernel/git/ojeda/...Linus Torvalds-8/+9
2025-07-31gpu: nova-core: fix up formatting after mergeMiguel Ojeda-1/+1
2025-07-30Merge tag 'drm-next-2025-07-30' of https://gitlab.freedesktop.org/drm/kernelLinus Torvalds-18/+3472
2025-07-21rust: kernel: remove `fmt!`, fix clippy::uninlined-format-argsTamir Duberstein-2/+3
2025-07-17gpu: nova-core: fix bounds check in PmuLookupTableEntry::newRhys Lloyd-1/+1
2025-07-09gpu: nova-core: convert `/*` comments to `//`Alexandre Courbot-9/+9
2025-07-09gpu: nova-core: Clarify falcon codeJoel Fernandes-7/+22
2025-07-09gpu: nova-core: Clarify sysmembar operationsJoel Fernandes-2/+14
2025-07-09gpu: nova-core: Add code comments related to devinitJoel Fernandes-7/+48
2025-06-28rust: devres: get rid of Devres' inner ArcDanilo Krummrich-5/+8
2025-06-25gpu: nova-core: replace `Duration` with `Delta`Alexandre Courbot-16/+13
2025-06-25gpu: nova-core: consider `clippy::cast_lossless`Danilo Krummrich-14/+14
2025-06-25gpu: nova-core: impl From for u32 for enums used from register!Danilo Krummrich-0/+19
2025-06-24rust: macros: remove `module!`'s deprecated `author` keyGuilherme Giacomo Simoes-1/+1
2025-06-23gpu: nova-core: update and annotate TODO listAlexandre Courbot-21/+27
2025-06-23gpu: nova-core: load and run FWSEC-FRTSAlexandre Courbot-13/+136
2025-06-23gpu: nova-core: extract FWSEC from BIOS and patch it to run FWSEC-FRTSAlexandre Courbot-15/+434
2025-06-23gpu: nova-core: add types for patching firmware binariesAlexandre Courbot-0/+64
2025-06-23gpu: nova-core: compute layout of the FRTS regionAlexandre Courbot-2/+224