Home
last modified time | relevance | path

Searched refs:dma_unmap_sgtable (Results 1 – 25 of 37) sorted by relevance

12

/linux-6.3-rc2/drivers/media/common/videobuf2/
A Dvideobuf2-dma-sg.c189 dma_unmap_sgtable(buf->dev, sgt, buf->dma_dir, in vb2_dma_sg_put()
293 dma_unmap_sgtable(buf->dev, sgt, buf->dma_dir, DMA_ATTR_SKIP_CPU_SYNC); in vb2_dma_sg_put_userptr()
420 dma_unmap_sgtable(db_attach->dev, sgt, attach->dma_dir, 0); in vb2_dma_sg_dmabuf_ops_detach()
439 dma_unmap_sgtable(db_attach->dev, sgt, attach->dma_dir, 0); in vb2_dma_sg_dmabuf_ops_map()
A Dvideobuf2-dma-contig.c375 dma_unmap_sgtable(db_attach->dev, sgt, attach->dma_dir, in vb2_dc_dmabuf_ops_detach()
395 dma_unmap_sgtable(db_attach->dev, sgt, attach->dma_dir, in vb2_dc_dmabuf_ops_map()
546 dma_unmap_sgtable(buf->dev, sgt, buf->dma_dir, in vb2_dc_put_userptr()
671 dma_unmap_sgtable(buf->dev, sgt, buf->dma_dir, DMA_ATTR_SKIP_CPU_SYNC); in vb2_dc_get_userptr()
A Dvideobuf2-vmalloc.c263 dma_unmap_sgtable(db_attach->dev, sgt, attach->dma_dir, 0); in vb2_vmalloc_dmabuf_ops_detach()
282 dma_unmap_sgtable(db_attach->dev, sgt, attach->dma_dir, 0); in vb2_vmalloc_dmabuf_ops_map()
/linux-6.3-rc2/drivers/gpu/drm/i915/gem/selftests/
A Dmock_dmabuf.c48 dma_unmap_sgtable(attachment->dev, st, dir, 0); in mock_unmap_dma_buf()
/linux-6.3-rc2/drivers/gpu/drm/rockchip/
A Drockchip_drm_gem.c342 dma_unmap_sgtable(drm->dev, rk_obj->sgt, in rockchip_gem_free_object()
477 dma_unmap_sgtable(drm->dev, sg, DMA_BIDIRECTIONAL, 0); in rockchip_gem_dma_map_sg()
/linux-6.3-rc2/drivers/media/platform/nvidia/tegra-vde/
A Dvde.c115 dma_unmap_sgtable(dev, &bo->sgt, bo->dma_dir, bo->dma_attrs); in tegra_vde_alloc_bo()
135 dma_unmap_sgtable(dev, &bo->sgt, bo->dma_dir, bo->dma_attrs); in tegra_vde_free_bo()
/linux-6.3-rc2/drivers/gpu/drm/tegra/
A Dgem.c167 dma_unmap_sgtable(map->dev, map->sgt, map->direction, 0); in tegra_bo_unpin()
323 dma_unmap_sgtable(drm->dev, bo->sgt, DMA_FROM_DEVICE, 0); in tegra_bo_free()
654 dma_unmap_sgtable(attach->dev, sgt, dir, 0); in tegra_gem_prime_unmap_dma_buf()
A Dsubmit.c117 dma_unmap_sgtable(map->dev, map->sgt, map->direction, 0); in gather_bo_unpin()
/linux-6.3-rc2/drivers/gpu/drm/
A Ddrm_gem_shmem_helper.c150 dma_unmap_sgtable(obj->dev->dev, shmem->sgt, in drm_gem_shmem_free()
466 dma_unmap_sgtable(dev->dev, shmem->sgt, DMA_BIDIRECTIONAL, 0); in drm_gem_shmem_purge_locked()
A Ddrm_prime.c664 dma_unmap_sgtable(attach->dev, sgt, dir, DMA_ATTR_SKIP_CPU_SYNC); in drm_gem_unmap_dma_buf()
/linux-6.3-rc2/drivers/gpu/drm/panfrost/
A Dpanfrost_gem.c44 dma_unmap_sgtable(pfdev->dev, &bo->sgts[i], in panfrost_gem_free_object()
/linux-6.3-rc2/drivers/dma-buf/heaps/
A Dcma_heap.c119 dma_unmap_sgtable(attachment->dev, table, direction, 0); in cma_heap_unmap_dma_buf()
A Dsystem_heap.c152 dma_unmap_sgtable(attachment->dev, table, direction, 0); in system_heap_unmap_dma_buf()
/linux-6.3-rc2/drivers/gpu/drm/amd/amdgpu/
A Damdgpu_dma_buf.c215 dma_unmap_sgtable(attach->dev, sgt, dir, 0); in amdgpu_dma_buf_unmap()
/linux-6.3-rc2/drivers/dma-buf/
A Dudmabuf.c118 dma_unmap_sgtable(dev, sg, direction, 0); in put_sg_table()
/linux-6.3-rc2/drivers/gpu/drm/lima/
A Dlima_gem.c73 dma_unmap_sgtable(dev, bo->base.sgt, DMA_BIDIRECTIONAL, 0); in lima_heap_alloc()
/linux-6.3-rc2/drivers/gpu/drm/vmwgfx/
A Dvmwgfx_ttm_buffer.c252 dma_unmap_sgtable(dev, &vmw_tt->sgt, DMA_BIDIRECTIONAL, 0); in vmw_ttm_unmap_from_dma()
/linux-6.3-rc2/drivers/gpu/drm/armada/
A Darmada_gem.c460 dma_unmap_sgtable(attach->dev, sgt, dir, 0); in armada_gem_prime_unmap_dma_buf()
/linux-6.3-rc2/drivers/gpu/drm/etnaviv/
A Detnaviv_gem.c54 dma_unmap_sgtable(dev->dev, sgt, DMA_BIDIRECTIONAL, 0); in etnaviv_gem_scatterlist_unmap()
/linux-6.3-rc2/include/linux/
A Ddma-mapping.h370 static inline void dma_unmap_sgtable(struct device *dev, struct sg_table *sgt, in dma_unmap_sgtable() function
/linux-6.3-rc2/drivers/xen/
A Dgntdev-dmabuf.c244 dma_unmap_sgtable(attach->dev, sgt, in dmabuf_exp_ops_detach()
/linux-6.3-rc2/drivers/accel/ivpu/
A Divpu_gem.c128 dma_unmap_sgtable(vdev->drm.dev, bo->sgt, DMA_BIDIRECTIONAL, 0); in ivpu_bo_unmap_pages_locked()
/linux-6.3-rc2/drivers/gpu/drm/radeon/
A Dradeon_ttm.c411 dma_unmap_sgtable(rdev->dev, ttm->sg, direction, 0); in radeon_ttm_tt_unpin_userptr()
/linux-6.3-rc2/drivers/vfio/pci/mlx5/
A Dcmd.c370 dma_unmap_sgtable(mdev->device, &buf->table.sgt, buf->dma_dir, 0); in mlx5vf_dma_data_buffer()
384 dma_unmap_sgtable(migf->mvdev->mdev->device, &buf->table.sgt, in mlx5vf_free_data_buffer()
/linux-6.3-rc2/drivers/media/platform/renesas/vsp1/
A Dvsp1_drm.c930 dma_unmap_sgtable(vsp1->bus_master, sgt, DMA_TO_DEVICE, in vsp1_du_unmap_sg()

Completed in 55 milliseconds

12