Lines Matching refs:fence
1449 struct vmw_fence_obj *fence) in vmw_fence_single_bo() argument
1456 if (fence == NULL) { in vmw_fence_single_bo()
1457 vmw_execbuf_fence_commands(NULL, dev_priv, &fence, NULL); in vmw_fence_single_bo()
1458 reservation_object_add_excl_fence(bo->resv, &fence->base); in vmw_fence_single_bo()
1459 fence_put(&fence->base); in vmw_fence_single_bo()
1461 reservation_object_add_excl_fence(bo->resv, &fence->base); in vmw_fence_single_bo()
1596 struct vmw_fence_obj *fence; in vmw_query_move_notify() local
1602 (void) vmw_execbuf_fence_commands(NULL, dev_priv, &fence, NULL); in vmw_query_move_notify()
1603 vmw_fence_single_bo(bo, fence); in vmw_query_move_notify()
1605 if (fence != NULL) in vmw_query_move_notify()
1606 vmw_fence_obj_unreference(&fence); in vmw_query_move_notify()