Searched refs:dma_buf_attach (Results 1 – 14 of 14) sorted by relevance
| /Linux-v5.15/include/linux/ |
| D | dma-buf.h | 595 struct dma_buf_attachment *dma_buf_attach(struct dma_buf *dmabuf,
|
| /Linux-v5.15/drivers/gpu/drm/omapdrm/ |
| D | omap_gem_dmabuf.c | 146 attach = dma_buf_attach(dma_buf, dev->dev); in omap_gem_prime_import()
|
| /Linux-v5.15/drivers/staging/media/tegra-vde/ |
| D | dmabuf-cache.c | 95 attachment = dma_buf_attach(dmabuf, dev); in tegra_vde_dmabuf_cache_map()
|
| /Linux-v5.15/drivers/gpu/drm/i915/gem/ |
| D | i915_gem_dmabuf.c | 291 attach = dma_buf_attach(dma_buf, dev->dev); in i915_gem_prime_import()
|
| /Linux-v5.15/drivers/gpu/drm/i915/gem/selftests/ |
| D | i915_gem_dmabuf.c | 210 import_attach = dma_buf_attach(dmabuf, obj->base.dev->dev); in igt_dmabuf_import_same_driver()
|
| /Linux-v5.15/drivers/dma-buf/ |
| D | dma-buf.c | 823 struct dma_buf_attachment *dma_buf_attach(struct dma_buf *dmabuf, in dma_buf_attach() function 828 EXPORT_SYMBOL_GPL(dma_buf_attach);
|
| /Linux-v5.15/drivers/gpu/drm/armada/ |
| D | armada_gem.c | 516 attach = dma_buf_attach(buf, dev->dev); in armada_gem_prime_import()
|
| /Linux-v5.15/drivers/media/common/videobuf2/ |
| D | videobuf2-dma-sg.c | 626 dba = dma_buf_attach(dbuf, buf->dev); in vb2_dma_sg_attach_dmabuf()
|
| D | videobuf2-dma-contig.c | 681 dba = dma_buf_attach(dbuf, buf->dev); in vb2_dc_attach_dmabuf()
|
| /Linux-v5.15/drivers/gpu/drm/ |
| D | drm_prime.c | 928 attach = dma_buf_attach(dma_buf, attach_dev); in drm_gem_prime_import_dev()
|
| /Linux-v5.15/drivers/gpu/drm/tegra/ |
| D | gem.c | 413 attach = dma_buf_attach(buf, drm->dev); in tegra_bo_import()
|
| /Linux-v5.15/drivers/xen/ |
| D | gntdev-dmabuf.c | 601 attach = dma_buf_attach(dma_buf, dev); in dmabuf_imp_to_refs()
|
| /Linux-v5.15/drivers/misc/ |
| D | fastrpc.c | 642 map->attach = dma_buf_attach(map->buf, sess->dev); in fastrpc_map_create()
|
| /Linux-v5.15/Documentation/gpu/ |
| D | todo.rst | 581 drm_gem_prime_handle_to_fd() require that importers call dma_buf_attach()
|