Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/gpu/drm/ttm/
Dttm_bo_util.c691 struct ttm_buffer_object *ghost_obj; in ttm_bo_move_accel_cleanup() local
716 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() local
772 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 …]