HomeSort by: relevance | last modified time | path
    Searched defs:ghost (Results 1 - 2 of 2) sorted by relevancy

  /src/sys/external/bsd/drm2/dist/drm/ttm/
ttm_bo_util.c 849 * needs to stay alive. Otherwhise hang it on the ghost
905 * needs to stay alive. Otherwhise hang it on the ghost
963 struct ttm_buffer_object *ghost; local in function:ttm_bo_pipeline_gutting
966 ret = ttm_buffer_object_transfer(bo, &ghost);
970 ret = dma_resv_copy_fences(&ghost->base._resv, bo->base.resv);
979 dma_resv_unlock(&ghost->base._resv);
980 ttm_bo_put(ghost);
ttm_bo_util.c 849 * needs to stay alive. Otherwhise hang it on the ghost
905 * needs to stay alive. Otherwhise hang it on the ghost
963 struct ttm_buffer_object *ghost; local in function:ttm_bo_pipeline_gutting
966 ret = ttm_buffer_object_transfer(bo, &ghost);
970 ret = dma_resv_copy_fences(&ghost->base._resv, bo->base.resv);
979 dma_resv_unlock(&ghost->base._resv);
980 ttm_bo_put(ghost);

Completed in 22 milliseconds