Searched refs:ghost_obj (Results 1 – 1 of 1) sorted by relevance
690 struct ttm_buffer_object *ghost_obj; in ttm_bo_move_accel_cleanup() local715 ret = ttm_buffer_object_transfer(bo, &ghost_obj); in ttm_bo_move_accel_cleanup()719 dma_resv_add_excl_fence(ghost_obj->base.resv, fence); in ttm_bo_move_accel_cleanup()728 ghost_obj->ttm = NULL; in ttm_bo_move_accel_cleanup()732 ttm_bo_unreserve(ghost_obj); in ttm_bo_move_accel_cleanup()733 ttm_bo_put(ghost_obj); in ttm_bo_move_accel_cleanup()758 struct ttm_buffer_object *ghost_obj; in ttm_bo_pipeline_move() local771 ret = ttm_buffer_object_transfer(bo, &ghost_obj); in ttm_bo_pipeline_move()775 dma_resv_add_excl_fence(ghost_obj->base.resv, fence); in ttm_bo_pipeline_move()784 ghost_obj->ttm = NULL; in ttm_bo_pipeline_move()[all …]