Home
last modified time | relevance | path

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

/Linux-v4.19/include/linux/
Dreservation.h280 int reservation_object_copy_fences(struct reservation_object *dst,
/Linux-v4.19/drivers/dma-buf/
Dreservation.c287 int reservation_object_copy_fences(struct reservation_object *dst, in reservation_object_copy_fences() function
366 EXPORT_SYMBOL(reservation_object_copy_fences);
/Linux-v4.19/drivers/gpu/drm/ttm/
Dttm_bo_util.c845 ret = reservation_object_copy_fences(ghost->resv, bo->resv); in ttm_bo_pipeline_gutting()
Dttm_bo.c354 r = reservation_object_copy_fences(&bo->ttm_resv, bo->resv); in ttm_bo_individualize_resv()