[PATCH v3 00/11] gpu: nova-core: process and prepare more firmwares to boot GSP
2025-09-02 23:12 UTC (14+ messages)
` [PATCH v3 01/11] gpu: nova-core: require `Send` on `FalconEngine` and `FalconHal`
` [PATCH v3 02/11] gpu: nova-core: move GSP boot code out of `Gpu` constructor
` [PATCH v3 03/11] gpu: nova-core: add Chipset::name() method
` [PATCH v3 04/11] gpu: nova-core: firmware: move firmware request code into a function
` [PATCH v3 05/11] gpu: nova-core: firmware: add support for common firmware header
` [PATCH v3 06/11] gpu: nova-core: firmware: process Booter and patch its signature
` [PATCH v3 07/11] gpu: nova-core: firmware: process and prepare the GSP firmware
` [PATCH v3 08/11] gpu: nova-core: firmware: process the GSP bootloader
` [PATCH v3 09/11] gpu: nova-core: firmware: use 570.144 firmware
` [PATCH v3 10/11] gpu: nova-core: Add base files for r570.144 firmware bindings
` [PATCH v3 11/11] gpu: nova-core: compute layout of more framebuffer regions required for GSP
[PATCH v3 01/14] rust: drm: gem: Simplify use of generics
2025-09-02 18:50 UTC (6+ messages)
` [PATCH v3 04/14] rust: drm: gem: Support driver-private GEM object types
` [PATCH v3 09/14] rust: gem: Introduce DriverObject::Args
` [PATCH v3 13/14] rust: drm: gem: Add export() callback
[PATCH] MAINTAINERS: Add drm-rust tree for Rust DRM drivers and infrastructure
2025-09-02 18:09 UTC (9+ messages)
[PATCH] MAINTAINERS: Update git entry for nouveau
2025-09-02 13:51 UTC (3+ messages)
[PATCH 0/3] drm/nouveau: Advertise correct modifiers on GB20x
2025-09-02 13:41 UTC (14+ messages)
` [PATCH 1/3] drm: define NVIDIA DRM format modifiers for GB20x
` [PATCH 2/3] drm/nouveau/disp: Always accept linear modifier
` [PATCH 3/3] drm/nouveau: Advertise correct modifiers on GB20x
[PATCH v2] gpu: nova-core: take advantage of pci::Device::unbind()
2025-09-02 12:19 UTC (2+ messages)
[PATCH] drm/nouveau/acr/ga102: fix NULL vs IS_ERR() check in ga102_acr_wpr_parse()
2025-09-02 6:35 UTC
[PATCH 00/10] gpu: nova-core: Boot GSP to RISC-V active
2025-09-02 0:08 UTC (23+ messages)
` [PATCH 01/10] gpu: nova-core: Set correct DMA mask
` [PATCH 02/10] gpu: nova-core: Create initial GspSharedMemObjects
` [PATCH 03/10] gpu: nova-core: gsp: Create wpr metadata
` [PATCH 04/10] gpu: nova-core: Add a slice-buffer (sbuffer) datastructure
` [PATCH 05/10] gpu: nova-core: gsp: Add GSP command queue handling
` [PATCH 06/10] gpu: nova-core: gsp: Create rmargs
` [PATCH 07/10] gpu: nova-core: gsp: Create RM registry and sysinfo commands
` [PATCH 08/10] gpu: nova-core: falcon: Add support to check if RISC-V is active
` [PATCH 09/10] gpu: nova-core: falcon: Add support to write firmware version
` [PATCH 10/10] gpu: nova-core: gsp: Boot GSP
[PATCH 1/2] nouveau: fix disabling the nonstall irq due to storm code. (v2)
2025-09-01 20:52 UTC (8+ messages)
` [PATCH 2/2] nouveau: Membar before between semaphore writes and the interrupt
[PATCH v8 0/6] rust, nova-core: PCI Class, Vendor support
2025-09-01 20:26 UTC (10+ messages)
` [PATCH v8 1/6] rust: pci: provide access to PCI Class and Class-related items
` [PATCH v8 2/6] rust: pci: provide access to PCI Vendor values
` [PATCH v8 3/6] rust: pci: add DeviceId::from_class_and_vendor() method
` [PATCH v8 4/6] gpu: nova-core: avoid probing non-display/compute PCI functions
` [PATCH v8 5/6] rust: pci: use pci::Vendor instead of bindings::PCI_VENDOR_ID_*
` [PATCH v8 6/6] rust: pci: inline several tiny functions
[PATCH] gpu: nova-core: take advantage of pci::Device::unbind()
2025-09-01 14:54 UTC (6+ messages)
[PATCH 0/2] gpu: nova-core: vbios: simplify device use
2025-09-01 13:30 UTC (3+ messages)
[PATCH] gpu: nova-core: depend on CONFIG_64BIT
2025-09-01 10:30 UTC (5+ messages)
[PATCH v2] Revert "drm/nouveau: Remove waitque for sched teardown"
2025-09-01 8:31 UTC
[PATCH v2 0/8] gpu: nova-core: process and prepare more firmwares to boot GSP
2025-09-01 7:11 UTC (41+ messages)
` [PATCH v2 1/8] rust: transmute: add `from_bytes_copy` method to `FromBytes` trait
` [PATCH v2 2/8] gpu: nova-core: firmware: add support for common firmware header
` [PATCH v2 3/8] gpu: nova-core: firmware: process Booter and patch its signature
` [PATCH v2 4/8] gpu: nova-core: firmware: process the GSP bootloader
` [PATCH v2 5/8] gpu: nova-core: firmware: process and prepare the GSP firmware
` [PATCH v2 6/8] gpu: nova-core: firmware: use 570.144 firmware
` [PATCH v2 7/8] gpu: nova-core: Add base files for r570.144 firmware bindings
` [PATCH v2 8/8] gpu: nova-core: compute layout of more framebuffer regions required for GSP
[PATCH] drm/nouveau: Support devfreq for Tegra
2025-09-01 3:22 UTC
[PATCH v7 0/6] rust, nova-core: PCI Class, Vendor support
2025-08-29 21:49 UTC (16+ messages)
` [PATCH v7 1/6] rust: pci: provide access to PCI Class and Class-related items
` [PATCH v7 2/6] rust: pci: provide access to PCI Vendor values
` [PATCH v7 3/6] rust: pci: add DeviceId::from_class_and_vendor() method
` [PATCH v7 4/6] gpu: nova-core: avoid probing non-display/compute PCI functions
` [PATCH v7 5/6] rust: pci: use pci::Vendor instead of bindings::PCI_VENDOR_ID_*
` [PATCH v7 6/6] rust: pci: inline several tiny functions
[PATCH] drm/nouveau: Replace redundant return value judgment with PTR_ERR_OR_ZERO()
2025-08-29 21:08 UTC
[PATCH v2] drm/nouveau: Support reclocking on gp10b
2025-08-29 21:06 UTC (2+ messages)
[PATCH 05/17] nova-core: gsp: Add support for checking if GSP reloaded
2025-08-29 18:44 UTC
[PATCH] Revert "drm/nouveau: Remove waitque for sched teardown"
2025-08-29 18:37 UTC (2+ messages)
[PATCH v2 2/5] rust: macros: extend custom `quote!()` macro
2025-08-29 8:38 UTC (4+ messages)
` [PATCH v2 0/5] rust: add `TryFrom` and `Into` derive macros
[PATCH 1/2] nouveau: fix disabling the nonstall irq due to storm code
2025-08-29 2:17 UTC (4+ messages)
` [PATCH 2/2] nouveau: Membar before between semaphore writes and the interrupt
gpu: nova-core: arm32 build errors
2025-08-28 21:54 UTC (8+ messages)
[PATCH v6 0/5] rust, nova-core: PCI Class, Vendor support
2025-08-26 21:12 UTC (14+ messages)
` [PATCH v6 1/5] rust: pci: provide access to PCI Class and Class-related items
` [PATCH v6 2/5] rust: pci: provide access to PCI Vendor values
[PATCH v5 0/4] rust, nova-core: PCI Class, Vendor support
2025-08-26 19:25 UTC (3+ messages)
` [PATCH v5 2/4] rust: pci: provide access to PCI Vendor values
[PATCH v3 1/3] drm/nouveau: fix error path in nvkm_gsp_fwsec_v2
2025-08-25 20:28 UTC (2+ messages)
[PATCH 0/5] gpu: nova-core: process and prepare more firmwares to boot GSP
2025-08-25 15:45 UTC (3+ messages)
` [PATCH 4/5] gpu: nova-core: firmware: process the GSP bootloader
[PATCH 1/2] nova-core: Add a library for bitfields in Rust structs
2025-08-25 11:07 UTC (4+ messages)
[PATCH 0/3] Various minor fixes to Nouveau
2025-08-23 22:20 UTC (3+ messages)
[PATCH] drm/nouveau: Support reclocking on gp10b
2025-08-23 12:28 UTC (2+ messages)
page: next (older)
- recent:[subjects (threaded)|topics (new)|topics (active)]
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).