Re: [PATCH 1/2] drm/omap: dmm_tiler: Use dmaengine_prep_dma_memcpy() for i878 workaround

2019-08-04 Thread Laurent Pinchart
Hi Peter, Thank you for the patch. On Wed, Jul 31, 2019 at 12:42:32PM +0300, Peter Ujfalusi wrote: > Instead of dma_dev->device_prep_dma_memcpy() use the existing macro to > prepare the memcpy. > > Signed-off-by: Peter Ujfalusi Reviewed-by: Laurent Pinchart > --- > drivers/gpu/drm/omapdrm/o

[PATCH 1/2] drm/omap: dmm_tiler: Use dmaengine_prep_dma_memcpy() for i878 workaround

2019-07-31 Thread Peter Ujfalusi
Instead of dma_dev->device_prep_dma_memcpy() use the existing macro to prepare the memcpy. Signed-off-by: Peter Ujfalusi --- drivers/gpu/drm/omapdrm/omap_dmm_tiler.c | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/drivers/gpu/drm/omapdrm/omap_dmm_tiler.c b/drivers/gpu/drm/