Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/drivers/gpu/drm/ttm/
H A Dttm_bo_util.c547 struct ttm_buffer_object *ghost_obj; in ttm_bo_move_to_ghost() local
561 ret = ttm_buffer_object_transfer(bo, &ghost_obj); in ttm_bo_move_to_ghost()
565 dma_resv_add_excl_fence(&ghost_obj->base._resv, fence); in ttm_bo_move_to_ghost()
574 ghost_obj->ttm = NULL; in ttm_bo_move_to_ghost()
578 dma_resv_unlock(&ghost_obj->base._resv); in ttm_bo_move_to_ghost()
579 ttm_bo_put(ghost_obj); in ttm_bo_move_to_ghost()
/kernel/linux/linux-6.6/drivers/gpu/drm/ttm/
H A Dttm_bo_util.c570 struct ttm_buffer_object *ghost_obj; in ttm_bo_move_to_ghost() local
581 ret = ttm_buffer_object_transfer(bo, &ghost_obj); in ttm_bo_move_to_ghost()
585 dma_resv_add_fence(&ghost_obj->base._resv, fence, in ttm_bo_move_to_ghost()
595 ghost_obj->ttm = NULL; in ttm_bo_move_to_ghost()
599 dma_resv_unlock(&ghost_obj->base._resv); in ttm_bo_move_to_ghost()
600 ttm_bo_put(ghost_obj); in ttm_bo_move_to_ghost()

Completed in 2 milliseconds