Re: [PATCH] gpu: host1x: Set up device DMA parameters

2024-09-25 Thread Thierry Reding
On Mon, Sep 16, 2024 at 03:33:20PM GMT, Thierry Reding wrote: > From: Thierry Reding > > In order to store device DMA parameters, the DMA framework depends on > the device's dma_parms field to point at a valid memory location. Add > backing storage for this in struct host1x_memory_context and poi

Re: [PATCH] gpu: host1x: Set up device DMA parameters

2024-09-18 Thread Jon Hunter
On 16/09/2024 15:58, Christoph Hellwig wrote: On Mon, Sep 16, 2024 at 03:33:20PM +0200, Thierry Reding wrote: From: Thierry Reding In order to store device DMA parameters, the DMA framework depends on the device's dma_parms field to point at a valid memory location. Add backing storage for t

[PATCH] gpu: host1x: Set up device DMA parameters

2024-09-16 Thread Thierry Reding
From: Thierry Reding In order to store device DMA parameters, the DMA framework depends on the device's dma_parms field to point at a valid memory location. Add backing storage for this in struct host1x_memory_context and point to it. Reported-by: Jonathan Hunter Signed-off-by: Thierry Reding