summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/nova-core
AgeCommit message (Expand)AuthorLines
2025-10-02Merge tag 'drm-next-2025-10-01' of https://gitlab.freedesktop.org/drm/kernelLinus Torvalds-520/+1959
2025-10-01Merge tag 'driver-core-6.18-rc1' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds-5/+28
2025-09-30Merge tag 'rust-6.18' of git://git.kernel.org/pub/scm/linux/kernel/git/ojeda/...Linus Torvalds-10/+9
2025-09-22gpu: nova-core: use Alignment for alignment-related operationsAlexandre Courbot-5/+5
2025-09-17Merge tag 'drm-rust-next-2025-09-16' of https://gitlab.freedesktop.org/drm/ru...Dave Airlie-520/+1959
2025-09-16gpu: nova-core: use `kernel::{fmt,prelude::fmt!}`Tamir Duberstein-5/+4
2025-09-15Merge 6.17-rc6 into driver-core-nextGreg Kroah-Hartman-0/+1
2025-09-13gpu: nova-core: Add base files for r570.144 firmware bindingsAlistair Popple-0/+39
2025-09-13gpu: nova-core: firmware: use 570.144 firmwareAlexandre Courbot-1/+1
2025-09-13gpu: nova-core: firmware: process the GSP bootloaderAlexandre Courbot-21/+99
2025-09-13gpu: nova-core: firmware: process and prepare the GSP firmwareAlexandre Courbot-2/+246
2025-09-13gpu: nova-core: firmware: process Booter and patch its signatureAlexandre Courbot-9/+393
2025-09-13gpu: nova-core: firmware: add support for common firmware headerAlexandre Courbot-0/+62
2025-09-13gpu: nova-core: firmware: move firmware request code into a functionAlexandre Courbot-6/+14
2025-09-13gpu: nova-core: add Chipset::name() methodAlexandre Courbot-33/+20
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