Re: [PATCH v2 06/10] drm: omapdrm: Rename GEM DMA sync functions

2017-04-24 Thread Tomi Valkeinen
On 21/04/17 00:33, Laurent Pinchart wrote: > The omap_gem_cpu_sync() function operates at a page level, while the > omap_gem_dma_sync() function operates at a buffer level. Rename them to > omap_gem_cpu_sync_page() and omap_gem_dma_sync_buffer() respectively to > avoid confusion. > > Signed-off-by

[PATCH v2 06/10] drm: omapdrm: Rename GEM DMA sync functions

2017-04-20 Thread Laurent Pinchart
The omap_gem_cpu_sync() function operates at a page level, while the omap_gem_dma_sync() function operates at a buffer level. Rename them to omap_gem_cpu_sync_page() and omap_gem_dma_sync_buffer() respectively to avoid confusion. Signed-off-by: Laurent Pinchart --- drivers/gpu/drm/omapdrm/omap_d