Home
last modified time | relevance | path

Searched refs:dma_resv_copy_fences (Results 1 – 3 of 3) sorted by relevance

/linux/drivers/dma-buf/
H A Ddma-resv.c520 int dma_resv_copy_fences(struct dma_resv *dst, struct dma_resv *src) in dma_resv_copy_fences() function
554 EXPORT_SYMBOL(dma_resv_copy_fences);
/linux/drivers/gpu/drm/ttm/
H A Dttm_bo_util.c755 ret = dma_resv_copy_fences(&ghost->base._resv, bo->base.resv); in ttm_bo_pipeline_gutting()
H A Dttm_bo.c196 r = dma_resv_copy_fences(&bo->base._resv, bo->base.resv); in ttm_bo_individualize_resv()