nouveau
Thread
Date
Earlier messages
Messages by Thread
[PATCH v12 0/5] Rust bindings for gem shmem
Lyude Paul
[PATCH v12 1/5] rust: drm: gem: s/device::Device/Device/ for shmem.rs
Lyude Paul
[PATCH v12 2/5] drm/gem/shmem: Introduce __drm_gem_shmem_free_sgt_locked()
Lyude Paul
[PATCH v12 3/5] drm/gem/shmem: Export drm_gem_shmem_get_pages_sgt_locked()
Lyude Paul
[PATCH v12 4/5] rust: drm: gem: Introduce shmem::SGTable
Lyude Paul
[PATCH v12 5/5] rust: drm: gem: Add vmap functions to shmem bindings
Lyude Paul
[PATCH v11 0/5] Rust bindings for gem shmem
Lyude Paul
[PATCH v11 1/5] rust: drm: gem: s/device::Device/Device/ for shmem.rs
Lyude Paul
[PATCH v11 2/5] drm/gem/shmem: Introduce __drm_gem_shmem_free_sgt_locked()
Lyude Paul
[PATCH v11 3/5] drm/gem/shmem: Export drm_gem_shmem_get_pages_sgt_locked()
Lyude Paul
[PATCH v11 4/5] rust: drm: gem: Introduce shmem::SGTable
Lyude Paul
[PATCH v11 5/5] rust: drm: gem: Add vmap functions to shmem bindings
Lyude Paul
Re: [PATCH v11 0/5] Rust bindings for gem shmem
Lyude Paul
[PATCH v2 00/11] rust: I/O type generalization and projection
Gary Guo
[PATCH v2 02/11] rust: io: generalize `Mmio` to arbitrary type
Gary Guo
[PATCH v2 04/11] rust: io: add missing safety requirement in `IoCapable` methods
Gary Guo
[PATCH v2 03/11] rust: io: use pointer types instead of address
Gary Guo
[PATCH v2 05/11] rust: io: restrict untyped IO access and `register!` to `Region`
Gary Guo
[PATCH v2 06/11] rust: io: add view type
Gary Guo
[PATCH v2 01/11] rust: io: generalize `MmioRaw` to pointer to arbitrary type
Gary Guo
[PATCH v2 07/11] rust: dma: add methods to unsafely create reference from subview
Gary Guo
[PATCH v2 08/11] rust: io: add `read_val` and `write_val` function on I/O view
Gary Guo
[PATCH v2 11/11] rust: io: add copying methods
Gary Guo
[PATCH v2 10/11] rust: dma: drop `dma_read!` and `dma_write!` API
Gary Guo
[PATCH v2 09/11] gpu: nova-core: use I/O projection for cleaner encapsulation
Gary Guo
[PATCH] drm: Remove DRIVER_GEM_GPUVA feature flag
Laura Nao
Re: [PATCH] drm: Remove DRIVER_GEM_GPUVA feature flag
Thomas Hellström
Re: [PATCH] drm: Remove DRIVER_GEM_GPUVA feature flag
Liviu Dudau
Re: [PATCH] drm: Remove DRIVER_GEM_GPUVA feature flag
Rob Clark
[PATCH v2 0/5] gpu: nova-core: run unload sequence upon unbinding
Alexandre Courbot
[PATCH v2 1/5] rust: add warn_on_err macro
Alexandre Courbot
Re: [PATCH v2 1/5] rust: add warn_on_err macro
Eliot Courtney
[PATCH v2 2/5] gpu: nova-core: use warn_on_err macro
Alexandre Courbot
Re: [PATCH v2 2/5] gpu: nova-core: use warn_on_err macro
Eliot Courtney
[PATCH v2 3/5] gpu: nova-core: do not import firmware commands into GSP command module
Alexandre Courbot
Re: [PATCH v2 3/5] gpu: nova-core: do not import firmware commands into GSP command module
Eliot Courtney
[PATCH v2 4/5] gpu: nova-core: send UNLOADING_GUEST_DRIVER GSP command upon unloading
Alexandre Courbot
Re: [PATCH v2 4/5] gpu: nova-core: send UNLOADING_GUEST_DRIVER GSP command upon unloading
Eliot Courtney
Re: [PATCH v2 4/5] gpu: nova-core: send UNLOADING_GUEST_DRIVER GSP command upon unloading
Alexandre Courbot
[PATCH v2 5/5] gpu: nova-core: run Booter Unloader and FWSEC-SB upon unbinding
Alexandre Courbot
Re: [PATCH v2 5/5] gpu: nova-core: run Booter Unloader and FWSEC-SB upon unbinding
Eliot Courtney
[PATCH AUTOSEL 7.0-6.12] nouveau: pci: quiesce GPU on shutdown
Sasha Levin
[PATCH] drm/nouveau/gsp: Fix possible NULL pointer dereference warning in r535_dmac_alloc
sunliming
Re: [PATCH] drm/nouveau/gsp: Fix possible NULL pointer dereference warning in r535_dmac_alloc
Danilo Krummrich
Re: [PATCH] drm/nouveau/gsp: Fix possible NULL pointer dereference warning in r535_dmac_alloc
Timur Tabi
Re: [PATCH] drm/nouveau/gsp: Fix possible NULL pointer dereference warning in r535_dmac_alloc
Danilo Krummrich
Re: [PATCH] drm/nouveau/gsp: Fix possible NULL pointer dereference warning in r535_dmac_alloc
Timur Tabi
Re: [PATCH] drm/nouveau/gsp: Fix possible NULL pointer dereference warning in r535_dmac_alloc
Danilo Krummrich
Re: [PATCH] drm/nouveau/gsp: Fix possible NULL pointer dereference warning in r535_dmac_alloc
sunliming
[PATCH v8 23/29] drm/nouveau: Remove drm_sched_init_args->num_rqs usage
Tvrtko Ursulin
[PATCH 0/5] Rework index projection syntax
Gary Guo
[PATCH 2/5] rust: dma: update to keyworded index projection syntax
Gary Guo
Re: [PATCH 2/5] rust: dma: update to keyworded index projection syntax
Alice Ryhl
[PATCH 5/5] rust: ptr: remove implicit index projection syntax
Gary Guo
Re: [PATCH 5/5] rust: ptr: remove implicit index projection syntax
Alice Ryhl
[PATCH 1/5] rust: ptr: add panicking index projection variant
Gary Guo
Re: [PATCH 1/5] rust: ptr: add panicking index projection variant
Alice Ryhl
[PATCH 4/5] gpu: nova-core: use pointer projection for command queue code
Gary Guo
Re: [PATCH 4/5] gpu: nova-core: use pointer projection for command queue code
Alice Ryhl
[PATCH 3/5] gpu: nova-core: convert to keyworded projection syntax
Gary Guo
Re: [PATCH 3/5] gpu: nova-core: convert to keyworded projection syntax
Alice Ryhl
[PATCH v2 1/2] drm/sched: Make drm_sched_entity_kill() a public function
Philipp Stanner
[PATCH v2 2/2] drm/nouveau: Fix double call to drm_sched_entity_fini()
Philipp Stanner
Re: [PATCH v2 1/2] drm/sched: Make drm_sched_entity_kill() a public function
Danilo Krummrich
Re: [PATCH v2 1/2] drm/sched: Make drm_sched_entity_kill() a public function
Luben Tuikov
[PATCH 1/2] drm/sched: Make drm_sched_entity_kill() a public function
Philipp Stanner
[PATCH 2/2] drm/nouveau: Fix double call to drm_sched_entity_fini()
Philipp Stanner
Re: [PATCH 2/2] drm/nouveau: Fix double call to drm_sched_entity_fini()
M Henning
[PATCH] drm/nouveau: fix nvkm_device leak on aperture removal failure
David Carlier
Re: [PATCH] drm/nouveau: fix nvkm_device leak on aperture removal failure
Danilo Krummrich
[PATCH 1/3] drm/nouveau/pci: use nv46 MSI rearm for G94 (NVAC/MCP79)
Marek Czernohous
[PATCH 3/3] drm/nouveau/dp: retry link check once on HPD IRQ before disconnect
Marek Czernohous
[PATCH 2/3] drm/nouveau/kms: add NULL check for CRTC in nv50_sor_atomic_disable
Marek Czernohous
[PATCH 0/3] drm/nouveau: stability fixes for NVAC (MCP79/MCP7A)
Marek Czernohous
[PATCH 1/3] drm/nouveau/pci: use nv46 MSI rearm for G94 (NVAC/MCP79)
Marek Czernohous
[PATCH 2/3] drm/nouveau/kms: add NULL check for CRTC in nv50_sor_atomic_disable
Marek Czernohous
[PATCH 3/3] drm/nouveau/dp: retry link check once on HPD IRQ before disconnect
Marek Czernohous
[PATCH] drm/nouveau: Wire up dmem cgroups
Natalie Vock
[PATCH v10 0/5] Rust bindings for gem shmem
Lyude Paul
[PATCH v10 5/5] rust: drm: gem: Add vmap functions to shmem bindings
Lyude Paul
Re: [PATCH v10 5/5] rust: drm: gem: Add vmap functions to shmem bindings
Alexandre Courbot
Re: [PATCH v10 5/5] rust: drm: gem: Add vmap functions to shmem bindings
Lyude Paul
[PATCH v10 1/5] rust: drm: gem: s/device::Device/Device/ for shmem.rs
Lyude Paul
Re: [PATCH v10 1/5] rust: drm: gem: s/device::Device/Device/ for shmem.rs
Alexandre Courbot
[PATCH v10 4/5] rust: drm: gem: Introduce shmem::SGTable
Lyude Paul
Re: [PATCH v10 4/5] rust: drm: gem: Introduce shmem::SGTable
Deborah Brouwer
Re: [PATCH v10 4/5] rust: drm: gem: Introduce shmem::SGTable
Lyude Paul
Re: [PATCH v10 4/5] rust: drm: gem: Introduce shmem::SGTable
Alexandre Courbot
Re: [PATCH v10 4/5] rust: drm: gem: Introduce shmem::SGTable
lyude
Re: [PATCH v10 4/5] rust: drm: gem: Introduce shmem::SGTable
lyude
[PATCH v10 2/5] drm/gem/shmem: Introduce __drm_gem_shmem_free_sgt_locked()
Lyude Paul
Re: [PATCH v10 2/5] drm/gem/shmem: Introduce __drm_gem_shmem_free_sgt_locked()
Alexandre Courbot
[PATCH v10 3/5] drm/gem/shmem: Export drm_gem_shmem_get_pages_sgt_locked()
Lyude Paul
Re: [PATCH v10 3/5] drm/gem/shmem: Export drm_gem_shmem_get_pages_sgt_locked()
Alexandre Courbot
[PATCH] Documentation: gpu: nova-core: document the IFR header layout
Timur Tabi
Re: [PATCH] Documentation: gpu: nova-core: document the IFR header layout
Timur Tabi
Re: [PATCH] Documentation: gpu: nova-core: document the IFR header layout
Alexandre Courbot
[PATCH 0/6] drm/nouveau: fix GA100 issues
Timur Tabi
[PATCH 5/6] drm/nouveau: parse the VBIOS on GA100
Timur Tabi
[PATCH 4/6] drm/nouveau/gsp: require GSP-RM for GA100 support
Timur Tabi
[PATCH 1/6] drm/nouveau: check for GA100 specifically when calculating FRTS size
Timur Tabi
[PATCH 3/6] drm/nouveau/bios: skip the IFR header if present
Timur Tabi
[PATCH 2/6] drm/nouveau/bios: specify correct display fuse register for Ampere and Ada
Timur Tabi
[PATCH 6/6] drm/nouveau/gsp: enable FWSEC-SB on GA100
Timur Tabi
Re: [PATCH 0/6] drm/nouveau: fix GA100 issues
lyude
[GIT PULL] DRM Rust changes for v7.1-rc1 (2nd)
Danilo Krummrich
[PATCH] drm/nouveau: expose VBIOS via debugfs on GSP-RM systems
Timur Tabi
[PATCH v2 00/33] rust: bump minimum Rust and `bindgen` versions
Miguel Ojeda
[PATCH v2 03/33] rust: kbuild: remove unneeded old `allow`s for generated layout tests
Miguel Ojeda
[PATCH v2 01/33] rust: kbuild: remove `--remap-path-prefix` workarounds
Miguel Ojeda
Re: [PATCH v2 01/33] rust: kbuild: remove `--remap-path-prefix` workarounds
Gary Guo
Re: [PATCH v2 01/33] rust: kbuild: remove `--remap-path-prefix` workarounds
Tamir Duberstein
Re: [PATCH v2 01/33] rust: kbuild: remove `--remap-path-prefix` workarounds
Nicolas Schier
[PATCH v2 05/33] rust: bump Rust minimum supported version to 1.85.0 (Debian Trixie)
Miguel Ojeda
[PATCH v2 04/33] gpu: nova-core: bindings: remove unneeded `cfg_attr`
Miguel Ojeda
[PATCH v2 06/33] rust: bump Clippy's MSRV and clean `incompatible_msrv` allows
Miguel Ojeda
[PATCH v2 07/33] rust: allow globally `clippy::incompatible_msrv`
Miguel Ojeda
Re: [PATCH v2 07/33] rust: allow globally `clippy::incompatible_msrv`
Gary Guo
Re: [PATCH v2 07/33] rust: allow globally `clippy::incompatible_msrv`
Tamir Duberstein
Re: [PATCH v2 07/33] rust: allow globally `clippy::incompatible_msrv`
Miguel Ojeda
Re: [PATCH v2 07/33] rust: allow globally `clippy::incompatible_msrv`
Tamir Duberstein
Re: [PATCH v2 07/33] rust: allow globally `clippy::incompatible_msrv`
Miguel Ojeda
Re: [PATCH v2 07/33] rust: allow globally `clippy::incompatible_msrv`
Tamir Duberstein
[PATCH v2 02/33] rust: kbuild: remove "`try` keyword" workaround for `bindgen` < 0.59.2
Miguel Ojeda
[PATCH v2 08/33] rust: simplify `RUSTC_VERSION` Kconfig conditions
Miguel Ojeda
[PATCH v2 09/33] rust: remove `RUSTC_HAS_SLICE_AS_FLATTENED` and simplify code
Miguel Ojeda
[PATCH v2 10/33] rust: remove `RUSTC_HAS_COERCE_POINTEE` and simplify code
Miguel Ojeda
[PATCH v2 11/33] rust: kbuild: remove skipping of `-Wrustdoc::unescaped_backticks`
Miguel Ojeda
[PATCH v2 12/33] rust: kbuild: remove `feature(...)`s that are now stable
Miguel Ojeda
[PATCH v2 13/33] rust: transmute: simplify code with Rust 1.80.0 `split_at_*checked()`
Miguel Ojeda
[PATCH v2 14/33] rust: alloc: simplify with `NonNull::add()` now that it is stable
Miguel Ojeda
[PATCH v2 15/33] rust: macros: simplify code using `feature(extract_if)`
Miguel Ojeda
Re: [PATCH v2 15/33] rust: macros: simplify code using `feature(extract_if)`
Tamir Duberstein
[PATCH v2 16/33] rust: block: update `const_refs_to_static` MSRV TODO comment
Miguel Ojeda
[PATCH v2 17/33] rust: bump `bindgen` minimum supported version to 0.71.1 (Debian Trixie)
Miguel Ojeda
[PATCH v2 18/33] rust: rust_is_available: remove warning for `bindgen` 0.66.[01]
Miguel Ojeda
[PATCH v2 19/33] rust: rust_is_available: remove warning for `bindgen` < 0.69.5 && libclang >= 19.1
Miguel Ojeda
[PATCH v2 20/33] rust: kbuild: update `bindgen --rust-target` version and replace comment
Miguel Ojeda
[PATCH v2 21/33] rust: kbuild: remove "dummy parameter" workaround for `bindgen` < 0.71.1
Miguel Ojeda
[PATCH v2 22/33] docs: rust: quick-start: openSUSE provides `rust-src` package nowadays
Miguel Ojeda
[PATCH v2 23/33] docs: rust: quick-start: update Ubuntu versioned packages
Miguel Ojeda
[PATCH v2 24/33] docs: rust: quick-start: update minimum Ubuntu version
Miguel Ojeda
Re: [PATCH v2 24/33] docs: rust: quick-start: update minimum Ubuntu version
Nicolas Schier
[PATCH v2 25/33] docs: rust: quick-start: add Ubuntu 26.04 LTS and remove subsection title
Miguel Ojeda
Re: [PATCH v2 25/33] docs: rust: quick-start: add Ubuntu 26.04 LTS and remove subsection title
Nicolas Schier
[PATCH v2 26/33] docs: rust: quick-start: remove Gentoo "testing" note
Miguel Ojeda
[PATCH v2 27/33] docs: rust: quick-start: remove Nix "unstable channel" note
Miguel Ojeda
[PATCH v2 30/33] docs: rust: general-information: use real example
Miguel Ojeda
[PATCH v2 31/33] rust: declare cfi_encoding for lru_status
Miguel Ojeda
[PATCH v2 29/33] docs: rust: general-information: simplify Kconfig example
Miguel Ojeda
[PATCH v2 32/33] rust: kbuild: support global per-version flags
Miguel Ojeda
Re: [PATCH v2 32/33] rust: kbuild: support global per-version flags
Tamir Duberstein
Re: [PATCH v2 32/33] rust: kbuild: support global per-version flags
Nicolas Schier
[PATCH v2 33/33] rust: kbuild: allow `clippy::precedence` for Rust < 1.86.0
Miguel Ojeda
Re: [PATCH v2 33/33] rust: kbuild: allow `clippy::precedence` for Rust < 1.86.0
Nicolas Schier
[PATCH v2 28/33] docs: rust: quick-start: remove GDB/Binutils mention
Miguel Ojeda
Re: [PATCH v2 00/33] rust: bump minimum Rust and `bindgen` versions
Miguel Ojeda
Re: [PATCH v2 00/33] rust: bump minimum Rust and `bindgen` versions
John Hubbard
Re: [PATCH v2 00/33] rust: bump minimum Rust and `bindgen` versions
Miguel Ojeda
Re: [PATCH v2 00/33] rust: bump minimum Rust and `bindgen` versions
John Hubbard
Re: [PATCH v2 00/33] rust: bump minimum Rust and `bindgen` versions
Miguel Ojeda
[PATCH] gpu: nova-core: fix missing colon in SEC2 boot debug message
David Carlier
Re: [PATCH] gpu: nova-core: fix missing colon in SEC2 boot debug message
John Hubbard
Re: [PATCH] gpu: nova-core: fix missing colon in SEC2 boot debug message
Alexandre Courbot
Re: [PATCH] gpu: nova-core: fix missing colon in SEC2 boot debug message
Danilo Krummrich
Re: [PATCH] gpu: nova-core: fix missing colon in SEC2 boot debug message
Alexandre Courbot
[PATCH 0/3] rust: more memory barriers bindings
Gary Guo
[PATCH 1/3] rust: sync: add helpers for mb, dma_mb and friends
Gary Guo
Re: [PATCH 1/3] rust: sync: add helpers for mb, dma_mb and friends
Eliot Courtney
[PATCH 2/3] rust: sync: generic memory barriers
Gary Guo
[PATCH 3/3] gpu: nova-core: fix wrong use of barriers in GSP code
Gary Guo
Re: [PATCH 3/3] gpu: nova-core: fix wrong use of barriers in GSP code
Joel Fernandes
Re: [PATCH 3/3] gpu: nova-core: fix wrong use of barriers in GSP code
Gary Guo
Re: [PATCH 3/3] gpu: nova-core: fix wrong use of barriers in GSP code
Joel Fernandes
Re: [PATCH 3/3] gpu: nova-core: fix wrong use of barriers in GSP code
Eliot Courtney
Re: [PATCH 3/3] gpu: nova-core: fix wrong use of barriers in GSP code
Gary Guo
[PATCH 00/33] rust: bump minimum Rust and `bindgen` versions
Miguel Ojeda
[PATCH 01/33] rust: bump Rust minimum supported version to 1.85.0 (Debian Trixie)
Miguel Ojeda
Re: [PATCH 01/33] rust: bump Rust minimum supported version to 1.85.0 (Debian Trixie)
Alice Ryhl
Re: [PATCH 01/33] rust: bump Rust minimum supported version to 1.85.0 (Debian Trixie)
Miguel Ojeda
Re: [PATCH 01/33] rust: bump Rust minimum supported version to 1.85.0 (Debian Trixie)
Danilo Krummrich
Re: [PATCH 01/33] rust: bump Rust minimum supported version to 1.85.0 (Debian Trixie)
Gary Guo
Re: [PATCH 01/33] rust: bump Rust minimum supported version to 1.85.0 (Debian Trixie)
Gary Guo
Re: [PATCH 01/33] rust: bump Rust minimum supported version to 1.85.0 (Debian Trixie)
Miguel Ojeda
Re: [PATCH 01/33] rust: bump Rust minimum supported version to 1.85.0 (Debian Trixie)
Tamir Duberstein
Re: [PATCH 01/33] rust: bump Rust minimum supported version to 1.85.0 (Debian Trixie)
Benno Lossin
[PATCH 02/33] rust: bump Clippy's MSRV and clean `incompatible_msrv` allows
Miguel Ojeda
Re: [PATCH 02/33] rust: bump Clippy's MSRV and clean `incompatible_msrv` allows
Gary Guo
Re: [PATCH 02/33] rust: bump Clippy's MSRV and clean `incompatible_msrv` allows
Danilo Krummrich
Re: [PATCH 02/33] rust: bump Clippy's MSRV and clean `incompatible_msrv` allows
Tamir Duberstein
[PATCH 03/33] rust: simplify `RUSTC_VERSION` Kconfig conditions
Miguel Ojeda
Re: [PATCH 03/33] rust: simplify `RUSTC_VERSION` Kconfig conditions
Gary Guo
Re: [PATCH 03/33] rust: simplify `RUSTC_VERSION` Kconfig conditions
Tamir Duberstein
[PATCH 04/33] rust: remove `RUSTC_HAS_SLICE_AS_FLATTENED` and simplify code
Miguel Ojeda
Re: [PATCH 04/33] rust: remove `RUSTC_HAS_SLICE_AS_FLATTENED` and simplify code
Gary Guo
Re: [PATCH 04/33] rust: remove `RUSTC_HAS_SLICE_AS_FLATTENED` and simplify code
Tamir Duberstein
[PATCH 05/33] rust: remove `RUSTC_HAS_COERCE_POINTEE` and simplify code
Miguel Ojeda
Re: [PATCH 05/33] rust: remove `RUSTC_HAS_COERCE_POINTEE` and simplify code
Gary Guo
Re: [PATCH 05/33] rust: remove `RUSTC_HAS_COERCE_POINTEE` and simplify code
Danilo Krummrich
Re: [PATCH 05/33] rust: remove `RUSTC_HAS_COERCE_POINTEE` and simplify code
Tamir Duberstein
Earlier messages