nova-gpu.lists.linux.dev archive mirror
 help / color / mirror / Atom feed
 messages from 2026-07-03 15:13:33 to 2026-07-09 22:46:24 UTC [more...]

[PATCH v4 0/6] gpu: nova-core: boot GSP with vGPU enabled
 2026-07-09 22:46 UTC  (8+ messages)
` [PATCH v4 1/6] PCI/IOV: Return unsigned int from pci_sriov_get_totalvfs()
` [PATCH v4 2/6] rust: pci: add sriov_get_totalvfs() helper
` [PATCH v4 3/6] gpu: nova-core: read vGPU mode from FSP via PRC protocol
` [PATCH v4 4/6] gpu: nova-core: add vGPU preludes
` [PATCH v4 5/6] gpu: nova-core: set RMSetSriovMode for vGPU
` [PATCH v4 6/6] gpu: nova-core: reserve vGPU WPR2 heap

[PATCH v3 0/7] Transition Nova Core to TLV firmare images
 2026-07-09 22:44 UTC  (34+ messages)
` [PATCH v3 1/7] rust: firmware: add request_into_buf()
` [PATCH v3 2/7] gpu: nova-core: add TLV parser for firmware files
` [PATCH v3 3/7] gpu: nova-core: transition booter_load to TLV images
` [PATCH v3 5/7] gpu: nova-core: transition gen_bootloader "

[PATCH v2 0/5] gpu: nova: Export parameters from nova-core to nova-drm
 2026-07-09 22:28 UTC  (10+ messages)
` [PATCH v2 1/5] gpu: nova-core: Add public driver API to nova-core
` [PATCH v2 2/5] gpu: nova: Add DRM registration data
` [PATCH v2 3/5] drm: nova: Add GETPARAM parameter to read the GPU chipset
` [PATCH v2 4/5] drm: nova: Add a GETPARAM parameter to read usable VRAM size
` [PATCH v2 5/5] drm: nova: Use nova-core to read VRAM_BAR_SIZE parameter

[PATCH v4 0/7] Transition Nova Core to TLV firmare images
 2026-07-09 21:39 UTC  (8+ messages)
` [PATCH v4 1/7] rust: firmware: add request_into_buf()
` [PATCH v4 2/7] gpu: nova-core: add TLV parser for firmware files
` [PATCH v4 3/7] gpu: nova-core: transition booter_load to TLV images
` [PATCH v4 4/7] gpu: nova-core: transition gsp "
` [PATCH v4 5/7] gpu: nova-core: transition gen_bootloader "
` [PATCH v4 6/7] gpu: nova-core: transition fsp "
` [PATCH v4 7/7] gpu: nova-core: update firmware module info for "

[PATCH v3 0/8] gpu: nova-core: boot GSP with vGPU enabled
 2026-07-09 14:39 UTC  (16+ messages)
` [PATCH v3 1/8] PCI/IOV: Return unsigned int from pci_sriov_get_totalvfs()
` [PATCH v3 2/8] rust: pci: add sriov_get_totalvfs() helper
` [PATCH v3 3/8] gpu: nova-core: fsp: rename FSP response header type
` [PATCH v3 5/8] gpu: nova-core: add vGPU preludes
` [PATCH v3 6/8] gpu: nova-core: build SetRegistry entries dynamically

[PATCH 0/4] gpu: nova: Export parameters from nova-core to nova-drm
 2026-07-09 10:18 UTC  (17+ messages)
` [PATCH 1/4] gpu: nova-core: Add public driver API to nova-core
` [PATCH 2/4] gpu: nova: Add DRM registration data
` [PATCH 3/4] drm: nova: Add GETPARAM parameter to read the GPU chipset
` [PATCH 4/4] drm: nova: Add a GETPARAM parameter to read usable VRAM size

[PATCH 0/4] rust: Add support for reserving of ranges of IDs
 2026-07-09  9:01 UTC  (21+ messages)
` [PATCH 1/4] rust: bitmap: use function-level cfg on kunit test
` [PATCH 2/4] rust: bitmap: add contiguous area operations
` [PATCH 3/4] rust: id_pool: add contiguous area allocation

[PATCH v6 00/13] gpu: nova-core: consolidate and streamline GSP boot process
 2026-07-09  6:53 UTC  (14+ messages)
