mbox series

[0/2] drm/omap: dmm_tiler: Small fixes for i878 workaround

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

Message

Peter Ujfalusi July 31, 2019, 9:42 a.m. UTC
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(-)

Comments

Tomi Valkeinen Feb. 11, 2020, 7:31 a.m. UTC | #1
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