Searched refs:map_dma_buf (Results 1 – 22 of 22) sorted by relevance
| /linux/drivers/gpu/drm/vmwgfx/ |
| A D | vmwgfx_prime.c | 70 .map_dma_buf = vmw_prime_map_dma_buf,
|
| /linux/drivers/gpu/drm/omapdrm/ |
| A D | omap_gem_dmabuf.c | 72 .map_dma_buf = omap_gem_map_dma_buf,
|
| /linux/drivers/gpu/drm/i915/gem/selftests/ |
| A D | mock_dmabuf.c | 91 .map_dma_buf = mock_map_dma_buf,
|
| /linux/include/linux/ |
| A D | dma-buf.h | 179 struct sg_table * (*map_dma_buf)(struct dma_buf_attachment *, member
|
| /linux/drivers/gpu/drm/virtio/ |
| A D | virtgpu_prime.c | 79 .map_dma_buf = virtgpu_gem_map_dma_buf,
|
| /linux/drivers/gpu/drm/xe/ |
| A D | xe_dma_buf.c | 184 .map_dma_buf = xe_dma_buf_map,
|
| /linux/drivers/gpu/drm/ |
| A D | drm_prime.c | 613 if (dma_buf->ops->map_dma_buf == drm_gem_map_dma_buf && in drm_gem_map_attach() 816 .map_dma_buf = drm_gem_map_dma_buf,
|
| /linux/drivers/gpu/drm/i915/gem/ |
| A D | i915_gem_dmabuf.c | 207 .map_dma_buf = i915_gem_map_dma_buf,
|
| /linux/drivers/gpu/drm/amd/amdgpu/ |
| A D | amdgpu_dma_buf.c | 238 .map_dma_buf = amdgpu_dma_buf_map,
|
| /linux/drivers/dma-buf/heaps/ |
| A D | cma_heap.c | 265 .map_dma_buf = cma_heap_map_dma_buf,
|
| A D | system_heap.c | 304 .map_dma_buf = system_heap_map_dma_buf,
|
| /linux/drivers/media/common/videobuf2/ |
| A D | videobuf2-vmalloc.c | 329 .map_dma_buf = vb2_vmalloc_dmabuf_ops_map,
|
| A D | videobuf2-dma-sg.c | 512 .map_dma_buf = vb2_dma_sg_dmabuf_ops_map,
|
| A D | videobuf2-dma-contig.c | 464 .map_dma_buf = vb2_dc_dmabuf_ops_map,
|
| /linux/drivers/gpu/drm/armada/ |
| A D | armada_gem.c | 480 .map_dma_buf = armada_gem_prime_map_dma_buf,
|
| /linux/drivers/dma-buf/ |
| A D | udmabuf.c | 240 .map_dma_buf = map_udmabuf,
|
| A D | dma-buf.c | 633 || !exp_info->ops->map_dma_buf in dma_buf_export() 797 sg_table = attach->dmabuf->ops->map_dma_buf(attach, direction); in __map_dma_buf()
|
| /linux/drivers/xen/ |
| A D | gntdev-dmabuf.c | 342 .map_dma_buf = dmabuf_exp_ops_map_dma_buf,
|
| /linux/drivers/gpu/drm/tegra/ |
| A D | gem.c | 738 .map_dma_buf = tegra_gem_prime_map_dma_buf,
|
| /linux/samples/vfio-mdev/ |
| A D | mbochs.c | 927 .map_dma_buf = mbochs_map_dmabuf,
|
| /linux/drivers/accel/habanalabs/common/ |
| A D | memory.c | 1851 .map_dma_buf = hl_map_dmabuf,
|
| /linux/drivers/misc/ |
| A D | fastrpc.c | 748 .map_dma_buf = fastrpc_map_dma_buf,
|
Completed in 48 milliseconds