Home
last modified time | relevance | path

Searched refs:dma_buf_vunmap (Results 1 – 10 of 10) sorted by relevance

/Linux-v5.15/drivers/gpu/drm/i915/gem/selftests/
Di915_gem_dmabuf.c339 dma_buf_vunmap(dmabuf, &map); in igt_dmabuf_import()
369 dma_buf_vunmap(dmabuf, &map); in igt_dmabuf_import_ownership()
437 dma_buf_vunmap(dmabuf, &map); in igt_dmabuf_export_vmap()
/Linux-v5.15/drivers/media/common/videobuf2/
Dvideobuf2-vmalloc.c391 dma_buf_vunmap(buf->dbuf, &map); in vb2_vmalloc_unmap_dmabuf()
401 dma_buf_vunmap(buf->dbuf, &map); in vb2_vmalloc_detach_dmabuf()
Dvideobuf2-dma-sg.c587 dma_buf_vunmap(buf->db_attach->dmabuf, &map); in vb2_dma_sg_unmap_dmabuf()
Dvideobuf2-dma-contig.c641 dma_buf_vunmap(buf->db_attach->dmabuf, &map); in vb2_dc_unmap_dmabuf()
/Linux-v5.15/drivers/gpu/drm/
Ddrm_gem_cma_helper.c210 dma_buf_vunmap(gem_obj->import_attach->dmabuf, &map); in drm_gem_cma_free_object()
571 dma_buf_vunmap(attach->dmabuf, &map); in drm_gem_cma_prime_import_sg_table_vmap()
Ddrm_gem_shmem_helper.c361 dma_buf_vunmap(obj->import_attach->dmabuf, map); in drm_gem_shmem_vunmap_locked()
/Linux-v5.15/drivers/gpu/drm/etnaviv/
Detnaviv_gem_prime.c65 dma_buf_vunmap(etnaviv_obj->base.import_attach->dmabuf, &map); in etnaviv_gem_prime_release()
/Linux-v5.15/include/linux/
Ddma-buf.h625 void dma_buf_vunmap(struct dma_buf *dmabuf, struct dma_buf_map *map);
/Linux-v5.15/drivers/dma-buf/
Ddma-buf.c1346 void dma_buf_vunmap(struct dma_buf *dmabuf, struct dma_buf_map *map) in dma_buf_vunmap() function
1363 EXPORT_SYMBOL_GPL(dma_buf_vunmap);
/Linux-v5.15/drivers/gpu/drm/tegra/
Dgem.c157 dma_buf_vunmap(obj->gem.import_attach->dmabuf, &map); in tegra_bo_munmap()