` [PATCH v6 01/13] gpu: nova-core: gsp: sequencer: use GspBootContext
` [PATCH v6 02/13] gpu: nova-core: gsp: sequencer: do not store sequence into GspSequencer
` [PATCH v6 03/13] gpu: nova-core: gsp: replace BootUnloadGuard with local handlers
` [PATCH v6 04/13] gpu: nova-core: gsp: pass GspBootContext to unload methods
` [PATCH v6 05/13] gpu: nova-core: gsp: centralize missing unload bundle warnings
` [PATCH v6 06/13] gpu: nova-core: gsp: fold TU102 unload bundle construction into HAL method
` [PATCH v6 07/13] gpu: nova-core: gsp: turn FWSEC execution "
` [PATCH v6 08/13] gpu: nova-core: gsp: make use of FWSEC bootloader a property of the TU102 HAL
` [PATCH v6 09/13] gpu: nova-core: move GSP firmware files decision to GSP HAL
` [PATCH v6 10/13] gpu: nova-core: avoid repeated calls to pci::Device::as_ref
` [PATCH v6 11/13] gpu: nova-core: gsp: pass GspBootContext mutably
` [PATCH v6 12/13] gpu: nova-core: gsp: separate context and GPU lifetimes in GspBootContext
` [PATCH v6 13/13] gpu: nova-core: store Fsp instance in Gpu

[PATCH v5 00/13] gpu: nova-core: consolidate and streamline GSP boot process
 2026-07-09  6:27 UTC  (21+ messages)
` [PATCH v5 01/13] gpu: nova-core: gsp: sequencer: use GspBootContext
` [PATCH v5 02/13] gpu: nova-core: gsp: sequencer: do not store sequence into GspSequencer
` [PATCH v5 03/13] gpu: nova-core: gsp: replace BootUnloadGuard with local handlers
` [PATCH v5 04/13] gpu: nova-core: gsp: pass GspBootContext to unload methods
` [PATCH v5 05/13] gpu: nova-core: gsp: centralize missing unload bundle warnings
` [PATCH v5 06/13] gpu: nova-core: gsp: fold TU102 unload bundle construction into HAL method
` [PATCH v5 07/13] gpu: nova-core: gsp: turn FWSEC execution "
` [PATCH v5 08/13] gpu: nova-core: gsp: make use of FWSEC bootloader a property of the TU102 HAL
` [PATCH v5 09/13] gpu: nova-core: move GSP firmware files decision to GSP HAL
` [PATCH v5 10/13] gpu: nova-core: avoid repeated calls to pci::Device::as_ref
` [PATCH v5 11/13] gpu: nova-core: gsp: pass GspBootContext mutably
` [PATCH v5 12/13] gpu: nova-core: gsp: separate context and GPU lifetimes in GspBootContext
` [PATCH v5 13/13] gpu: nova-core: store Fsp instance in Gpu

[PATCH v6 00/20] rust: I/O type generalization and projection
 2026-07-08 17:58 UTC  (40+ messages)
` [PATCH v6 01/20] rust: io: add dynamically-sized `Region` type
` [PATCH v6 02/20] rust: io: add missing safety requirement in `IoCapable` methods
` [PATCH v6 03/20] rust: io: restrict untyped IO access and `register!` to `Region`
` [PATCH v6 04/20] rust: io: implement `Io` on reference types instead
` [PATCH v6 05/20] rust: io: generalize `MmioRaw` to pointer to arbitrary type
` [PATCH v6 06/20] rust: io: rename `Mmio` to `MmioOwned`
` [PATCH v6 07/20] rust: io: implement `Mmio` as view type
` [PATCH v6 08/20] rust: pci: io: make `ConfigSpace` a view
` [PATCH v6 09/20] rust: io: use view types instead of addresses for `Io`
` [PATCH v6 10/20] pwm: th1520: remove unnecessary `deref`
` [PATCH v6 11/20] rust: io: remove `MmioOwned`
` [PATCH v6 12/20] rust: io: move `Io` methods to extension trait
` [PATCH v6 13/20] rust: io: add projection macro and methods
` [PATCH v6 14/20] rust: io: add I/O backend for system memory with volatile access
` [PATCH v6 15/20] rust: io: implement a view type for `Coherent`
` [PATCH v6 16/20] rust: io: add `read_val` and `write_val` functions on `Io`
` [PATCH v6 17/20] gpu: nova-core: use I/O projection for cleaner encapsulation
` [PATCH v6 18/20] rust: dma: drop `dma_read!` and `dma_write!` API
` [PATCH v6 19/20] rust: io: add copying methods
` [PATCH v6 20/20] rust: io: implement `IoSysMap`

[RESEND PATCH v2 0/5] drm/nova: replace `transmute` with `zerocopy`
 2026-07-08 11:28 UTC  (13+ messages)
` [PATCH v2 1/5] drm/nova: use `zerocopy` in firmware.rs
` [PATCH v2 2/5] drm/nova: use `zerocopy` in booter.rs
` [PATCH v2 3/5] drm/nova: use `zerocopy` in fwsec.rs
` [PATCH v2 4/5] drm/nova: use `zerocopy` in bootloader.rs
` [PATCH v2 5/5] drm/nova: use `zerocopy` in riscv.rs

[PATCH v4 00/13] gpu: nova-core: consolidate and streamline GSP boot process
 2026-07-07  5:43 UTC  (8+ messages)
` [PATCH v4 03/13] gpu: nova-core: gsp: replace BootUnloadGuard with local handlers
` [PATCH v4 09/13] gpu: nova-core: introduce GspBootMethod

[RFC 0/3] gpu: nova: Export parameters from nova-core to nova-drm
 2026-07-06  3:20 UTC  (5+ messages)
` [RFC 1/3] gpu: nova-core: Add auxiliary bus registration data to nova-core

[PATCH] drm: nova-drm: use vertical import style
 2026-07-06  3:18 UTC 

[PATCH v5 00/20] rust: I/O type generalization and projection
 2026-07-06  1:02 UTC  (15+ messages)
` [PATCH v5 02/20] rust: io: add missing safety requirement in `IoCapable` methods
` [PATCH v5 17/20] gpu: nova-core: use I/O projection for cleaner encapsulation
` [PATCH v5 19/20] rust: io: add copying methods
` [PATCH v5 20/20] rust: io: implement `IoSysMap`

[PATCH] rust: pci: rework device enabling API
 2026-07-05 21:04 UTC  (3+ messages)

[PATCH 0/7] rust: Use kernel style vertical imports in various drivers
 2026-07-05 15:03 UTC  (14+ messages)
` [PATCH 1/7] samples: rust_dma: use vertical import style
` [PATCH 3/7] cpufreq: rcpufreq_dt: "

[PATCH] gpu: nova: fix rust-analyzer generation
 2026-07-03 21:29 UTC  (2+ messages)


This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).