summaryrefslogtreecommitdiff
path: root/drivers/gpu/nova-core/gsp
AgeCommit message (Expand)Author
2026-06-17Merge tag 'drm-next-2026-06-17' of https://gitlab.freedesktop.org/drm/kernelLinus Torvalds
2026-06-05gpu: nova-core: convert to keyworded projection syntaxGary Guo
2026-06-03gpu: nova-core: move lifetime to `Bar0`Gary Guo
2026-06-03gpu: nova-core: gsp: enable FSP boot pathAlexandre Courbot
2026-06-03gpu: nova-core: add non-sec2 unload pathEliot Courtney
2026-06-03gpu: nova-core: Hopper/Blackwell: add GSP lockdown release pollingJohn Hubbard
2026-06-03gpu: nova-core: Hopper/Blackwell: add FSP Chain of Trust bootJohn Hubbard
2026-06-02gpu: nova-core: Hopper/Blackwell: add FSP secure boot completion waitingJohn Hubbard
2026-06-02gpu: nova-core: Hopper/Blackwell: add FMC firmware imageJohn Hubbard
2026-06-02gpu: nova-core: Hopper/Blackwell: larger WPR2 (GSP) heapJohn Hubbard
2026-06-02gpu: nova-core: Blackwell: compute PMU-reserved framebuffer sizeJohn Hubbard
2026-06-02gpu: nova-core: Hopper/Blackwell: new location for PCI config mirrorJohn Hubbard
2026-05-30gpu: nova-core: gsp: run the unload bundle if Gsp::boot() failsAlexandre Courbot
2026-05-30gpu: nova-core: run Booter Unloader and FWSEC-SB upon unbindingAlexandre Courbot
2026-05-30gpu: nova-core: send UNLOADING_GUEST_DRIVER GSP command upon unloadingAlexandre Courbot
2026-05-30gpu: nova-core: gsp: move chipset-specific parts of the boot process into a HALAlexandre Courbot
2026-05-29gpu: nova-core: gsp: shuffle boot code a bit to keep chipset-specific parts c...Alexandre Courbot
2026-05-29gpu: nova-core: refactor SEC2 booter loading into BooterFirmware::run()John Hubbard
2026-05-29gpu: nova-core: do not import firmware commands into GSP command moduleAlexandre Courbot
2026-05-29gpu: nova-core: remove unneeded get_gsp_info proxy functionAlexandre Courbot
2026-05-29gpu: nova-core: gsp: replace ARef<Device> with &'a Device in sequencerDanilo Krummrich
2026-04-30gpu: nova-core: Hopper/Blackwell: basic GPU identificationJohn Hubbard
2026-04-30gpu: nova-core: make WPR heap sizing fallibleJohn Hubbard
2026-04-29gpu: nova-core: only boot FRTS if its region is allocatedTimur Tabi
2026-04-29gpu: nova-core: use SizeConstants trait for u64 size constantsJohn Hubbard
2026-04-15Merge tag 'drm-next-2026-04-15' of https://gitlab.freedesktop.org/drm/kernelLinus Torvalds
2026-04-08Merge tag 'rust-timekeeping-for-v7.1' of https://github.com/Rust-for-Linux/li...Miguel Ojeda
2026-04-07rust: bump Clippy's MSRV and clean `incompatible_msrv` allowsMiguel Ojeda
2026-04-07gpu: nova-core: bindings: remove unneeded `cfg_attr`Miguel Ojeda
2026-04-06gpu: nova-core: fix missing colon in SEC2 boot debug messageDavid Carlier
2026-04-05gpu: nova-core: gsp: fix undefined behavior in command queue codeAlexandre Courbot
2026-03-26gpu: nova-core: convert PFB registers to kernel register macroAlexandre Courbot
2026-03-26gpu: nova-core: convert PBUS registers to kernel register macroAlexandre Courbot
2026-03-24gpu: nova-core: gsp: move Cmdq's DMA handle to a struct memberAlexandre Courbot
2026-03-23gpu: nova-core: convert to new dma::Coherent APIGary Guo
2026-03-23gpu: nova-core: convert Gsp::new() to use CoherentBoxDanilo Krummrich
2026-03-23gpu: nova-core: use Coherent::init to initialize GspFwWprMetaDanilo Krummrich
2026-03-18gpu: nova-core: gsp: add mutex locking to CmdqEliot Courtney
2026-03-18gpu: nova-core: gsp: make `Cmdq` a pinned typeEliot Courtney
2026-03-18gpu: nova-core: gsp: add reply/no-reply info to `CommandToGsp`Eliot Courtney
2026-03-18gpu: nova-core: gsp: add `RECEIVE_TIMEOUT` constant for command queueEliot Courtney
2026-03-18gpu: nova-core: gsp: fix stale doc comments on command queue methodsEliot Courtney
2026-03-15Merge tag 'v7.0-rc4' into drm-rust-nextDanilo Krummrich
2026-03-11gpu: nova-core: gsp: fix UB in DmaGspMem pointer accessorsDanilo Krummrich
2026-03-10gpu: nova-core: fix stack overflow in GSP memory allocationTim Kovalenko
2026-03-10gpu: nova-core: apply the one "use" item per line policy to commands.rsJohn Hubbard
2026-03-10gpu: nova-core: add FbRange.len() and use it in boot.rsJohn Hubbard
2026-03-10gpu: nova-core: gsp: add tests for continuation recordsEliot Courtney
2026-03-10gpu: nova-core: gsp: support large RPCs via continuation recordEliot Courtney
2026-03-10gpu: nova-core: gsp: add `size` helper to `CommandToGsp`Eliot Courtney