Home
last modified time | relevance | path

Searched refs:dma_buf_unmap_attachment (Results 1 - 19 of 19) sorted by relevance

/kernel/linux/linux-5.10/drivers/staging/media/tegra-vde/
H A Ddmabuf-cache.c38 dma_buf_unmap_attachment(entry->a, entry->sgt, entry->dma_dir); in tegra_vde_release_entry()
152 dma_buf_unmap_attachment(attachment, sgt, dma_dir); in tegra_vde_dmabuf_cache_map()
/kernel/linux/linux-5.10/drivers/gpu/drm/omapdrm/
H A Domap_gem_dmabuf.c169 dma_buf_unmap_attachment(attach, sgt, DMA_TO_DEVICE); in omap_gem_prime_import()
/kernel/linux/linux-5.10/include/linux/
H A Ddma-buf.h159 * This is called by dma_buf_unmap_attachment() and should unmap and
403 * dma_buf_unmap_attachment().
511 void dma_buf_unmap_attachment(struct dma_buf_attachment *, struct sg_table *,
/kernel/linux/linux-6.6/include/linux/
H A Ddma-buf.h184 * This is called by dma_buf_unmap_attachment() and should unmap and
506 * dma_buf_unmap_attachment().
614 void dma_buf_unmap_attachment(struct dma_buf_attachment *, struct sg_table *,
/kernel/linux/linux-5.10/drivers/gpu/drm/i915/gem/
H A Di915_gem_dmabuf.c210 dma_buf_unmap_attachment(obj->base.import_attach, pages, in i915_gem_object_put_pages_dmabuf()
/kernel/linux/linux-6.6/drivers/infiniband/core/
H A Dumem_dmabuf.c106 dma_buf_unmap_attachment(umem_dmabuf->attach, umem_dmabuf->sgt, in ib_umem_dmabuf_unmap_pages()
/kernel/linux/linux-5.10/drivers/media/common/videobuf2/
H A Dvideobuf2-dma-contig.c607 dma_buf_unmap_attachment(buf->db_attach, sgt, buf->dma_dir); in vb2_dc_map_dmabuf()
637 dma_buf_unmap_attachment(buf->db_attach, sgt, buf->dma_dir); in vb2_dc_unmap_dmabuf()
H A Dvideobuf2-dma-sg.c583 dma_buf_unmap_attachment(buf->db_attach, sgt, buf->dma_dir); in vb2_dma_sg_unmap_dmabuf()
/kernel/linux/linux-5.10/drivers/gpu/drm/
H A Ddrm_prime.c958 dma_buf_unmap_attachment(attach, sgt, DMA_BIDIRECTIONAL); in drm_gem_prime_import_dev()
1042 dma_buf_unmap_attachment(attach, sg, DMA_BIDIRECTIONAL); in drm_prime_gem_destroy()
/kernel/linux/linux-5.10/drivers/gpu/drm/tegra/
H A Dgem.c426 dma_buf_unmap_attachment(attach, bo->sgt, DMA_TO_DEVICE); in tegra_bo_import()
445 dma_buf_unmap_attachment(gem->import_attach, bo->sgt, in tegra_bo_free_object()
/kernel/linux/linux-6.6/drivers/gpu/drm/i915/gem/
H A Di915_gem_dmabuf.c272 dma_buf_unmap_attachment(obj->base.import_attach, sgt, in i915_gem_object_put_pages_dmabuf()
/kernel/linux/linux-6.6/drivers/dma-buf/
H A Ddma-buf.c581 * dma_buf_map_attachment() and dma_buf_unmap_attachment().
817 * - dma_buf_unmap_attachment()
1091 * A mapping must be unmapped by using dma_buf_unmap_attachment(). Note that
1195 * dma_buf_unmap_attachment - unmaps and decreases usecount of the buffer;might
1204 void dma_buf_unmap_attachment(struct dma_buf_attachment *attach, in dma_buf_unmap_attachment() function
1224 EXPORT_SYMBOL_NS_GPL(dma_buf_unmap_attachment, DMA_BUF);
1234 * Unlocked variant of dma_buf_unmap_attachment().
1246 dma_buf_unmap_attachment(attach, sg_table, direction); in dma_buf_unmap_attachment_unlocked()
/kernel/linux/linux-5.10/drivers/dma-buf/
H A Ddma-buf.c497 * dma_buf_map_attachment() and dma_buf_unmap_attachment().
885 * A mapping must be unmapped by using dma_buf_unmap_attachment(). Note that
943 * dma_buf_unmap_attachment - unmaps and decreases usecount of the buffer;might
952 void dma_buf_unmap_attachment(struct dma_buf_attachment *attach, in dma_buf_unmap_attachment() function
976 EXPORT_SYMBOL_GPL(dma_buf_unmap_attachment); variable
/kernel/linux/linux-5.10/drivers/xen/
H A Dgntdev-dmabuf.c667 dma_buf_unmap_attachment(attach, sgt, DMA_BIDIRECTIONAL); in dmabuf_imp_to_refs()
717 dma_buf_unmap_attachment(attach, gntdev_dmabuf->u.imp.sgt, in dmabuf_imp_release()
/kernel/linux/linux-5.10/drivers/gpu/drm/armada/
H A Darmada_gem.c67 dma_buf_unmap_attachment(dobj->obj.import_attach, in armada_gem_free_object()
/kernel/linux/linux-5.10/drivers/gpu/drm/amd/amdgpu/
H A Damdgpu_ttm.c1393 dma_buf_unmap_attachment(attach, ttm->sg, DMA_BIDIRECTIONAL); in amdgpu_ttm_tt_unpopulate()
/kernel/linux/linux-5.10/drivers/misc/
H A Dfastrpc.c244 dma_buf_unmap_attachment(map->attach, map->table, in fastrpc_free_map()
/kernel/linux/linux-6.6/drivers/accel/qaic/
H A Dqaic_data.c867 dma_buf_unmap_attachment(bo->base.import_attach, bo->sgt, bo->dir); in qaic_unprepare_import_bo()
/kernel/linux/linux-6.6/drivers/gpu/drm/amd/amdgpu/
H A Damdgpu_ttm.c1032 dma_buf_unmap_attachment(attach, ttm->sg, DMA_BIDIRECTIONAL); in amdgpu_ttm_backend_unbind()

Completed in 25 milliseconds