Re: [PATCH 09/30] fbdev/ep93xx-fb: Alloc DMA memory from hardware device

2023-06-07 Thread Javier Martinez Canillas
Thomas Zimmermann writes: > Pass the hardware device to the DMA helpers dma_alloc_wc(), dma_mmap_wc() > and dma_free_coherent(). The fbdev device that is currently being used is > a software device and does not provide DMA memory. > > Signed-off-by: Thomas Zimmermann > --- Reviewed-by: Javier M

[PATCH 09/30] fbdev/ep93xx-fb: Alloc DMA memory from hardware device

2023-06-05 Thread Thomas Zimmermann
Pass the hardware device to the DMA helpers dma_alloc_wc(), dma_mmap_wc() and dma_free_coherent(). The fbdev device that is currently being used is a software device and does not provide DMA memory. Signed-off-by: Thomas Zimmermann --- drivers/video/fbdev/ep93xx-fb.c | 8 1 file changed