summaryrefslogtreecommitdiff
path: root/drivers/gpu/nova-core
AgeCommit message (Expand)Author
2025-10-25gpu: nova-core: bitfield: simplify expressionAlexandre Courbot
2025-10-25gpu: nova-core: bitfield: simplify conditionAlexandre Courbot
2025-10-25gpu: nova-core: replace wait_on with kernel equivalentsAlexandre Courbot
2025-10-25gpu: nova-core: remove unnecessary need_riscv, bar parametersJohn Hubbard
2025-10-25gpu: nova-core: remove an unnecessary register read: HWCFG1John Hubbard
2025-10-25gpu: nova-core: Ada: basic GPU identificationJohn Hubbard
2025-10-25gpu: nova-core: regs: rename .alter() --> .update()John Hubbard
2025-10-21rust: driver: let probe() return impl PinInit<Self, Error>Danilo Krummrich
2025-10-21gpu: nova-core: bitfield: Add support for custom visibilityJoel Fernandes
2025-10-21gpu: nova-core: bitfield: Add support for different storage widthsJoel Fernandes
2025-10-21gpu: nova-core: bitfield: Move bitfield-specific code from register! into new...Joel Fernandes
2025-10-21gpu: nova-core: register: use field type for Into implementationAlexandre Courbot
2025-10-16gpu: nova-core: vbios: Rework BiosImage to be simplerJoel Fernandes
2025-10-16gpu: nova-core: gsp: do not unwrap() SGEntryDanilo Krummrich
2025-10-16gpu: nova-core: gsp: remove useless conversionDanilo Krummrich
2025-10-02Merge tag 'drm-next-2025-10-01' of https://gitlab.freedesktop.org/drm/kernelLinus Torvalds
2025-10-01Merge tag 'driver-core-6.18-rc1' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds
2025-09-30Merge tag 'rust-6.18' of git://git.kernel.org/pub/scm/linux/kernel/git/ojeda/...Linus Torvalds
2025-09-22gpu: nova-core: use Alignment for alignment-related operationsAlexandre Courbot
2025-09-17Merge tag 'drm-rust-next-2025-09-16' of https://gitlab.freedesktop.org/drm/ru...Dave Airlie
2025-09-16gpu: nova-core: use `kernel::{fmt,prelude::fmt!}`Tamir Duberstein
2025-09-15Merge 6.17-rc6 into driver-core-nextGreg Kroah-Hartman
2025-09-13gpu: nova-core: Add base files for r570.144 firmware bindingsAlistair Popple
2025-09-13gpu: nova-core: firmware: use 570.144 firmwareAlexandre Courbot
2025-09-13gpu: nova-core: firmware: process the GSP bootloaderAlexandre Courbot
2025-09-13gpu: nova-core: firmware: process and prepare the GSP firmwareAlexandre Courbot
2025-09-13gpu: nova-core: firmware: process Booter and patch its signatureAlexandre Courbot
2025-09-13gpu: nova-core: firmware: add support for common firmware headerAlexandre Courbot
2025-09-13gpu: nova-core: firmware: move firmware request code into a functionAlexandre Courbot
2025-09-13gpu: nova-core: add Chipset::name() methodAlexandre Courbot
2025-09-13gpu: nova-core: move GSP boot code to its own moduleAlexandre Courbot
2025-09-13gpu: nova-core: require `Send` on `FalconEngine` and `FalconHal`Alexandre Courbot
2025-09-06gpu: nova-core: take advantage of pci::Device::unbind()Danilo Krummrich
2025-09-04rust: dma: add type alias for bindings::dma_addr_tDanilo Krummrich
2025-09-01gpu: nova-core: avoid probing non-display/compute PCI functionsJohn Hubbard
2025-09-01gpu: nova-core: vbios: store reference to Device where relevantAlexandre Courbot
2025-09-01gpu: nova-core: vbios: replace pci::Device with device::DeviceAlexandre Courbot
2025-09-01gpu: nova-core: depend on CONFIG_64BITDanilo Krummrich
2025-08-22gpu: nova-core: falcon: align DMA transfers to 256 bytesAlexandre Courbot
2025-08-21gpu: nova-core: Update ARef imports from sync::arefShankari Anand
2025-08-15gpu: nova-core: register: add support for relative array registersAlexandre Courbot
2025-08-15gpu: nova-core: falcon: use register arrays for FUSE registersAlexandre Courbot
2025-08-15gpu: nova-core: register: add support for register arraysAlexandre Courbot
2025-08-15gpu: nova-core: falcon: add distinct base address for PFALCON2Alexandre Courbot
2025-08-15gpu: nova-core: register: redesign relative registersAlexandre Courbot
2025-08-15gpu: nova-core: register: use #[inline(always)] for all methodsAlexandre Courbot
2025-08-15gpu: nova-core: register: split @io rule into fixed and relative versionsAlexandre Courbot
2025-08-15gpu: nova-core: register: generate correct `Default` implementationAlexandre Courbot
2025-08-15gpu: nova-core: register: improve `Debug` implementationAlexandre Courbot
2025-08-15gpu: nova-core: register: add fields dispatcher internal ruleAlexandre Courbot