Searched refs:dma_buf_map_attachment (Results 1 - 11 of 11) sorted by relevance
/linux-4.4.14/drivers/gpu/drm/armada/ |
H A D | armada_gem.c | 584 * Don't call dma_buf_map_attachment() here - it maps the armada_gem_prime_import() 595 dobj->sgt = dma_buf_map_attachment(dobj->obj.import_attach, armada_gem_map_import() 598 DRM_ERROR("dma_buf_map_attachment() returned NULL\n"); armada_gem_map_import() 604 DRM_ERROR("dma_buf_map_attachment() error: %d\n", ret); armada_gem_map_import() 608 DRM_ERROR("dma_buf_map_attachment() returned an (unsupported) scattered list\n"); armada_gem_map_import() 612 DRM_ERROR("dma_buf_map_attachment() returned a small buffer\n"); armada_gem_map_import()
|
/linux-4.4.14/drivers/staging/android/ion/ |
H A D | ion_test.c | 59 table = dma_buf_map_attachment(attach, dir); ion_handle_test_dma()
|
/linux-4.4.14/drivers/gpu/drm/udl/ |
H A D | udl_dmabuf.c | 261 sg = dma_buf_map_attachment(attach, DMA_BIDIRECTIONAL); udl_gem_prime_import()
|
/linux-4.4.14/drivers/gpu/drm/i915/ |
H A D | i915_gem_dmabuf.c | 254 sg = dma_buf_map_attachment(obj->base.import_attach, DMA_BIDIRECTIONAL); i915_gem_object_get_pages_dmabuf()
|
/linux-4.4.14/include/linux/ |
H A D | dma-buf.h | 223 struct sg_table *dma_buf_map_attachment(struct dma_buf_attachment *,
|
/linux-4.4.14/drivers/dma-buf/ |
H A D | dma-buf.c | 485 * dma_buf_map_attachment - Returns the scatterlist table of the attachment; 494 struct sg_table *dma_buf_map_attachment(struct dma_buf_attachment *attach, dma_buf_map_attachment() function 510 EXPORT_SYMBOL_GPL(dma_buf_map_attachment); variable
|
/linux-4.4.14/drivers/gpu/drm/tegra/ |
H A D | gem.c | 327 bo->sgt = dma_buf_map_attachment(attach, DMA_TO_DEVICE); tegra_bo_import()
|
/linux-4.4.14/drivers/media/v4l2-core/ |
H A D | videobuf2-dma-sg.c | 570 sgt = dma_buf_map_attachment(buf->db_attach, buf->dma_dir); vb2_dma_sg_map_dmabuf()
|
H A D | videobuf2-dma-contig.c | 611 sgt = dma_buf_map_attachment(buf->db_attach, buf->dma_dir); vb2_dc_map_dmabuf()
|
H A D | videobuf2-core.c | 1127 /* TODO: This pins the buffer(s) with dma_buf_map_attachment()).. but __qbuf_dmabuf()
|
/linux-4.4.14/drivers/gpu/drm/ |
H A D | drm_prime.c | 528 sgt = dma_buf_map_attachment(attach, DMA_BIDIRECTIONAL); drm_gem_prime_import()
|
Completed in 319 milliseconds