commit | d61ce7da02a3c52317474f2a15dd610ec652d513 | [log] [tgz] |
---|---|---|
author | Laurent Pinchart <laurent.pinchart@ideasonboard.com> | Fri Apr 21 00:33:55 2017 +0300 |
committer | Tomi Valkeinen <tomi.valkeinen@ti.com> | Fri Jun 02 10:57:06 2017 +0300 |
tree | 6d636eaea8b31258d17ad93df135b9321b508da8 | |
parent | 57c22f7cc24ab6284d23d370929f2d452bb79729 [diff] |
drm: omapdrm: Rename GEM DMA sync functions 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 <laurent.pinchart@ideasonboard.com> Signed-off-by: Tomi Valkeinen <tomi.valkeinen@ti.com>