Home
last modified time | relevance | path

Searched refs:drm_gem_unmap_dma_buf (Results 1 - 3 of 3) sorted by relevance

/device/soc/rockchip/common/sdk_linux/include/drm/
H A Ddrm_prime.h76 void drm_gem_unmap_dma_buf(struct dma_buf_attachment *attach, struct sg_table *sgt, enum dma_data_direction dir);
/device/soc/rockchip/common/sdk_linux/drivers/gpu/drm/
H A Ddrm_prime.c540 * handled by drm_gem_map_dma_buf() and drm_gem_unmap_dma_buf(), which relies on
607 * with drm_gem_unmap_dma_buf().
640 * drm_gem_unmap_dma_buf - unmap_dma_buf implementation for GEM
647 void drm_gem_unmap_dma_buf(struct dma_buf_attachment *attach, struct sg_table *sgt, enum dma_data_direction dir) in drm_gem_unmap_dma_buf() function
657 EXPORT_SYMBOL(drm_gem_unmap_dma_buf); variable
811 .unmap_dma_buf = drm_gem_unmap_dma_buf,
/device/soc/rockchip/common/sdk_linux/drivers/gpu/drm/rockchip/
H A Drockchip_drm_drv.c1506 .unmap_dma_buf = drm_gem_unmap_dma_buf,

Completed in 9 milliseconds