Home
last modified time | relevance | path

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

/linux/drivers/gpu/drm/ttm/
A Dttm_bo_util.c482 struct ttm_buffer_object *ghost_obj; in ttm_bo_move_to_ghost() local
496 ret = ttm_buffer_object_transfer(bo, &ghost_obj); in ttm_bo_move_to_ghost()
500 dma_resv_add_excl_fence(&ghost_obj->base._resv, fence); in ttm_bo_move_to_ghost()
509 ghost_obj->ttm = NULL; in ttm_bo_move_to_ghost()
514 dma_resv_unlock(&ghost_obj->base._resv); in ttm_bo_move_to_ghost()
515 ttm_bo_put(ghost_obj); in ttm_bo_move_to_ghost()

Completed in 4 milliseconds