Home
last modified time | relevance | path

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

/linux-6.6.21/include/linux/
Ddma-resv.h479 int dma_resv_copy_fences(struct dma_resv *dst, struct dma_resv *src);
/linux-6.6.21/drivers/dma-buf/
Ddma-resv.c513 int dma_resv_copy_fences(struct dma_resv *dst, struct dma_resv *src) in dma_resv_copy_fences() function
547 EXPORT_SYMBOL(dma_resv_copy_fences);
/linux-6.6.21/drivers/gpu/drm/ttm/
Dttm_bo_util.c746 ret = dma_resv_copy_fences(&ghost->base._resv, bo->base.resv); in ttm_bo_pipeline_gutting()
Dttm_bo.c195 r = dma_resv_copy_fences(&bo->base._resv, bo->base.resv); in ttm_bo_individualize_resv()