Home
last modified time | relevance | path

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

/Linux-v5.4/drivers/gpu/drm/ttm/
Dttm_bo_util.c690 struct ttm_buffer_object *ghost_obj; in ttm_bo_move_accel_cleanup() local
715 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() local
771 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 …]