Re: [PATCH v3 10/19] gpu: nova-core: add DMA object struct

2025-05-13 Thread Danilo Krummrich
On Wed, May 07, 2025 at 10:52:37PM +0900, Alexandre Courbot wrote: > Since we will need to allocate lots of distinct memory chunks to be > shared between GPU and CPU, introduce a type dedicated to that. It is a > light wrapper around CoherentAllocation. > > Signed-off-by: Alexandre Courbot > ---

[PATCH v3 10/19] gpu: nova-core: add DMA object struct

2025-05-07 Thread Alexandre Courbot
Since we will need to allocate lots of distinct memory chunks to be shared between GPU and CPU, introduce a type dedicated to that. It is a light wrapper around CoherentAllocation. Signed-off-by: Alexandre Courbot --- drivers/gpu/nova-core/dma.rs | 60 ++