summaryrefslogtreecommitdiff
path: root/drivers/gpu/nova-core/firmware/gsp.rs
AgeCommit message (Expand)AuthorFilesLines
2026-08-06rust: dma: rename dma_handle to dma_addressAlexandre Courbot1-3/+3
2026-08-06gpu: nova-core: transition gsp to TLV imagesTimur Tabi1-40/+19
2026-06-02gpu: nova-core: add auto-detection of 32-bit, 64-bit firmware imagesJohn Hubbard1-2/+2
2026-04-30gpu: nova-core: Hopper/Blackwell: basic GPU identificationJohn Hubbard1-0/+3
2026-04-30gpu: nova-core: factor .fwsignature* selection into a new find_gsp_sigs_secti...John Hubbard1-11/+13
2026-04-29gpu: nova-core: use correct fwsignature for GA100Timur Tabi1-2/+1
2026-03-30gpu: nova-core: firmware: move firmware image parsing code to firmware.rsJohn Hubbard1-87/+4
2026-03-28gpu: nova-core: firmware: gsp: use dma::Coherent for level0 tableAlexandre Courbot1-10/+12
2026-03-28gpu: nova-core: firmware: gsp: use dma::Coherent for signaturesAlexandre Courbot1-2/+3
2026-02-11Merge tag 'drm-next-2026-02-11' of https://gitlab.freedesktop.org/drm/kernelLinus Torvalds1-69/+77
2026-01-30gpu: nova-core: remove imports available via preludeGary Guo1-7/+5
2026-01-24gpu: nova-core: add support for Turing/GA100 fwsignatureTimur Tabi1-1/+8
2026-01-07gpu: nova-core: use CStr::from_bytes_until_nul() in elf64_section()John Hubbard1-4/+1
2025-12-29gpu: nova-core: fw: move appropriate code into pin initializerDanilo Krummrich1-16/+18
2025-12-29gpu: nova-core: fw: get rid of redundant Result in GspFirmware::new()Danilo Krummrich1-65/+67
2025-11-14gpu: nova-core: gsp: Create wpr metadataAlistair Popple1-2/+1
2025-11-14gpu: nova-core: compute layout of more framebuffer regions required for GSPAlexandre Courbot1-2/+2
2025-11-08gpu: nova-core: replace use of `as` with functions from `num`Alexandre Courbot1-2/+4
2025-11-07gpu: nova-core: apply the one "use" item per line policyJohn Hubbard1-9/+22
2025-10-25gpu: nova-core: Ada: basic GPU identificationJohn Hubbard1-0/+1
2025-10-16gpu: nova-core: gsp: do not unwrap() SGEntryDanilo Krummrich1-3/+4
2025-10-16gpu: nova-core: gsp: remove useless conversionDanilo Krummrich1-2/+1
2025-09-13gpu: nova-core: firmware: process the GSP bootloaderAlexandre Courbot1-0/+7
2025-09-13gpu: nova-core: firmware: process and prepare the GSP firmwareAlexandre Courbot1-0/+236