Searched refs:dma_buf_unmap_attachment (Results 1 - 11 of 11) sorted by relevance
/linux-4.1.27/drivers/dma-buf/ |
H A D | dma-buf.c | 504 * dma_buf_unmap_attachment - unmaps and decreases usecount of the buffer;might 512 void dma_buf_unmap_attachment(struct dma_buf_attachment *attach, dma_buf_unmap_attachment() function 524 EXPORT_SYMBOL_GPL(dma_buf_unmap_attachment); variable
|
/linux-4.1.27/drivers/gpu/drm/tegra/ |
H A D | gem.c | 366 dma_buf_unmap_attachment(attach, bo->sgt, DMA_TO_DEVICE); tegra_bo_import() 385 dma_buf_unmap_attachment(gem->import_attach, bo->sgt, tegra_bo_free_object()
|
/linux-4.1.27/drivers/staging/android/ion/ |
H A D | ion_test.c | 95 dma_buf_unmap_attachment(attach, table, dir); ion_handle_test_dma()
|
/linux-4.1.27/drivers/gpu/drm/exynos/ |
H A D | exynos_drm_dmabuf.c | 280 dma_buf_unmap_attachment(attach, sgt, DMA_BIDIRECTIONAL); exynos_dmabuf_prime_import()
|
/linux-4.1.27/drivers/gpu/drm/i915/ |
H A D | i915_gem_dmabuf.c | 265 dma_buf_unmap_attachment(obj->base.import_attach, i915_gem_object_put_pages_dmabuf()
|
/linux-4.1.27/drivers/gpu/drm/udl/ |
H A D | udl_dmabuf.c | 277 dma_buf_unmap_attachment(attach, sg, DMA_BIDIRECTIONAL); udl_gem_prime_import()
|
/linux-4.1.27/drivers/media/v4l2-core/ |
H A D | videobuf2-dma-contig.c | 760 dma_buf_unmap_attachment(buf->db_attach, sgt, buf->dma_dir); vb2_dc_map_dmabuf() 790 dma_buf_unmap_attachment(buf->db_attach, sgt, buf->dma_dir); vb2_dc_unmap_dmabuf()
|
H A D | videobuf2-dma-sg.c | 657 dma_buf_unmap_attachment(buf->db_attach, sgt, buf->dma_dir); vb2_dma_sg_unmap_dmabuf()
|
/linux-4.1.27/drivers/gpu/drm/ |
H A D | drm_prime.c | 543 dma_buf_unmap_attachment(attach, sgt, DMA_BIDIRECTIONAL); drm_gem_prime_import() 756 dma_buf_unmap_attachment(attach, sg, DMA_BIDIRECTIONAL); drm_prime_gem_destroy()
|
/linux-4.1.27/include/linux/ |
H A D | dma-buf.h | 219 void dma_buf_unmap_attachment(struct dma_buf_attachment *, struct sg_table *,
|
/linux-4.1.27/drivers/gpu/drm/armada/ |
H A D | armada_gem.c | 72 dma_buf_unmap_attachment(dobj->obj.import_attach, dobj->sgt, armada_gem_free_object()
|
Completed in 306 milliseconds