Searched refs:ghost_obj (Results 1 – 1 of 1) sorted by relevance
691 struct ttm_buffer_object *ghost_obj; in ttm_bo_move_accel_cleanup() local716 ret = ttm_buffer_object_transfer(bo, &ghost_obj); in ttm_bo_move_accel_cleanup()720 reservation_object_add_excl_fence(ghost_obj->resv, fence); in ttm_bo_move_accel_cleanup()729 ghost_obj->ttm = NULL; in ttm_bo_move_accel_cleanup()733 ttm_bo_unreserve(ghost_obj); in ttm_bo_move_accel_cleanup()734 ttm_bo_put(ghost_obj); in ttm_bo_move_accel_cleanup()759 struct ttm_buffer_object *ghost_obj; in ttm_bo_pipeline_move() local772 ret = ttm_buffer_object_transfer(bo, &ghost_obj); in ttm_bo_pipeline_move()776 reservation_object_add_excl_fence(ghost_obj->resv, fence); in ttm_bo_pipeline_move()785 ghost_obj->ttm = NULL; in ttm_bo_pipeline_move()[all …]