Searched refs:dma_resv_copy_fences (Results 1 - 4 of 4) sorted by relevance

/linux-master/include/linux/
H A Ddma-resv.h479 int dma_resv_copy_fences(struct dma_resv *dst, struct dma_resv *src);
/linux-master/drivers/dma-buf/
H A Ddma-resv.c507 * dma_resv_copy_fences - Copy all fences from src to dst.
513 int dma_resv_copy_fences(struct dma_resv *dst, struct dma_resv *src) function
547 EXPORT_SYMBOL(dma_resv_copy_fences); variable
/linux-master/drivers/gpu/drm/ttm/
H A Dttm_bo_util.c755 ret = dma_resv_copy_fences(&ghost->base._resv, bo->base.resv);
H A Dttm_bo.c195 r = dma_resv_copy_fences(&bo->base._resv, bo->base.resv);

Completed in 146 milliseconds