Home
last modified time | relevance | path

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

/linux-5.19.10/include/linux/
Ddma-resv.h469 int dma_resv_copy_fences(struct dma_resv *dst, struct dma_resv *src);
/linux-5.19.10/drivers/dma-buf/
Ddma-resv.c508 int dma_resv_copy_fences(struct dma_resv *dst, struct dma_resv *src) in dma_resv_copy_fences() function
542 EXPORT_SYMBOL(dma_resv_copy_fences);
/linux-5.19.10/drivers/gpu/drm/ttm/
Dttm_bo_util.c650 ret = dma_resv_copy_fences(&ghost->base._resv, bo->base.resv); in ttm_bo_pipeline_gutting()
Dttm_bo.c202 r = dma_resv_copy_fences(&bo->base._resv, bo->base.resv); in ttm_bo_individualize_resv()