summaryrefslogtreecommitdiff
path: root/drivers/gpu/nova-core/gpu.rs
AgeCommit message (Expand)Author
13 daysMerge tag 'drm-next-2025-10-01' of https://gitlab.freedesktop.org/drm/kernelLinus Torvalds
2025-09-16gpu: nova-core: use `kernel::{fmt,prelude::fmt!}`Tamir Duberstein
2025-09-13gpu: nova-core: firmware: process the GSP bootloaderAlexandre 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-06gpu: nova-core: take advantage of pci::Device::unbind()Danilo Krummrich
2025-09-01gpu: nova-core: vbios: replace pci::Device with device::DeviceAlexandre Courbot
2025-08-15gpu: nova-core: register: add support for register arraysAlexandre Courbot
2025-07-30Merge tag 'drm-next-2025-07-30' of https://gitlab.freedesktop.org/drm/kernelLinus Torvalds
2025-07-09gpu: nova-core: Clarify sysmembar operationsJoel Fernandes
2025-06-28rust: devres: get rid of Devres' inner ArcDanilo Krummrich
2025-06-23gpu: nova-core: update and annotate TODO listAlexandre Courbot
2025-06-23gpu: nova-core: load and run FWSEC-FRTSAlexandre Courbot
2025-06-23gpu: nova-core: extract FWSEC from BIOS and patch it to run FWSEC-FRTSAlexandre Courbot
2025-06-23gpu: nova-core: compute layout of the FRTS regionAlexandre Courbot
2025-06-23gpu: nova-core: vbios: Add base support for VBIOS construction and iterationJoel Fernandes
2025-06-23gpu: nova-core: add falcon register definitions and base codeAlexandre Courbot
2025-06-23gpu: nova-core: register sysmem flush pageAlexandre Courbot
2025-06-23gpu: nova-core: wait for GFW_BOOT completionAlexandre Courbot
2025-05-28Merge tag 'drm-next-2025-05-28' of https://gitlab.freedesktop.org/drm/kernelLinus Torvalds
2025-05-13gpu: nova-core: move Firmware to firmware moduleAlexandre Courbot
2025-05-13gpu: nova-core: fix layout of NV_PMC_BOOT_0Alexandre Courbot
2025-05-13gpu: nova-core: define registers layout using helper macroAlexandre Courbot
2025-05-13gpu: nova-core: take bound device in Gpu::newAlexandre Courbot
2025-05-13gpu: nova-core: add missing GA100 definitionAlexandre Courbot
2025-05-13gpu: nova-core: derive useful traits for ChipsetAlexandre Courbot
2025-05-07rust: clean Rust 1.88.0's `clippy::uninlined_format_args` lintMiguel Ojeda
2025-03-09gpu: nova-core: add initial driver stubDanilo Krummrich