Nouveau Archive mirror
 help / color / mirror / Atom feed
 messages from 2025-11-12 02:53:41 to 2025-11-24 12:16:49 UTC [more...]

[PATCH 00/10] rust: refactor ARef and AlwaysRefCounted imports
 2025-11-24 12:16 UTC  (3+ messages)
` [PATCH 02/10] drivers: gpu: Update ARef imports from sync::aref

[PATCH v2 1/3] rust: helpers: Add list helpers for C linked list operations
 2025-11-24  7:01 UTC  (5+ messages)
` [PATCH v2 2/3] rust: clist: Add basic list infrastructure and head iterator
` [PATCH v2 3/3] rust: clist: Add typed iteration with FromListHead trait

[PATCH v2 0/4] gpu: nova-core: Fixups for GSP message queue and bindings
 2025-11-23  5:12 UTC  (5+ messages)
` [PATCH v2 1/4] gpu: nova-core: bindings: Add missing explicit padding
` [PATCH v2 2/4] gpu: nova-core: gsp: Fix length of received messages
` [PATCH v2 3/4] gpu: nova-core: bindings: Derive `MaybeZeroable`
` [PATCH v2 4/4] gpu: nova-core: gsp: Replace firmware version with "bindings" alias

[PATCH 0/4] gpu: nova-core: Fixups for GSP message queue and bindings
 2025-11-23  3:04 UTC  (6+ messages)
` [PATCH 1/4] gpu: nova-core: bindings: Add missing explicit padding
` [PATCH 2/4] gpu: nova-core: gsp: Fix length of received messages
` [PATCH 3/4] gpu: nova-core: bindings: Derive `MaybeZeroable`
` [PATCH 4/4] gpu: nova-core: gsp: Replace firmware version with "bindings" alias

[PULL] DRM Rust changes for v6.19 (2nd)
 2025-11-21 10:06 UTC 

[PATCH 00/11] gpu: nova-core: add Turing support
 2025-11-20  1:45 UTC  (70+ messages)
` [PATCH 01/11] gpu: nova-core: rename Imem to ImemSec
` [PATCH 02/11] gpu: nova-core: add ImemNs section infrastructure
` [PATCH 03/11] gpu: nova-core: support header parsing on Turing/GA100
` [PATCH 04/11] gpu: nova-core: add support for Turing/GA100 fwsignature
` [PATCH 05/11] gpu: nova-core: add NV_PFALCON_FALCON_DMATRFCMD::with_falcon_mem()
` [PATCH 06/11] gpu: nova-core: add Turing boot registers
` [PATCH 07/11] gpu: nova-core: move some functions into the HAL
` [PATCH 08/11] gpu: nova-core: Add basic Turing HAL
` [PATCH 09/11] gpu: nova-core: add FalconUCodeDescV2 support
` [PATCH 10/11] gpu: nova-core: LibosMemoryRegionInitArgument size must be page aligned
` [PATCH 11/11] gpu: nova-core: add PIO support for loading firmware images

[PATCH 0/6] gpu: nova-core: Hopper/Blackwell prerequisites
 2025-11-19  7:36 UTC  (13+ messages)
` [PATCH 1/6] gpu: nova-core: print FB sizes, along with ranges
` [PATCH 3/6] gpu: nova-core: Blackwell: basic GPU identification

[PATCH] nouveau/firmware: Add missing kfree() of nvkm_falcon_fw::boot
 2025-11-17 23:02 UTC  (2+ messages)

[PULL] DRM Rust changes for v6.19
 2025-11-18 12:57 UTC 

[PATCH] gpu: nova-core: make formatting compatible with rust tree
 2025-11-17 14:52 UTC  (3+ messages)

[PATCH v8 00/16] gpu: nova-core: Boot GSP to RISC-V active
 2025-11-17 11:30 UTC  (4+ messages)
` [PATCH v8 01/16] gpu: nova-core: compute layout of more framebuffer regions required for GSP

[PATCH v5 00/13] nova-core: Complete GSP boot and begin RPC communication
 2025-11-16  2:32 UTC  (28+ messages)
` [PATCH v5 01/13] gpu: nova-core: falcon: Move waiting until halted to a helper
` [PATCH v5 02/13] gpu: nova-core: falcon: Move start functionality into separate helper
` [PATCH v5 03/13] gpu: nova-core: falcon: Move mbox functionalities into helper
` [PATCH v5 04/13] gpu: nova-core: falcon: Move dma_reset functionality "
` [PATCH v5 05/13] gpu: nova-core: gsp: Add support for checking if GSP reloaded
` [PATCH v5 06/13] gpu: nova-core: Add bindings required by GSP sequencer
` [PATCH v5 07/13] gpu: nova-core: Implement the "
` [PATCH v5 08/13] gpu: nova-core: sequencer: Add register opcodes
` [PATCH v5 09/13] gpu: nova-core: sequencer: Add delay opcode support
` [PATCH v5 10/13] gpu: nova-core: sequencer: Implement basic core operations
` [PATCH v5 11/13] gpu: nova-core: sequencer: Implement core resume operation
` [PATCH v5 12/13] gpu: nova-core: gsp: Wait for gsp initialization to complete
` [PATCH v5 13/13] gpu: nova-core: gsp: Retrieve GSP static info to gather GPU information

