Searched refs:dma_buf_map_attachment (Results 1 - 11 of 11) sorted by relevance

/linux-4.4.14/drivers/gpu/drm/armada/
H A Darmada_gem.c584 * 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 Dion_test.c59 table = dma_buf_map_attachment(attach, dir); ion_handle_test_dma()
/linux-4.4.14/drivers/gpu/drm/udl/
H A Dudl_dmabuf.c261 sg = dma_buf_map_attachment(attach, DMA_BIDIRECTIONAL); udl_gem_prime_import()
/linux-4.4.14/drivers/gpu/drm/i915/
H A Di915_gem_dmabuf.c254 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 Ddma-buf.h223 struct sg_table *dma_buf_map_attachment(struct dma_buf_attachment *,
/linux-4.4.14/drivers/dma-buf/
H A Ddma-buf.c485 * 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 Dgem.c327 bo->sgt = dma_buf_map_attachment(attach, DMA_TO_DEVICE); tegra_bo_import()
/linux-4.4.14/drivers/media/v4l2-core/
H A Dvideobuf2-dma-sg.c570 sgt = dma_buf_map_attachment(buf->db_attach, buf->dma_dir); vb2_dma_sg_map_dmabuf()
H A Dvideobuf2-dma-contig.c611 sgt = dma_buf_map_attachment(buf->db_attach, buf->dma_dir); vb2_dc_map_dmabuf()
H A Dvideobuf2-core.c1127 /* TODO: This pins the buffer(s) with dma_buf_map_attachment()).. but __qbuf_dmabuf()
/linux-4.4.14/drivers/gpu/drm/
H A Ddrm_prime.c528 sgt = dma_buf_map_attachment(attach, DMA_BIDIRECTIONAL); drm_gem_prime_import()

Completed in 120 milliseconds