Home
last modified time | relevance | path

Searched refs:dma_buf_unmap_attachment_unlocked (Results 1 – 13 of 13) sorted by relevance

/openbmc/linux/drivers/media/platform/nvidia/tegra-vde/
H A Ddmabuf-cache.c41 dma_buf_unmap_attachment_unlocked(entry->a, entry->sgt, entry->dma_dir); in tegra_vde_release_entry()
155 dma_buf_unmap_attachment_unlocked(attachment, sgt, dma_dir); in tegra_vde_dmabuf_cache_map()
/openbmc/linux/drivers/gpu/drm/omapdrm/
H A Domap_gem_dmabuf.c140 dma_buf_unmap_attachment_unlocked(attach, sgt, DMA_TO_DEVICE); in omap_gem_prime_import()
/openbmc/linux/include/linux/
H A Ddma-buf.h624 void dma_buf_unmap_attachment_unlocked(struct dma_buf_attachment *attach,
/openbmc/linux/drivers/gpu/drm/tegra/
H A Dgem.c164 dma_buf_unmap_attachment_unlocked(map->attach, map->sgt, in tegra_bo_unpin()
484 dma_buf_unmap_attachment_unlocked(attach, bo->sgt, DMA_TO_DEVICE); in tegra_bo_import()
513 dma_buf_unmap_attachment_unlocked(gem->import_attach, bo->sgt, in tegra_bo_free_object()
/openbmc/linux/drivers/gpu/drm/
H A Ddrm_prime.c958 dma_buf_unmap_attachment_unlocked(attach, sgt, DMA_BIDIRECTIONAL); in drm_gem_prime_import_dev()
1056 dma_buf_unmap_attachment_unlocked(attach, sg, DMA_BIDIRECTIONAL); in drm_prime_gem_destroy()
/openbmc/linux/drivers/media/common/videobuf2/
H A Dvideobuf2-dma-contig.c717 dma_buf_unmap_attachment_unlocked(buf->db_attach, sgt, in vb2_dc_map_dmabuf()
749 dma_buf_unmap_attachment_unlocked(buf->db_attach, sgt, buf->dma_dir); in vb2_dc_unmap_dmabuf()
H A Dvideobuf2-dma-sg.c599 dma_buf_unmap_attachment_unlocked(buf->db_attach, sgt, buf->dma_dir); in vb2_dma_sg_unmap_dmabuf()
/openbmc/linux/drivers/xen/
H A Dgntdev-dmabuf.c661 dma_buf_unmap_attachment_unlocked(attach, sgt, DMA_BIDIRECTIONAL); in dmabuf_imp_to_refs()
711 dma_buf_unmap_attachment_unlocked(attach, gntdev_dmabuf->u.imp.sgt, in dmabuf_imp_release()
/openbmc/linux/drivers/gpu/drm/i915/gem/selftests/
H A Di915_gem_dmabuf.c306 dma_buf_unmap_attachment_unlocked(import_attach, st, DMA_BIDIRECTIONAL); in igt_dmabuf_import_same_driver()
/openbmc/linux/drivers/dma-buf/
H A Ddma-buf.c1235 void dma_buf_unmap_attachment_unlocked(struct dma_buf_attachment *attach, in dma_buf_unmap_attachment_unlocked() function
1248 EXPORT_SYMBOL_NS_GPL(dma_buf_unmap_attachment_unlocked, DMA_BUF);
/openbmc/linux/drivers/gpu/drm/armada/
H A Darmada_gem.c69 dma_buf_unmap_attachment_unlocked(dobj->obj.import_attach, in armada_gem_free_object()
/openbmc/linux/drivers/accel/ivpu/
H A Divpu_gem.c57 dma_buf_unmap_attachment_unlocked(bo->base.import_attach, bo->sgt, DMA_BIDIRECTIONAL); in prime_unmap_pages_locked()
/openbmc/linux/drivers/misc/
H A Dfastrpc.c333 dma_buf_unmap_attachment_unlocked(map->attach, map->table, in fastrpc_free_map()