Home
last modified time | relevance | path

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

/drivers/gpu/drm/ttm/
Dttm_bo_util.c614 struct ttm_buffer_object *ghost; in ttm_bo_pipeline_gutting() local
656 ret = ttm_buffer_object_transfer(bo, &ghost); in ttm_bo_pipeline_gutting()
660 ret = dma_resv_copy_fences(&ghost->base._resv, bo->base.resv); in ttm_bo_pipeline_gutting()
665 dma_resv_unlock(&ghost->base._resv); in ttm_bo_pipeline_gutting()
666 ttm_bo_put(ghost); in ttm_bo_pipeline_gutting()