Searched refs:map_dma_buf (Results 1 - 22 of 22) sorted by relevance

/linux-master/drivers/gpu/drm/vmwgfx/
H A Dvmwgfx_prime.c68 .map_dma_buf = vmw_prime_map_dma_buf,
/linux-master/drivers/gpu/drm/i915/gem/selftests/
H A Dmock_dmabuf.c90 .map_dma_buf = mock_map_dma_buf,
/linux-master/drivers/gpu/drm/omapdrm/
H A Domap_gem_dmabuf.c72 .map_dma_buf = omap_gem_map_dma_buf,
/linux-master/drivers/gpu/drm/virtio/
H A Dvirtgpu_prime.c79 .map_dma_buf = virtgpu_gem_map_dma_buf,
/linux-master/include/linux/
H A Ddma-buf.h99 * Note that similar to non-dynamic exporters in their @map_dma_buf
125 * @map_dma_buf:
179 struct sg_table * (*map_dma_buf)(struct dma_buf_attachment *, member in struct:dma_buf_ops
185 * release the &sg_table allocated in @map_dma_buf, and it is mandatory.
/linux-master/drivers/gpu/drm/xe/
H A Dxe_dma_buf.c183 .map_dma_buf = xe_dma_buf_map,
/linux-master/drivers/gpu/drm/
H A Ddrm_prime.c587 * that implement their own ->map_dma_buf() do not.
589 if (dma_buf->ops->map_dma_buf == drm_gem_map_dma_buf &&
616 * drm_gem_map_dma_buf - map_dma_buf implementation for GEM
621 * can be used as the &dma_buf_ops.map_dma_buf callback. Should be used together
792 .map_dma_buf = drm_gem_map_dma_buf,
/linux-master/drivers/gpu/drm/i915/gem/
H A Di915_gem_dmabuf.c207 .map_dma_buf = i915_gem_map_dma_buf,
/linux-master/drivers/gpu/drm/amd/amdgpu/
H A Damdgpu_dma_buf.c131 * amdgpu_dma_buf_map - &dma_buf_ops.map_dma_buf implementation
273 .map_dma_buf = amdgpu_dma_buf_map,
/linux-master/drivers/dma-buf/
H A Dudmabuf.c184 .map_dma_buf = map_udmabuf,
H A Ddma-buf.c617 || !exp_info->ops->map_dma_buf
783 sg_table = attach->dmabuf->ops->map_dma_buf(attach, direction);
855 * - &dma_buf_ops.map_dma_buf()
1079 * mapped into _device_ address space. Is a wrapper for map_dma_buf() of the
1167 * mapped into _device_ address space. Is a wrapper for map_dma_buf() of the
/linux-master/drivers/dma-buf/heaps/
H A Dsystem_heap.c304 .map_dma_buf = system_heap_map_dma_buf,
H A Dcma_heap.c265 .map_dma_buf = cma_heap_map_dma_buf,
/linux-master/drivers/media/common/videobuf2/
H A Dvideobuf2-vmalloc.c329 .map_dma_buf = vb2_vmalloc_dmabuf_ops_map,
H A Dvideobuf2-dma-contig.c464 .map_dma_buf = vb2_dc_dmabuf_ops_map,
H A Dvideobuf2-dma-sg.c512 .map_dma_buf = vb2_dma_sg_dmabuf_ops_map,
/linux-master/drivers/gpu/drm/armada/
H A Darmada_gem.c480 .map_dma_buf = armada_gem_prime_map_dma_buf,
/linux-master/drivers/gpu/drm/tegra/
H A Dgem.c738 .map_dma_buf = tegra_gem_prime_map_dma_buf,
/linux-master/drivers/xen/
H A Dgntdev-dmabuf.c342 .map_dma_buf = dmabuf_exp_ops_map_dma_buf,
/linux-master/samples/vfio-mdev/
H A Dmbochs.c926 .map_dma_buf = mbochs_map_dmabuf,
/linux-master/drivers/accel/habanalabs/common/
H A Dmemory.c1851 .map_dma_buf = hl_map_dmabuf,
/linux-master/drivers/misc/
H A Dfastrpc.c747 .map_dma_buf = fastrpc_map_dma_buf,

Completed in 241 milliseconds