nouveau
Thread
Date
Earlier messages
Later messages
Messages by Thread
[PATCH v6 7/9] gpu: nova-core: gsp: add `size` helper to `CommandToGsp`
Eliot Courtney
[PATCH v6 8/9] gpu: nova-core: gsp: support large RPCs via continuation record
Eliot Courtney
[PATCH v6 9/9] gpu: nova-core: gsp: add tests for continuation records
Eliot Courtney
[PATCH v6 3/9] rust: add EMSGSIZE error code
Eliot Courtney
[PATCH v6 2/9] gpu: nova-core: gsp: add mechanism to wait for space on command queue
Eliot Courtney
[PATCH v6 4/9] gpu: nova-core: gsp: add checking oversized commands
Eliot Courtney
Re: [PATCH v6 0/9] gpu: nova-core: gsp: add continuation record support
Alexandre Courbot
[PATCH v11 00/12] gpu: nova-core: add Turing support
Alexandre Courbot
[PATCH v11 01/12] gpu: nova-core: create falcon firmware DMA objects lazily
Alexandre Courbot
[PATCH v11 02/12] gpu: nova-core: falcon: add constant for memory block alignment
Alexandre Courbot
[PATCH v11 03/12] gpu: nova-core: falcon: rename load parameters to reflect DMA dependency
Alexandre Courbot
Re: [PATCH v11 03/12] gpu: nova-core: falcon: rename load parameters to reflect DMA dependency
Eliot Courtney
[PATCH v11 05/12] gpu: nova-core: move brom_params and boot_addr to FalconFirmware
Alexandre Courbot
[PATCH v11 04/12] gpu: nova-core: falcon: remove FalconFirmware's dependency on FalconDmaLoadable
Alexandre Courbot
[PATCH v11 06/12] gpu: nova-core: add PIO support for loading firmware images
Alexandre Courbot
[PATCH v11 07/12] gpu: nova-core: falcon: remove unwarranted safety check in dma_load
Alexandre Courbot
[PATCH v11 08/12] gpu: nova-core: firmware: add comments to justify v3 header values
Alexandre Courbot
Re: [PATCH v11 08/12] gpu: nova-core: firmware: add comments to justify v3 header values
Eliot Courtney
[PATCH v11 09/12] gpu: nova-core: firmware: fix and explain v2 header offsets computations
Alexandre Courbot
Re: [PATCH v11 09/12] gpu: nova-core: firmware: fix and explain v2 header offsets computations
Eliot Courtney
Re: [PATCH v11 09/12] gpu: nova-core: firmware: fix and explain v2 header offsets computations
Gary Guo
Re: [PATCH v11 09/12] gpu: nova-core: firmware: fix and explain v2 header offsets computations
Alexandre Courbot
[PATCH v11 10/12] gpu: nova-core: make Chipset::arch() const
Alexandre Courbot
[PATCH v11 11/12] gpu: nova-core: add gen_bootloader firmware to ModInfoBuilder
Alexandre Courbot
[PATCH v11 12/12] gpu: nova-core: use the Generic Bootloader to boot FWSEC on Turing
Alexandre Courbot
Re: [PATCH v11 12/12] gpu: nova-core: use the Generic Bootloader to boot FWSEC on Turing
Eliot Courtney
Re: [PATCH v11 00/12] gpu: nova-core: add Turing support
Alexandre Courbot
Re: [PATCH v11 00/12] gpu: nova-core: add Turing support
John Hubbard
Re: [PATCH v11 00/12] gpu: nova-core: add Turing support
Alexandre Courbot
Re: [PATCH v11 00/12] gpu: nova-core: add Turing support
Ewan Chorynski
Re: [PATCH v11 00/12] gpu: nova-core: add Turing support
John Hubbard
Re: [PATCH v11 00/12] gpu: nova-core: add Turing support
Timur Tabi
Re: [PATCH v11 00/12] gpu: nova-core: add Turing support
John Hubbard
Re: [PATCH v11 00/12] gpu: nova-core: add Turing support
Timur Tabi
Re: [PATCH v11 00/12] gpu: nova-core: add Turing support
Ewan Chorynski
Re: [PATCH v11 00/12] gpu: nova-core: add Turing support
Timur Tabi
Re: [PATCH v11 00/12] gpu: nova-core: add Turing support
Ewan Chorynski
Re: [PATCH v11 00/12] gpu: nova-core: add Turing support
Timur Tabi
[PATCH v3 0/5] gpu: nova-core: gsp: add locking to Cmdq
Eliot Courtney
[PATCH v3 1/5] gpu: nova-core: gsp: fix stale doc comments on command queue methods
Eliot Courtney
Re: [PATCH v3 1/5] gpu: nova-core: gsp: fix stale doc comments on command queue methods
Gary Guo
Re: [PATCH v3 1/5] gpu: nova-core: gsp: fix stale doc comments on command queue methods
Alexandre Courbot
[PATCH v3 3/5] gpu: nova-core: gsp: add reply/no-reply info to `CommandToGsp`
Eliot Courtney
Re: [PATCH v3 3/5] gpu: nova-core: gsp: add reply/no-reply info to `CommandToGsp`
Gary Guo
Re: [PATCH v3 3/5] gpu: nova-core: gsp: add reply/no-reply info to `CommandToGsp`
Alexandre Courbot
Re: [PATCH v3 3/5] gpu: nova-core: gsp: add reply/no-reply info to `CommandToGsp`
Eliot Courtney
Re: [PATCH v3 3/5] gpu: nova-core: gsp: add reply/no-reply info to `CommandToGsp`
Alexandre Courbot
Re: [PATCH v3 3/5] gpu: nova-core: gsp: add reply/no-reply info to `CommandToGsp`
Eliot Courtney
Re: [PATCH v3 3/5] gpu: nova-core: gsp: add reply/no-reply info to `CommandToGsp`
Alexandre Courbot
Re: [PATCH v3 3/5] gpu: nova-core: gsp: add reply/no-reply info to `CommandToGsp`
Alexandre Courbot
Re: [PATCH v3 3/5] gpu: nova-core: gsp: add reply/no-reply info to `CommandToGsp`
Eliot Courtney
Re: [PATCH v3 3/5] gpu: nova-core: gsp: add reply/no-reply info to `CommandToGsp`
Alexandre Courbot
[PATCH v3 5/5] gpu: nova-core: gsp: add mutex locking to Cmdq
Eliot Courtney
Re: [PATCH v3 5/5] gpu: nova-core: gsp: add mutex locking to Cmdq
Alexandre Courbot
Re: [PATCH v3 5/5] gpu: nova-core: gsp: add mutex locking to Cmdq
Eliot Courtney
Re: [PATCH v3 5/5] gpu: nova-core: gsp: add mutex locking to Cmdq
Alexandre Courbot
Re: [PATCH v3 5/5] gpu: nova-core: gsp: add mutex locking to Cmdq
Alexandre Courbot
[PATCH v3 4/5] gpu: nova-core: gsp: make `Cmdq` a pinned type
Eliot Courtney
[PATCH v3 2/5] gpu: nova-core: gsp: add `RECEIVE_TIMEOUT` constant for command queue
Eliot Courtney
Re: [PATCH v3 2/5] gpu: nova-core: gsp: add `RECEIVE_TIMEOUT` constant for command queue
Gary Guo
Re: [PATCH v3 2/5] gpu: nova-core: gsp: add `RECEIVE_TIMEOUT` constant for command queue
Alexandre Courbot
Re: [PATCH v3 0/5] gpu: nova-core: gsp: add locking to Cmdq
Alexandre Courbot
[PATCH v5 0/9] gpu: nova-core: gsp: add continuation record support
Eliot Courtney
[PATCH v5 1/9] gpu: nova-core: gsp: sort `MsgFunction` variants alphabetically
Eliot Courtney
[PATCH v5 3/9] rust: add EMSGSIZE error code
Eliot Courtney
[PATCH v5 2/9] gpu: nova-core: gsp: add mechanism to wait for space on command queue
Eliot Courtney
Re: [PATCH v5 2/9] gpu: nova-core: gsp: add mechanism to wait for space on command queue
Danilo Krummrich
Re: [PATCH v5 2/9] gpu: nova-core: gsp: add mechanism to wait for space on command queue
Eliot Courtney
Re: [PATCH v5 2/9] gpu: nova-core: gsp: add mechanism to wait for space on command queue
John Hubbard
Re: [PATCH v5 2/9] gpu: nova-core: gsp: add mechanism to wait for space on command queue
Eliot Courtney
Re: [PATCH v5 2/9] gpu: nova-core: gsp: add mechanism to wait for space on command queue
Alexandre Courbot
Re: [PATCH v5 2/9] gpu: nova-core: gsp: add mechanism to wait for space on command queue
Danilo Krummrich
Re: [PATCH v5 2/9] gpu: nova-core: gsp: add mechanism to wait for space on command queue
Alexandre Courbot
Re: [PATCH v5 2/9] gpu: nova-core: gsp: add mechanism to wait for space on command queue
Gary Guo
Re: [PATCH v5 2/9] gpu: nova-core: gsp: add mechanism to wait for space on command queue
Danilo Krummrich
Re: [PATCH v5 2/9] gpu: nova-core: gsp: add mechanism to wait for space on command queue
Alexandre Courbot
[PATCH v5 5/9] gpu: nova-core: gsp: clarify invariant on command queue
Eliot Courtney
[PATCH v5 4/9] gpu: nova-core: gsp: add checking oversized commands
Eliot Courtney
[PATCH v5 6/9] gpu: nova-core: gsp: unconditionally call variable payload handling
Eliot Courtney
[PATCH v5 8/9] gpu: nova-core: gsp: support large RPCs via continuation record
Eliot Courtney
[PATCH v5 7/9] gpu: nova-core: gsp: add `size_in_bytes` helper to `CommandToGsp`
Eliot Courtney
Re: [PATCH v5 7/9] gpu: nova-core: gsp: add `size_in_bytes` helper to `CommandToGsp`
Alexandre Courbot
Re: [PATCH v5 7/9] gpu: nova-core: gsp: add `size_in_bytes` helper to `CommandToGsp`
Eliot Courtney
[PATCH v5 9/9] gpu: nova-core: gsp: add tests for continuation records
Eliot Courtney
[PATCH v3 00/10] rust: pci: add abstractions for SR-IOV capability
Peter Colberg
[PATCH v3 02/10] fpga: dfl-pci: set driver flag to disable SR-IOV on remove()
Peter Colberg
[PATCH v3 03/10] rust: pci: add {enable,disable}_sriov(), to control SR-IOV capability
Peter Colberg
[PATCH v3 01/10] PCI: add driver flag to opt into disabling SR-IOV on remove()
Peter Colberg
[PATCH v3 05/10] rust: pci: add bus callback sriov_configure(), to control SR-IOV from sysfs
Peter Colberg
[PATCH v3 04/10] rust: pci: add vtable attribute to pci::Driver trait
Peter Colberg
[PATCH v3 06/10] rust: pci: add is_virtfn(), to check for VFs
Peter Colberg
[PATCH v3 08/10] rust: pci: add num_vf(), to return number of VFs
Peter Colberg
[PATCH v3 07/10] rust: pci: add is_physfn(), to check for PFs
Peter Colberg
[PATCH v3 09/10] rust: pci: add physfn(), to return PF device for VF device
Peter Colberg
[PATCH v3 10/10] samples: rust: add SR-IOV driver sample
Peter Colberg
Re: [PATCH v3 00/10] rust: pci: add abstractions for SR-IOV capability
Leon Romanovsky
Re: [PATCH v3 00/10] rust: pci: add abstractions for SR-IOV capability
Jason Gunthorpe
Re: [PATCH v3 00/10] rust: pci: add abstractions for SR-IOV capability
Leon Romanovsky
Re: [PATCH v3 00/10] rust: pci: add abstractions for SR-IOV capability
Danilo Krummrich
Re: [PATCH v3 00/10] rust: pci: add abstractions for SR-IOV capability
Leon Romanovsky
Re: [PATCH v3 00/10] rust: pci: add abstractions for SR-IOV capability
Jason Gunthorpe
Re: [PATCH v3 00/10] rust: pci: add abstractions for SR-IOV capability
Leon Romanovsky
Re: [PATCH v3 00/10] rust: pci: add abstractions for SR-IOV capability
Jason Gunthorpe
Re: [PATCH v3 00/10] rust: pci: add abstractions for SR-IOV capability
Danilo Krummrich
Re: [PATCH v3 00/10] rust: pci: add abstractions for SR-IOV capability
Leon Romanovsky
[PATCH 0/8] dma::Coherent & dma::CoherentInit API
Danilo Krummrich
[PATCH 1/8] rust: dma: use "kernel vertical" style for imports
Danilo Krummrich
Re: [PATCH 1/8] rust: dma: use "kernel vertical" style for imports
Gary Guo
[PATCH 2/8] rust: dma: add generalized container for types other than slices
Danilo Krummrich
Re: [PATCH 2/8] rust: dma: add generalized container for types other than slices
Alice Ryhl
Re: [PATCH 2/8] rust: dma: add generalized container for types other than slices
Gary Guo
Re: [PATCH 2/8] rust: dma: add generalized container for types other than slices
Alexandre Courbot
[PATCH 3/8] rust: dma: add zeroed constructor to `Coherent`
Danilo Krummrich
Re: [PATCH 3/8] rust: dma: add zeroed constructor to `Coherent`
Alice Ryhl
Re: [PATCH 3/8] rust: dma: add zeroed constructor to `Coherent`
Alexandre Courbot
[PATCH 4/8] rust: dma: introduce dma::CoherentInit for memory initialization
Danilo Krummrich
Re: [PATCH 4/8] rust: dma: introduce dma::CoherentInit for memory initialization
Gary Guo
Re: [PATCH 4/8] rust: dma: introduce dma::CoherentInit for memory initialization
Alice Ryhl
Re: [PATCH 4/8] rust: dma: introduce dma::CoherentInit for memory initialization
Danilo Krummrich
Re: [PATCH 4/8] rust: dma: introduce dma::CoherentInit for memory initialization
Alice Ryhl
Re: [PATCH 4/8] rust: dma: introduce dma::CoherentInit for memory initialization
Alexandre Courbot
Re: [PATCH 4/8] rust: dma: introduce dma::CoherentInit for memory initialization
Danilo Krummrich
[PATCH 5/8] rust: dma: add Coherent:init() and Coherent::init_with_attrs()
Danilo Krummrich
[PATCH 6/8] gpu: nova-core: use Coherent::init to initialize GspFwWprMeta
Danilo Krummrich
Re: [PATCH 6/8] gpu: nova-core: use Coherent::init to initialize GspFwWprMeta
Gary Guo
Re: [PATCH 6/8] gpu: nova-core: use Coherent::init to initialize GspFwWprMeta
Alexandre Courbot
[PATCH 7/8] gpu: nova-core: convert Gsp::new() to use CoherentInit
Danilo Krummrich
Re: [PATCH 7/8] gpu: nova-core: convert Gsp::new() to use CoherentInit
Gary Guo
[PATCH 8/8] gpu: nova-core: convert to new dma::Coherent API
Danilo Krummrich
Re: [PATCH 8/8] gpu: nova-core: convert to new dma::Coherent API
Alexandre Courbot
Re: [PATCH 8/8] gpu: nova-core: convert to new dma::Coherent API
Gary Guo
Re: [PATCH 0/8] dma::Coherent & dma::CoherentInit API
Andreas Hindborg
Re: [PATCH 0/8] dma::Coherent & dma::CoherentInit API
Danilo Krummrich
Re: [PATCH 0/8] dma::Coherent & dma::CoherentInit API
Andreas Hindborg
Re: [PATCH 0/8] dma::Coherent & dma::CoherentInit API
Danilo Krummrich
[PATCH v4 3/3] rust: dma: use pointer projection infra for `dma_{read,write}` macro
Gary Guo
[PATCH v3 2/2] rust: dma: use pointer projection infra for `dma_{read,write}` macro
Gary Guo
Re: [PATCH v3 2/2] rust: dma: use pointer projection infra for `dma_{read, write}` macro
Benno Lossin
[PATCH v4 0/9] gpu: nova-core: gsp: add continuation record support
Eliot Courtney
[PATCH v4 2/9] gpu: nova-core: gsp: add mechanism to wait for space on command queue
Eliot Courtney
Re: [PATCH v4 2/9] gpu: nova-core: gsp: add mechanism to wait for space on command queue
Gary Guo
Re: [PATCH v4 2/9] gpu: nova-core: gsp: add mechanism to wait for space on command queue
Eliot Courtney
Re: [PATCH v4 2/9] gpu: nova-core: gsp: add mechanism to wait for space on command queue
Alexandre Courbot
[PATCH v4 1/9] gpu: nova-core: gsp: sort MsgFunction variants alphabetically
Eliot Courtney
Re: [PATCH v4 1/9] gpu: nova-core: gsp: sort MsgFunction variants alphabetically
Gary Guo
Re: [PATCH v4 1/9] gpu: nova-core: gsp: sort MsgFunction variants alphabetically
Alexandre Courbot
[PATCH v4 3/9] rust: add EMSGSIZE error code
Eliot Courtney
Re: [PATCH v4 3/9] rust: add EMSGSIZE error code
Gary Guo
[PATCH v4 4/9] gpu: nova-core: gsp: add checking oversized commands
Eliot Courtney
[PATCH v4 5/9] gpu: nova-core: gsp: clarify invariant on command queue
Eliot Courtney
[PATCH v4 6/9] gpu: nova-core: gsp: unconditionally call variable payload handling
Eliot Courtney
[PATCH v4 7/9] gpu: nova-core: gsp: add command_size helper
Eliot Courtney
Re: [PATCH v4 7/9] gpu: nova-core: gsp: add command_size helper
Gary Guo
Re: [PATCH v4 7/9] gpu: nova-core: gsp: add command_size helper
Eliot Courtney
[PATCH v4 9/9] gpu: nova-core: gsp: add tests for continuation records
Eliot Courtney
[PATCH v4 8/9] gpu: nova-core: gsp: support large RPCs via continuation record
Eliot Courtney
Re: [PATCH v4 8/9] gpu: nova-core: gsp: support large RPCs via continuation record
Alexandre Courbot
Re: [PATCH v4 8/9] gpu: nova-core: gsp: support large RPCs via continuation record
Eliot Courtney
loongarch64 objtool warning with LLVM 18 in Rust object file
Miguel Ojeda
Re: loongarch64 objtool warning with LLVM 18 in Rust object file
Xi Ruoyao
Re: loongarch64 objtool warning with LLVM 18 in Rust object file
Josh Poimboeuf
[PATCH v10 00/10] gpu: nova-core: add Turing support
Alexandre Courbot
[PATCH v10 01/10] gpu: nova-core: create falcon firmware DMA objects lazily
Alexandre Courbot
Re: [PATCH v10 01/10] gpu: nova-core: create falcon firmware DMA objects lazily
Eliot Courtney
Re: [PATCH v10 01/10] gpu: nova-core: create falcon firmware DMA objects lazily
Alexandre Courbot
[PATCH v10 02/10] gpu: nova-core: falcon: add constant for memory block alignment
Alexandre Courbot
Re: [PATCH v10 02/10] gpu: nova-core: falcon: add constant for memory block alignment
Eliot Courtney
[PATCH v10 03/10] gpu: nova-core: falcon: rename load parameters to reflect DMA dependency
Alexandre Courbot
Re: [PATCH v10 03/10] gpu: nova-core: falcon: rename load parameters to reflect DMA dependency
Eliot Courtney
Re: [PATCH v10 03/10] gpu: nova-core: falcon: rename load parameters to reflect DMA dependency
Alexandre Courbot
[PATCH v10 04/10] gpu: nova-core: falcon: remove FalconFirmware's dependency on FalconDmaLoadable
Alexandre Courbot
Re: [PATCH v10 04/10] gpu: nova-core: falcon: remove FalconFirmware's dependency on FalconDmaLoadable
Eliot Courtney
[PATCH v10 05/10] gpu: nova-core: falcon: remove unwarranted safety check in dma_load
Alexandre Courbot
Re: [PATCH v10 05/10] gpu: nova-core: falcon: remove unwarranted safety check in dma_load
Eliot Courtney
[PATCH v10 06/10] gpu: nova-core: move brom_params and boot_addr to FalconFirmware
Alexandre Courbot
Re: [PATCH v10 06/10] gpu: nova-core: move brom_params and boot_addr to FalconFirmware
Eliot Courtney
[PATCH v10 07/10] gpu: nova-core: add PIO support for loading firmware images
Alexandre Courbot
Re: [PATCH v10 07/10] gpu: nova-core: add PIO support for loading firmware images
Timur Tabi
Re: [PATCH v10 07/10] gpu: nova-core: add PIO support for loading firmware images
Alexandre Courbot
[PATCH v10 08/10] gpu: nova-core: use the Generic Bootloader to boot FWSEC on Turing
Alexandre Courbot
Re: [PATCH v10 08/10] gpu: nova-core: use the Generic Bootloader to boot FWSEC on Turing
Eliot Courtney
Re: [PATCH v10 08/10] gpu: nova-core: use the Generic Bootloader to boot FWSEC on Turing
Alexandre Courbot
Re: [PATCH v10 08/10] gpu: nova-core: use the Generic Bootloader to boot FWSEC on Turing
Eliot Courtney
[PATCH v10 09/10] gpu: nova-core: make Chipset::arch() const
Alexandre Courbot
Re: [PATCH v10 09/10] gpu: nova-core: make Chipset::arch() const
Eliot Courtney
[PATCH v10 10/10] gpu: nova-core: add gen_bootloader firmware to ModInfoBuilder
Alexandre Courbot
Re: [PATCH v10 10/10] gpu: nova-core: add gen_bootloader firmware to ModInfoBuilder
Eliot Courtney
Re: [PATCH v10 00/10] gpu: nova-core: add Turing support
Danilo Krummrich
Re: [PATCH v6 4/5] gpu: nova-core: add initial driver stub
Randy Dunlap
[PATCH] drm/nouveau: Test for imported buffers with drm_gem_is_imported()
Thomas Zimmermann
Re: [PATCH] drm/nouveau: Test for imported buffers with drm_gem_is_imported()
Danilo Krummrich
[PATCH 0/9] gpu: nova-core: gsp: add RM control command infrastructure
Eliot Courtney
[PATCH 1/9] gpu: nova-core: gsp: add NV_STATUS error code bindings
Eliot Courtney
[PATCH 3/9] gpu: nova-core: gsp: expose GSP-RM internal client and subdevice handles
Eliot Courtney
Re: [PATCH 3/9] gpu: nova-core: gsp: expose GSP-RM internal client and subdevice handles
Joel Fernandes
Re: [PATCH 3/9] gpu: nova-core: gsp: expose GSP-RM internal client and subdevice handles
Joel Fernandes
Re: [PATCH 3/9] gpu: nova-core: gsp: expose GSP-RM internal client and subdevice handles
John Hubbard
Re: [PATCH 3/9] gpu: nova-core: gsp: expose GSP-RM internal client and subdevice handles
Joel Fernandes
Re: [PATCH 3/9] gpu: nova-core: gsp: expose GSP-RM internal client and subdevice handles
John Hubbard
Re: [PATCH 3/9] gpu: nova-core: gsp: expose GSP-RM internal client and subdevice handles
Joel Fernandes
Earlier messages
Later messages