summaryrefslogtreecommitdiff
path: root/drivers/gpu/nova-core/gpu.rs
AgeCommit message (Expand)AuthorFilesLines
2025-11-17gpu: nova-core: make formatting compatible with rust treeAlice Ryhl1-3/+2
2025-11-15gpu: nova-core: provide a clear error report for unsupported GPUsJohn Hubbard1-3/+6
2025-11-15gpu: nova-core: add boot42 support for next-gen GPUsJohn Hubbard1-7/+29
2025-11-15gpu: nova-core: make Architecture behave as a u8 typeJohn Hubbard1-1/+14
2025-11-15gpu: nova-core: prepare Spec and Revision types for boot0/boot42John Hubbard1-5/+12
2025-11-14gpu: nova-core: implement Display for SpecJohn Hubbard1-7/+13
2025-11-14gpu: nova-core: Create initial GspAlistair Popple1-1/+1
2025-11-07gpu: nova-core: apply the one "use" item per line policyJohn Hubbard1-8/+21
2025-10-25gpu: nova-core: remove unnecessary need_riscv, bar parametersJohn Hubbard1-3/+1
2025-10-02Merge tag 'drm-next-2025-10-01' of https://gitlab.freedesktop.org/drm/kernelLinus Torvalds1-138/+68
2025-09-16gpu: nova-core: use `kernel::{fmt,prelude::fmt!}`Tamir Duberstein1-2/+1
2025-09-13gpu: nova-core: firmware: process the GSP bootloaderAlexandre Courbot1-4/+0
2025-09-13gpu: nova-core: add Chipset::name() methodAlexandre Courbot1-8/+17
2025-09-13gpu: nova-core: move GSP boot code to its own moduleAlexandre Courbot1-118/+41
2025-09-06gpu: nova-core: take advantage of pci::Device::unbind()Danilo Krummrich1-10/+12
2025-09-01gpu: nova-core: vbios: replace pci::Device with device::DeviceAlexandre Courbot1-1/+1
2025-08-15gpu: nova-core: register: add support for register arraysAlexandre Courbot1-1/+1
2025-07-31Merge tag 'drm-next-2025-07-30' of https://gitlab.freedesktop.org/drm/kernelLinus Torvalds1-3/+124
2025-07-09gpu: nova-core: Clarify sysmembar operationsJoel Fernandes1-2/+1
2025-06-28rust: devres: get rid of Devres' inner ArcDanilo Krummrich1-3/+3
2025-06-23gpu: nova-core: update and annotate TODO listAlexandre Courbot1-1/+1
2025-06-23gpu: nova-core: load and run FWSEC-FRTSAlexandre Courbot1-10/+80
2025-06-23gpu: nova-core: extract FWSEC from BIOS and patch it to run FWSEC-FRTSAlexandre Courbot1-2/+13
2025-06-23gpu: nova-core: compute layout of the FRTS regionAlexandre Courbot1-0/+4
2025-06-23gpu: nova-core: vbios: Add base support for VBIOS construction and iterationJoel Fernandes1-0/+4
2025-06-23gpu: nova-core: add falcon register definitions and base codeAlexandre Courbot1-0/+11
2025-06-23gpu: nova-core: register sysmem flush pageAlexandre Courbot1-2/+19
2025-06-23gpu: nova-core: wait for GFW_BOOT completionAlexandre Courbot1-0/+5
2025-05-28Merge tag 'drm-next-2025-05-28' of https://gitlab.freedesktop.org/drm/kernelLinus Torvalds1-47/+39
2025-05-13gpu: nova-core: move Firmware to firmware moduleAlexandre Courbot1-32/+3
2025-05-13gpu: nova-core: fix layout of NV_PMC_BOOT_0Alexandre Courbot1-3/+16
2025-05-13gpu: nova-core: define registers layout using helper macroAlexandre Courbot1-5/+5
2025-05-13gpu: nova-core: take bound device in Gpu::newAlexandre Courbot1-6/+13
2025-05-13gpu: nova-core: add missing GA100 definitionAlexandre Courbot1-1/+2
2025-05-13gpu: nova-core: derive useful traits for ChipsetAlexandre Courbot1-1/+1
2025-05-07rust: clean Rust 1.88.0's `clippy::uninlined_format_args` lintMiguel Ojeda1-1/+1
2025-03-09gpu: nova-core: add initial driver stubDanilo Krummrich1-0/+199