aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/drivers/gpu/nova-core
AgeCommit message (Expand)AuthorFilesLines
2026-07-11gpu: nova-core: use I/O projection for cleaner encapsulationGary Guo3-111/+90
2026-07-08gpu: nova-core: build SetRegistry entries dynamicallyZhi Wang2-34/+44
2026-07-08gpu: nova-core: fsp: rename FSP response header typeZhi Wang1-8/+9
2026-07-03gpu: nova: fix rust-analyzer generationAlexandre Courbot1-0/+1
2026-07-03gpu: nova-core: remove local bitfield macroAlexandre Courbot1-329/+0
2026-07-03gpu: nova-core: convert to kernel bitfield macroAlexandre Courbot4-52/+51
2026-07-01gpu: nova-core: remove `#[allow(non_snake_case)]`Gary Guo2-10/+0
2026-06-30gpu: nova-core: vbios: parse structs via zerocopyNicolás Antinori2-50/+20
2026-06-29gpu: nova-core: falcon: store bar and dev in falconTim Kovalenko17-316/+263
2026-06-29gpu: nova-core: export Rust symbols for nova-drmAlexandre Courbot2-0/+16
2026-06-29gpu: build nova-core and nova-drm from drivers/gpu/MakefileAlexandre Courbot1-3/+1
2026-06-28Merge tag 'v7.2-rc1' into drm-rust-nextDanilo Krummrich5-12/+11
2026-06-23gpu: nova-core: fb: Move PDISP register definitionAntonin Malzieu Ridolfi3-24/+27
2026-06-23gpu: nova-core: gsp: Extract and display usable FB regions from GSPJoel Fernandes3-4/+67
2026-06-20gpu: nova-core: move GPU static information acquisition to a GSP methodAlexandre Courbot3-11/+25
2026-06-20gpu: nova-core: move GSP unload state to a pinned Gpu subobjectAlexandre Courbot1-42/+58
2026-06-20gpu: nova-core: fsp: move FMC firmware loading into wait_secure_bootEliot Courtney2-11/+8
2026-06-20gpu: nova-core: falcon: gsp: move PRIV target mask constantsEliot Courtney1-5/+6
2026-06-17gpu: nova-core: consolidate GSP boot parameters into GspBootContextZhi Wang6-62/+64
2026-06-17Merge tag 'drm-next-2026-06-17' of https://gitlab.freedesktop.org/drm/kernelLinus Torvalds48-896/+3315
2026-06-17gpu: nova-core: fb: remove duplicated SysmemFlush doc linkJohn Hubbard1-1/+1
2026-06-17gpu: nova-core: fb: fix Blackwell flush address compositionJohn Hubbard1-1/+1
2026-06-17gpu: nova-core: Hopper: use correct sysmem flush registersJohn Hubbard2-3/+47
2026-06-17gpu: nova-core: Blackwell: use absolute FBHUB0 flush registersJohn Hubbard2-30/+15
2026-06-15Merge tag 'driver-core-7.2-rc1' of gitolite.kernel.org:pub/scm/linux/kernel/git/driver-core/driver-coreLinus Torvalds3-17/+25
2026-06-10gpu: nova-core: use `c"literal"` instead of `c_str!()`Gary Guo1-1/+1
2026-06-10gpu: nova-core: remove imports available from preludeGary Guo2-4/+1
2026-06-10gpu: nova-core: gsp: Move gsp register definition into gsp moduleAntonin Malzieu Ridolfi4-9/+14
2026-06-10rust: make `build_assert` module the home of related macrosGary Guo2-3/+3
2026-06-10gpu: nova-core: clean up FSP FRTS commentsJohn Hubbard1-3/+4
2026-06-09gpu: nova-core: gsp: tu102: keep unloading if FWSEC-SB failsAlexandre Courbot1-4/+15
2026-06-09gpu: nova-core: don't declare booter firmware for FSP chipsetsJohn Hubbard1-7/+8
2026-06-09gpu: nova-core: return FSP response buffer to callerZhi Wang1-3/+4
2026-06-09gpu: nova-core: factor out common FSP message headerZhi Wang1-16/+40
2026-06-09gpu: nova-core: firmware: parse `FalconUCodeDescV2` via `zerocopy`Miguel Ojeda2-6/+5
2026-06-05gpu: nova-core: convert to keyworded projection syntaxGary Guo1-3/+3
2026-06-03gpu: nova-core: move lifetime to `Bar0`Gary Guo35-145/+152
2026-06-03gpu: nova-core: gsp: enable FSP boot pathAlexandre Courbot1-2/+2
2026-06-03gpu: nova-core: add non-sec2 unload pathEliot Courtney1-2/+36
2026-06-03gpu: nova-core: Hopper/Blackwell: add GSP lockdown release pollingJohn Hubbard4-2/+115
2026-06-03gpu: nova-core: Hopper/Blackwell: add FSP Chain of Trust bootJohn Hubbard8-13/+310
2026-06-03gpu: nova-core: Hopper/Blackwell: select FSP Chain of Trust versionJohn Hubbard4-4/+46
2026-06-03gpu: nova-core: Hopper/Blackwell: add FSP send/receive messagingJohn Hubbard2-4/+103
2026-06-03gpu: nova-core: add MCTP/NVDM protocol types for firmware communicationJohn Hubbard2-0/+91
2026-06-03gpu: nova-core: Hopper/Blackwell: add FSP message infrastructureJohn Hubbard2-3/+99
2026-06-03gpu: nova-core: Hopper/Blackwell: add FSP falcon EMEM operationsJohn Hubbard2-5/+93
2026-06-02gpu: nova-core: Hopper/Blackwell: add FMC signature extractionJohn Hubbard1-3/+86
2026-06-02gpu: nova-core: Hopper/Blackwell: add FSP secure boot completion waitingJohn Hubbard8-3/+186
2026-06-02gpu: nova-core: Hopper/Blackwell: add FMC firmware imageJohn Hubbard4-3/+72
2026-06-02gpu: nova-core: Hopper/Blackwell: add FSP falcon engine stubJohn Hubbard2-0/+30