summaryrefslogtreecommitdiff
path: root/drivers/gpu/nova-core
AgeCommit message (Expand)AuthorFilesLines
2025-10-02Merge tag 'drm-next-2025-10-01' of https://gitlab.freedesktop.org/drm/kernelLinus Torvalds23-520/+1959
2025-10-01Merge tag 'driver-core-6.18-rc1' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds1-5/+28
2025-10-01Merge tag 'rust-6.18' of git://git.kernel.org/pub/scm/linux/kernel/git/ojeda/...Linus Torvalds4-10/+9
2025-09-23gpu: nova-core: use Alignment for alignment-related operationsAlexandre Courbot2-5/+5
2025-09-17Merge tag 'drm-rust-next-2025-09-16' of https://gitlab.freedesktop.org/drm/ru...Dave Airlie23-520/+1959
2025-09-16gpu: nova-core: use `kernel::{fmt,prelude::fmt!}`Tamir Duberstein2-5/+4
2025-09-15Merge 6.17-rc6 into driver-core-nextGreg Kroah-Hartman1-0/+1
2025-09-13gpu: nova-core: Add base files for r570.144 firmware bindingsAlistair Popple4-0/+39
2025-09-13gpu: nova-core: firmware: use 570.144 firmwareAlexandre Courbot1-1/+1
2025-09-13gpu: nova-core: firmware: process the GSP bootloaderAlexandre Courbot4-21/+99
2025-09-13gpu: nova-core: firmware: process and prepare the GSP firmwareAlexandre Courbot4-2/+246
2025-09-13gpu: nova-core: firmware: process Booter and patch its signatureAlexandre Courbot4-9/+393
2025-09-13gpu: nova-core: firmware: add support for common firmware headerAlexandre Courbot1-0/+62
2025-09-13gpu: nova-core: firmware: move firmware request code into a functionAlexandre Courbot1-6/+14
2025-09-13gpu: nova-core: add Chipset::name() methodAlexandre Courbot3-33/+20
2025-09-13gpu: nova-core: move GSP boot code to its own moduleAlexandre Courbot5-120/+184
2025-09-13gpu: nova-core: require `Send` on `FalconEngine` and `FalconHal`Alexandre Courbot2-2/+2
2025-09-06gpu: nova-core: take advantage of pci::Device::unbind()Danilo Krummrich2-10/+16
2025-09-05rust: dma: add type alias for bindings::dma_addr_tDanilo Krummrich1-2/+2
2025-09-01gpu: nova-core: avoid probing non-display/compute PCI functionsJohn Hubbard1-5/+28
2025-09-01gpu: nova-core: vbios: store reference to Device where relevantAlexandre Courbot2-31/+46
2025-09-01gpu: nova-core: vbios: replace pci::Device with device::DeviceAlexandre Courbot2-80/+57
2025-09-01gpu: nova-core: depend on CONFIG_64BITDanilo Krummrich1-0/+1
2025-08-22gpu: nova-core: falcon: align DMA transfers to 256 bytesAlexandre Courbot2-17/+23
2025-08-21gpu: nova-core: Update ARef imports from sync::arefShankari Anand2-2/+2
2025-08-15gpu: nova-core: register: add support for relative array registersAlexandre Courbot4-6/+248
2025-08-15gpu: nova-core: falcon: use register arrays for FUSE registersAlexandre Courbot2-21/+20
2025-08-15gpu: nova-core: register: add support for register arraysAlexandre Courbot3-8/+204
2025-08-15gpu: nova-core: falcon: add distinct base address for PFALCON2Alexandre Courbot4-8/+23
2025-08-15gpu: nova-core: register: redesign relative registersAlexandre Courbot6-96/+212
2025-08-15gpu: nova-core: register: use #[inline(always)] for all methodsAlexandre Courbot1-8/+8
2025-08-15gpu: nova-core: register: split @io rule into fixed and relative versionsAlexandre Courbot1-6/+6
2025-08-15gpu: nova-core: register: generate correct `Default` implementationAlexandre Courbot1-3/+23
2025-08-15gpu: nova-core: register: improve `Debug` implementationAlexandre Courbot1-10/+15
2025-08-15gpu: nova-core: register: add fields dispatcher internal ruleAlexandre Courbot1-10/+32
2025-08-15gpu: nova-core: register: add missing doccomments for fixed registers I/O acc...Alexandre Courbot1-0/+4
2025-08-15gpu: nova-core: register: fix documentation and indentationAlexandre Courbot1-25/+9
2025-08-15gpu: nova-core: register: move OFFSET declaration to I/O impl blockAlexandre Courbot1-10/+9
2025-08-15gpu: nova-core: register: remove `try_` accessors for relative registersAlexandre Courbot1-37/+1
2025-08-15gpu: nova-core: register: simplify @leaf_accessor ruleAlexandre Courbot1-4/+4
2025-08-15gpu: nova-core: register: improve documentation for basic registersAlexandre Courbot1-11/+13
2025-08-15gpu: nova-core: register: allow fields named `offset`Alexandre Courbot2-3/+4
2025-08-15gpu: nova-core: register: add missing space in register!()Alexandre Courbot1-1/+1
2025-08-15gpu: nova-core: register: minor grammar and spelling fixesJohn Hubbard1-7/+7
2025-08-12gpu: nova-core: vbios: change PmuLookupTableEntry to use size_ofRhys Lloyd1-2/+2
2025-08-12gpu: nova-core: vbios: use size_of instead of magic numberRhys Lloyd1-2/+2
2025-08-03Merge tag 'rust-6.17' of git://git.kernel.org/pub/scm/linux/kernel/git/ojeda/...Linus Torvalds6-8/+9
2025-07-31gpu: nova-core: fix up formatting after mergeMiguel Ojeda1-1/+1
2025-07-31Merge tag 'drm-next-2025-07-30' of https://gitlab.freedesktop.org/drm/kernelLinus Torvalds21-18/+3472
2025-07-21rust: kernel: remove `fmt!`, fix clippy::uninlined-format-argsTamir Duberstein1-2/+3