Home
last modified time | relevance | path

Searched refs:dma_buf_attach (Results 1 - 21 of 21) sorted by relevance

/device/soc/rockchip/common/sdk_linux/include/linux/
H A Ddma-buf-cache.h22 #define dma_buf_attach dma_buf_cache_attach macro
H A Ddma-buf.h48 * This is called from dma_buf_attach() to make sure that a given
488 * An attachment is created by calling dma_buf_attach(), and released again by
588 struct dma_buf_attachment *dma_buf_attach(struct dma_buf *dmabuf, struct device *dev);
/device/soc/rockchip/rk3588/kernel/include/linux/
H A Ddma-buf-cache.h26 #define dma_buf_attach dma_buf_cache_attach macro
/device/soc/rockchip/common/vendor/drivers/gpu/arm/mali400/mali/linux/
H A Dmali_memory_secure.c39 secure_mem->attachment = dma_buf_attach(secure_mem->buf, &mali_platform_device->dev); in mali_mem_secure_attach_dma_buf()
H A Dmali_memory_dma_buf.c307 dma_mem->attachment = dma_buf_attach(dma_mem->buf, &mali_platform_device->dev); in mali_mem_bind_dma_buf()
/device/soc/rockchip/common/kernel/drivers/gpu/arm/mali400/mali/linux/
H A Dmali_memory_secure.c38 secure_mem->attachment = dma_buf_attach(secure_mem->buf, &mali_platform_device->dev); in mali_mem_secure_attach_dma_buf()
H A Dmali_memory_dma_buf.c307 dma_mem->attachment = dma_buf_attach(dma_mem->buf, &mali_platform_device->dev); in mali_mem_bind_dma_buf()
/device/soc/rockchip/common/kernel/drivers/gpu/arm/mali400/ump/linux/
H A Dump_ukk_ref_wrappers.c150 attach = dma_buf_attach(dma_buf, ump_global_mdev); in ump_dmabuf_import_wrapper()
/device/soc/rockchip/common/vendor/drivers/media/platform/rockchip/isp/
H A Dvideobuf2-rdma-sg.c579 dba = dma_buf_attach(dbuf, buf->dev); in vb2_dma_sg_attach_dmabuf()
/device/soc/rockchip/common/vendor/drivers/video/rockchip/mpp/
H A Dmpp_iommu.c209 attach = dma_buf_attach(buffer->dmabuf, dma->dev); in mpp_dma_import_fd()
211 mpp_err("dma_buf_attach fd %d failed\n", fd); in mpp_dma_import_fd()
/device/soc/rockchip/rk3588/kernel/drivers/media/platform/rockchip/isp/
H A Dvideobuf2-rdma-sg.c570 dba = dma_buf_attach(dbuf, buf->dev); in vb2_dma_sg_attach_dmabuf()
/device/soc/rockchip/rk3588/kernel/drivers/video/rockchip/mpp/
H A Dmpp_iommu.c217 attach = dma_buf_attach(buffer->dmabuf, dma->dev); in mpp_dma_import_fd()
219 mpp_err("dma_buf_attach fd %d failed\n", fd); in mpp_dma_import_fd()
/device/soc/rockchip/common/sdk_linux/drivers/dma-buf/
H A Ddma-buf.c586 * dma_buf_attach().
918 * dma_buf_attach - Wrapper for dma_buf_dynamic_attach
925 struct dma_buf_attachment *dma_buf_attach(struct dma_buf *dmabuf, struct device *dev) in dma_buf_attach() function
929 EXPORT_SYMBOL_GPL(dma_buf_attach); variable
937 * Clean up a device attachment obtained by calling dma_buf_attach().
/device/soc/rockchip/rk3588/kernel/drivers/video/rockchip/rga3/
H A Drga_dma_buf.c810 attach = dma_buf_attach(dma_buf, rga_dev); in rga_dma_map_fd()
865 attach = dma_buf_attach(dma_buf, rga_dev); in rga_dma_map_buffer()
/device/soc/rockchip/common/sdk_linux/drivers/gpu/drm/
H A Ddrm_prime.c954 attach = dma_buf_attach(dma_buf, attach_dev); in drm_gem_prime_import_dev()
/device/soc/rockchip/common/vendor/drivers/video/rockchip/rga2/
H A Drga2_mmu_info.c278 attach = dma_buf_attach(dma_buf, rga_dev); in rga2_map_dma_buffer()
/device/soc/rockchip/common/sdk_linux/drivers/gpu/drm/rockchip/
H A Drockchip_drm_drv.c1542 attach = dma_buf_attach(dma_buf, attach_dev); in rockchip_drm_gem_prime_import_dev()
/device/soc/rockchip/common/kernel/drivers/gpu/arm/midgard/
H A Dmali_kbase_mem_linux.c824 dma_attachment = dma_buf_attach(dma_buf, kctx->kbdev->dev); in kbase_mem_from_umm()
/device/soc/rockchip/common/vendor/drivers/gpu/arm/midgard/
H A Dmali_kbase_mem_linux.c829 dma_attachment = dma_buf_attach(dma_buf, kctx->kbdev->dev); in kbase_mem_from_umm()
/device/soc/rockchip/common/vendor/drivers/gpu/arm/bifrost/
H A Dmali_kbase_mem_linux.c1430 dma_attachment = dma_buf_attach(dma_buf, kctx->kbdev->dev); in kbase_mem_from_umm()
/device/soc/rockchip/common/kernel/drivers/gpu/arm/bifrost/
H A Dmali_kbase_mem_linux.c1383 dma_attachment = dma_buf_attach(dma_buf, kctx->kbdev->dev); in kbase_mem_from_umm()

Completed in 28 milliseconds