Searched refs:dma_buf_vmap (Results 1 – 11 of 11) sorted by relevance
/linux-5.19.10/drivers/gpu/drm/i915/gem/selftests/ |
D | i915_gem_dmabuf.c | 299 err = dma_buf_vmap(dmabuf, &map); in igt_dmabuf_import() 361 err = dma_buf_vmap(dmabuf, &map); in igt_dmabuf_import_ownership() 421 err = dma_buf_vmap(dmabuf, &map); in igt_dmabuf_export_vmap()
|
/linux-5.19.10/drivers/gpu/drm/etnaviv/ |
D | etnaviv_gem_prime.c | 85 ret = dma_buf_vmap(etnaviv_obj->base.import_attach->dmabuf, &map); in etnaviv_gem_prime_vmap_impl()
|
/linux-5.19.10/include/linux/ |
D | dma-buf.h | 633 int dma_buf_vmap(struct dma_buf *dmabuf, struct iosys_map *map);
|
/linux-5.19.10/drivers/media/common/videobuf2/ |
D | videobuf2-vmalloc.c | 379 ret = dma_buf_vmap(buf->dbuf, &map); in vb2_vmalloc_map_dmabuf()
|
D | videobuf2-dma-sg.c | 312 ret = dma_buf_vmap(buf->db_attach->dmabuf, &map); in vb2_dma_sg_vaddr()
|
D | videobuf2-dma-contig.c | 104 if (!dma_buf_vmap(buf->db_attach->dmabuf, &map)) in vb2_dc_vaddr()
|
/linux-5.19.10/drivers/gpu/drm/ |
D | drm_gem_cma_helper.c | 565 ret = dma_buf_vmap(attach->dmabuf, &map); in drm_gem_cma_prime_import_sg_table_vmap()
|
D | drm_gem_shmem_helper.c | 302 ret = dma_buf_vmap(obj->import_attach->dmabuf, map); in drm_gem_shmem_vmap_locked()
|
/linux-5.19.10/drivers/dma-buf/ |
D | dma-buf.c | 1285 int dma_buf_vmap(struct dma_buf *dmabuf, struct iosys_map *map) in dma_buf_vmap() function 1321 EXPORT_SYMBOL_NS_GPL(dma_buf_vmap, DMA_BUF);
|
/linux-5.19.10/drivers/gpu/drm/tegra/ |
D | gem.c | 184 ret = dma_buf_vmap(obj->gem.import_attach->dmabuf, &map); in tegra_bo_mmap()
|
/linux-5.19.10/Documentation/gpu/ |
D | todo.rst | 589 dma_buf_vmap(). This is a problem for USB devices, which do not support DMA
|