drm/omap: dmm_tiler: Use dmaengine_prep_dma_memcpy() for i878 workaround
authorPeter Ujfalusi <peter.ujfalusi@ti.com>
Wed, 31 Jul 2019 09:42:32 +0000 (12:42 +0300)
committerTomi Valkeinen <tomi.valkeinen@ti.com>
Tue, 11 Feb 2020 07:28:48 +0000 (09:28 +0200)
commit55817d28504ef0afa22d3bdf083126ccefce9a65
treed0a8098edbf98d2c09cb30001856004a1521b3f7
parentbdc19ba651ca2ced6c80e58a46f5d51e35299f60
drm/omap: dmm_tiler: Use dmaengine_prep_dma_memcpy() for i878 workaround

Instead of dma_dev->device_prep_dma_memcpy() use the existing macro to
prepare the memcpy.

Signed-off-by: Peter Ujfalusi <peter.ujfalusi@ti.com>
Reviewed-by: Laurent Pinchart <laurent.pinchart@ideasonboard.com>
Signed-off-by: Tomi Valkeinen <tomi.valkeinen@ti.com>
Link: https://patchwork.freedesktop.org/patch/msgid/20190731094233.13890-2-peter.ujfalusi@ti.com
drivers/gpu/drm/omapdrm/omap_dmm_tiler.c