summaryrefslogtreecommitdiff
path: root/drivers/gpu/nova-core/gsp
AgeCommit message (Expand)AuthorFilesLines
2026-06-17Merge tag 'drm-next-2026-06-17' of https://gitlab.freedesktop.org/drm/kernelLinus Torvalds10-214/+1099
2026-06-05gpu: nova-core: convert to keyworded projection syntaxGary Guo1-3/+3
2026-06-03gpu: nova-core: move lifetime to `Bar0`Gary Guo6-27/+27
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 Hubbard1-2/+88
2026-06-03gpu: nova-core: Hopper/Blackwell: add FSP Chain of Trust bootJohn Hubbard3-5/+165
2026-06-02gpu: nova-core: Hopper/Blackwell: add FSP secure boot completion waitingJohn Hubbard1-2/+4
2026-06-02gpu: nova-core: Hopper/Blackwell: add FMC firmware imageJohn Hubbard1-2/+8
2026-06-02gpu: nova-core: Hopper/Blackwell: larger WPR2 (GSP) heapJohn Hubbard2-6/+15
2026-06-02gpu: nova-core: Blackwell: compute PMU-reserved framebuffer sizeJohn Hubbard1-0/+1
2026-06-02gpu: nova-core: Hopper/Blackwell: new location for PCI config mirrorJohn Hubbard3-8/+17
2026-05-30gpu: nova-core: gsp: run the unload bundle if Gsp::boot() failsAlexandre Courbot4-31/+101
2026-05-30gpu: nova-core: run Booter Unloader and FWSEC-SB upon unbindingAlexandre Courbot4-14/+189
2026-05-30gpu: nova-core: send UNLOADING_GUEST_DRIVER GSP command upon unloadingAlexandre Courbot5-0/+148
2026-05-30gpu: nova-core: gsp: move chipset-specific parts of the boot process into a HALAlexandre Courbot4-152/+342
2026-05-29gpu: nova-core: gsp: shuffle boot code a bit to keep chipset-specific parts c...Alexandre Courbot1-7/+7
2026-05-29gpu: nova-core: refactor SEC2 booter loading into BooterFirmware::run()John Hubbard1-22/+8
2026-05-29gpu: nova-core: do not import firmware commands into GSP command moduleAlexandre Courbot1-12/+13
2026-05-29gpu: nova-core: remove unneeded get_gsp_info proxy functionAlexandre Courbot2-8/+2
2026-05-29gpu: nova-core: gsp: replace ARef<Device> with &'a Device in sequencerDanilo Krummrich2-7/+6
2026-04-30gpu: nova-core: Hopper/Blackwell: basic GPU identificationJohn Hubbard1-1/+12
2026-04-30gpu: nova-core: make WPR heap sizing fallibleJohn Hubbard1-7/+9
2026-04-29gpu: nova-core: only boot FRTS if its region is allocatedTimur Tabi1-1/+4
2026-04-29gpu: nova-core: use SizeConstants trait for u64 size constantsJohn Hubbard1-8/+7
2026-04-15Merge tag 'drm-next-2026-04-15' of https://gitlab.freedesktop.org/drm/kernelLinus Torvalds8-381/+821
2026-04-08Merge tag 'rust-timekeeping-for-v7.1' of https://github.com/Rust-for-Linux/li...Miguel Ojeda3-93/+103
2026-04-07rust: bump Clippy's MSRV and clean `incompatible_msrv` allowsMiguel Ojeda1-5/+1
2026-04-07gpu: nova-core: bindings: remove unneeded `cfg_attr`Miguel Ojeda1-3/+0
2026-04-06gpu: nova-core: fix missing colon in SEC2 boot debug messageDavid Carlier1-1/+1
2026-04-05gpu: nova-core: gsp: fix undefined behavior in command queue codeAlexandre Courbot1-46/+68
2026-03-26gpu: nova-core: convert PFB registers to kernel register macroAlexandre Courbot2-7/+8
2026-03-26gpu: nova-core: convert PBUS registers to kernel register macroAlexandre Courbot1-1/+4
2026-03-24gpu: nova-core: gsp: move Cmdq's DMA handle to a struct memberAlexandre Courbot2-12/+16
2026-03-24gpu: nova-core: convert to new dma::Coherent APIGary Guo2-43/+24
2026-03-24gpu: nova-core: convert Gsp::new() to use CoherentBoxDanilo Krummrich1-18/+44
2026-03-24gpu: nova-core: use Coherent::init to initialize GspFwWprMetaDanilo Krummrich2-10/+17
2026-03-18gpu: nova-core: gsp: add mutex locking to CmdqEliot Courtney4-77/+107
2026-03-18gpu: nova-core: gsp: make `Cmdq` a pinned typeEliot Courtney1-5/+4
2026-03-18gpu: nova-core: gsp: add reply/no-reply info to `CommandToGsp`Eliot Courtney4-16/+75
2026-03-18gpu: nova-core: gsp: add `RECEIVE_TIMEOUT` constant for command queueEliot Courtney3-4/+6
2026-03-18gpu: nova-core: gsp: fix stale doc comments on command queue methodsEliot Courtney1-9/+8
2026-03-16Merge tag 'v7.0-rc4' into drm-rust-nextDanilo Krummrich3-95/+103
2026-03-11gpu: nova-core: gsp: fix UB in DmaGspMem pointer accessorsDanilo Krummrich2-88/+84
2026-03-10gpu: nova-core: fix stack overflow in GSP memory allocationTim Kovalenko1-2/+12
2026-03-10gpu: nova-core: apply the one "use" item per line policy to commands.rsJohn Hubbard1-3/+9
2026-03-10gpu: nova-core: add FbRange.len() and use it in boot.rsJohn Hubbard1-1/+1
2026-03-10gpu: nova-core: gsp: add tests for continuation recordsEliot Courtney1-0/+138
2026-03-10gpu: nova-core: gsp: support large RPCs via continuation recordEliot Courtney3-2/+207
2026-03-10gpu: nova-core: gsp: add `size` helper to `CommandToGsp`Eliot Courtney1-3/+9