summaryrefslogtreecommitdiff
path: root/drivers/gpu/nova-core/gpu.rs
AgeCommit message (Expand)AuthorFilesLines
2026-08-21Merge tag 'drm-next-2026-08-20' of https://gitlab.freedesktop.org/drm/kernelLinus Torvalds1-60/+129
2026-07-24gpu: nova-core: detect and store vGPU stateZhi Wang1-0/+7
2026-07-21rust: device: make lifetime on `Core` and `CoreInternal` invariantGary Guo1-3/+3
2026-07-15gpu: nova-core: store Fsp instance in GpuAlexandre Courbot1-0/+9
2026-07-15gpu: nova-core: avoid repeated calls to pci::Device::as_refAlexandre Courbot1-11/+13
2026-07-15gpu: nova-core: move GSP firmware files decision to GSP HALEliot Courtney1-16/+0
2026-07-15gpu: nova-core: gsp: pass GspBootContext to unload methodsAlexandre Courbot1-3/+16
2026-06-29gpu: nova-core: falcon: store bar and dev in falconTim Kovalenko1-4/+5
2026-06-23gpu: nova-core: gsp: Extract and display usable FB regions from GSPJoel Fernandes1-1/+17
2026-06-20gpu: nova-core: move GPU static information acquisition to a GSP methodAlexandre Courbot1-0/+14
2026-06-20gpu: nova-core: move GSP unload state to a pinned Gpu subobjectAlexandre Courbot1-42/+58
2026-06-17gpu: nova-core: consolidate GSP boot parameters into GspBootContextZhi Wang1-2/+9
2026-06-03gpu: nova-core: move lifetime to `Bar0`Gary Guo1-5/+4
2026-06-02gpu: nova-core: Hopper/Blackwell: add FMC firmware imageJohn Hubbard1-0/+9
2026-06-02gpu: nova-core: Hopper/Blackwell: new location for PCI config mirrorJohn Hubbard1-0/+7
2026-06-02gpu: nova-core: set DMA mask width based on GPU architectureJohn Hubbard1-2/+10
2026-05-30gpu: nova-core: run Booter Unloader and FWSEC-SB upon unbindingAlexandre Courbot1-3/+12
2026-05-30gpu: nova-core: send UNLOADING_GUEST_DRIVER GSP command upon unloadingAlexandre Courbot1-1/+20
2026-05-29gpu: nova-core: unregister sysmem flush page from DropDanilo Krummrich1-8/+1
2026-05-29gpu: nova-core: use lifetime for BarDanilo Krummrich1-20/+13
2026-05-29Merge tag 'dd-lifetimes-7.2-rc1' of git://git.kernel.org/pub/scm/linux/kernel...Danilo Krummrich1-1/+1
2026-05-27rust: device: make Core and CoreInternal lifetime-parameterizedDanilo Krummrich1-1/+1
2026-04-30gpu: nova-core: move GFW boot wait into a GPU HALJohn Hubbard1-2/+3
2026-04-30gpu: nova-core: add Copy/Clone to Spec and RevisionJohn Hubbard1-0/+2
2026-04-30gpu: nova-core: Hopper/Blackwell: basic GPU identificationJohn Hubbard1-0/+19
2026-03-26gpu: nova-core: convert PMC registers to kernel register macroAlexandre Courbot1-37/+16
2026-03-09gpu: nova-core: add gen_bootloader firmware to ModInfoBuilderAlexandre Courbot1-0/+7
2026-03-09gpu: nova-core: make Chipset::arch() constAlexandre Courbot1-1/+1
2026-02-24gpu: nova-core: remove redundant `.as_ref()` for `dev_*` printGary Guo1-2/+2
2026-01-12gpu: nova-core: add missing newlines to several print stringsTimur Tabi1-1/+1
2025-12-29gpu: nova-core: gsp: get rid of redundant Result in Gsp::new()Danilo Krummrich1-1/+1
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-7/+20
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-30Merge 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