[PATCH v3 0/2][RESEND] drm/nouveau: add and implement missing DCB connector values
 2025-11-16  0:21 UTC  (3+ messages)
  ` [PATCH v3 1/2][RESEND] drm/nouveau: add missing DCB connector types
  ` [PATCH v3 2/2][RESEND] drm/nouveau: implement missing DCB connector types; gracefully handle unknown connectors

[PATCH v9 0/4] gpu: nova: add boot42 support for next-gen GPUs
 2025-11-15 20:59 UTC  (10+ messages)
` [PATCH v9 1/4] gpu: nova-core: prepare Spec and Revision types for boot0/boot42
` [PATCH v9 2/4] gpu: nova-core: make Architecture behave as a u8 type
` [PATCH v9 3/4] gpu: nova-core: add boot42 support for next-gen GPUs
` [PATCH v9 4/4] gpu: nova-core: provide a clear error report for unsupported GPUs

[PATCH v8 0/6] gpu: nova: add boot42 support for next-gen GPUs
 2025-11-15  0:49 UTC  (14+ messages)
` [PATCH v8 1/6] gpu: nova-core: implement Display for Spec
` [PATCH v8 2/6] gpu: nova-core: prepare Spec and Revision types for boot0/boot42
` [PATCH v8 3/6] gpu: nova-core: make Architecture behave as a u8 type
` [PATCH v8 4/6] gpu: nova-core: use ENOTSUPP for unsupported GPUs, in all cases
` [PATCH v8 5/6] gpu: nova-core: add boot42 support for next-gen GPUs
` [PATCH v8 6/6] gpu: nova-core: provide a clear error report for unsupported GPUs

[PATCH v9 00/15] gpu: nova-core: Boot GSP to RISC-V active
 2025-11-14 13:20 UTC  (5+ messages)
` [PATCH v9 03/15] gpu: nova-core: num: add functions to safely convert a const value to a smaller type

[PATCH v7 0/4] gpu: nova: add boot42 support for next-gen GPUs
 2025-11-14  2:34 UTC  (15+ messages)
` [PATCH v7 1/4] gpu: nova-core: implement Display for Spec
` [PATCH v7 2/4] gpu: nova-core: prepare Spec and Revision types for boot0/boot42
` [PATCH v7 3/4] gpu: nova-core: make Architecture behave as a u8 type
` [PATCH v7 4/4] gpu: nova-core: add boot42 support for next-gen GPUs

[PATCH 1/2] drm/nouveau: restrict the flush page to a 32-bit address
 2025-11-13 23:03 UTC  (2+ messages)
` [PATCH 2/2] drm/nouveau: verify that hardware supports the flush page address

[PATCH v4 00/13] nova-core: Complete GSP boot and begin RPC communication
 2025-11-13  1:41 UTC  (14+ messages)
` [PATCH v4 01/13] gpu: nova-core: falcon: Move waiting until halted to a helper
` [PATCH v4 02/13] gpu: nova-core: falcon: Move start functionality into separate helper
` [PATCH v4 03/13] gpu: nova-core: falcon: Move mbox functionalities into helper
` [PATCH v4 04/13] gpu: nova-core: falcon: Move dma_reset functionality "
` [PATCH v4 05/13] gpu: nova-core: gsp: Add support for checking if GSP reloaded
` [PATCH v4 06/13] gpu: nova-core: Add bindings required by GSP sequencer
` [PATCH v4 07/13] gpu: nova-core: Implement the "
` [PATCH v4 08/13] gpu: nova-core: sequencer: Add register opcodes
` [PATCH v4 09/13] gpu: nova-core: sequencer: Add delay opcode support
` [PATCH v4 10/13] gpu: nova-core: sequencer: Implement basic core operations
` [PATCH v4 11/13] gpu: nova-core: sequencer: Implement core resume operation
` [PATCH v4 12/13] gpu: nova-core: gsp: Wait for gsp initialization to complete
` [PATCH v4 13/13] gpu: nova-core: gsp: Retrieve GSP static info to gather GPU information

[PATCH v2 00/12] nova-core: Complete GSP boot and begin RPC communication
 2025-11-13  1:24 UTC  (15+ messages)
` [PATCH v3 00/14] "
  ` [PATCH v3 06/14] gpu: nova-core: Add bindings required by GSP sequencer
  ` [PATCH v3 07/14] gpu: nova-core: Implement the "
  ` [PATCH v3 10/14] gpu: nova-core: sequencer: Implement basic core operations
  ` [PATCH v3 14/14] gpu: nova-core: gsp: Retrieve GSP static info to gather GPU information

[PATCH v6 0/5] drm/nouveau: Enable variable page sizes and compression
 2025-11-12 17:56 UTC  (2+ messages)

[PATCH] drm/nouveau: fully define nvfw_hs_load_header_v2
 2025-11-12 17:48 UTC  (2+ messages)

[PATCH v6 0/4] gpu: nova: add boot42 support for next-gen GPUs
 2025-11-12  3:36 UTC  (7+ messages)
` [PATCH v6 3/4] gpu: nova-core: make Architecture behave as a u8 type

[PATCH v2 00/12] nova-core: Complete GSP boot and begin RPC communication
 2025-11-12  2:57 UTC  (11+ messages)
` [PATCH v2 06/12] nova-core: Add bindings required by GSP sequencer
` [PATCH v2 07/12] nova-core: Implement the "


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 read-only IMAP folder(s) and NNTP newsgroup(s).