Message ID | 20190731094233.13890-1-peter.ujfalusi@ti.com (mailing list archive) |
---|---|
Headers | show |
Series | drm/omap: dmm_tiler: Small fixes for i878 workaround | expand |
On 31/07/2019 12:42, Peter Ujfalusi wrote: > Hi, > > two small correction on the use of DMAengine API, no functional changes > - Use dmaengine_prep_dma_memcpy() to prepare the memcpy > - do not call dma_async_issue_pending() as it is redundant > > Regards, > Peter > --- > Peter Ujfalusi (2): > drm/omap: dmm_tiler: Use dmaengine_prep_dma_memcpy() for i878 > workaround > drm/omap: dmm_tiler: Remove the dma_async_issue_pending() call > > drivers/gpu/drm/omapdrm/omap_dmm_tiler.c | 4 +--- > 1 file changed, 1 insertion(+), 3 deletions(-) > Sorry, missed these two... Picked them up now. Tomi