Home
last modified time | relevance | path

Searched refs:dma_buf_map_attachment_unlocked (Results 1 – 14 of 14) sorted by relevance

/linux/drivers/gpu/drm/omapdrm/
H A Domap_gem_dmabuf.c123 sgt = dma_buf_map_attachment_unlocked(attach, DMA_TO_DEVICE); in omap_gem_prime_import()
/linux/drivers/media/platform/nvidia/tegra-vde/
H A Ddmabuf-cache.c105 sgt = dma_buf_map_attachment_unlocked(attachment, dma_dir); in tegra_vde_dmabuf_cache_map()
/linux/drivers/gpu/drm/tegra/
H A Dgem.c88 map->sgt = dma_buf_map_attachment_unlocked(map->attach, direction); in tegra_bo_pin()
479 bo->sgt = dma_buf_map_attachment_unlocked(attach, DMA_TO_DEVICE); in tegra_bo_import()
/linux/drivers/gpu/drm/i915/gem/selftests/
H A Di915_gem_dmabuf.c296 st = dma_buf_map_attachment_unlocked(import_attach, DMA_BIDIRECTIONAL); in igt_dmabuf_import_same_driver()
/linux/net/core/
H A Ddevmem.c235 binding->sgt = dma_buf_map_attachment_unlocked(binding->attachment, in net_devmem_bind_dmabuf()
/linux/drivers/dma-buf/
H A Ddma-buf.c1253 dma_buf_map_attachment_unlocked(struct dma_buf_attachment *attach, in dma_buf_map_attachment_unlocked() function
1269 EXPORT_SYMBOL_NS_GPL(dma_buf_map_attachment_unlocked, "DMA_BUF");
/linux/drivers/gpu/drm/armada/
H A Darmada_gem.c543 dobj->sgt = dma_buf_map_attachment_unlocked(dobj->obj.import_attach, in armada_gem_map_import()
/linux/drivers/media/common/videobuf2/
H A Dvideobuf2-dma-sg.c567 sgt = dma_buf_map_attachment_unlocked(buf->db_attach, buf->dma_dir); in vb2_dma_sg_map_dmabuf()
H A Dvideobuf2-dma-contig.c708 sgt = dma_buf_map_attachment_unlocked(buf->db_attach, buf->dma_dir); in vb2_dc_map_dmabuf()
/linux/drivers/gpu/drm/
H A Ddrm_prime.c996 sgt = dma_buf_map_attachment_unlocked(attach, DMA_BIDIRECTIONAL); in drm_gem_prime_import_dev()
/linux/drivers/xen/
H A Dgntdev-dmabuf.c588 sgt = dma_buf_map_attachment_unlocked(attach, DMA_BIDIRECTIONAL); in dmabuf_imp_to_refs()
/linux/drivers/accel/amdxdna/
H A Damdxdna_gem.c609 sgt = dma_buf_map_attachment_unlocked(attach, DMA_BIDIRECTIONAL); in amdxdna_gem_prime_import()
/linux/io_uring/
H A Dzcrx.c152 mem->sgt = dma_buf_map_attachment_unlocked(mem->attach, DMA_FROM_DEVICE); in io_import_dmabuf()
/linux/drivers/misc/
H A Dfastrpc.c810 table = dma_buf_map_attachment_unlocked(map->attach, DMA_BIDIRECTIONAL); in fastrpc_map_attach()