Searched refs:bo_gart (Results 1 – 2 of 2) sorted by relevance
153 ret = nouveau_bo_vma_add(priv->bo_gart, cli->vm, in nv84_fence_context_new()201 nouveau_bo_unmap(priv->bo_gart); in nv84_fence_destroy()202 if (priv->bo_gart) in nv84_fence_destroy()203 nouveau_bo_unpin(priv->bo_gart); in nv84_fence_destroy()204 nouveau_bo_ref(NULL, &priv->bo_gart); in nv84_fence_destroy()258 0, NULL, NULL, &priv->bo_gart); in nv84_fence_create()260 ret = nouveau_bo_pin(priv->bo_gart, TTM_PL_FLAG_TT, false); in nv84_fence_create()262 ret = nouveau_bo_map(priv->bo_gart); in nv84_fence_create()264 nouveau_bo_unpin(priv->bo_gart); in nv84_fence_create()267 nouveau_bo_ref(NULL, &priv->bo_gart); in nv84_fence_create()
100 struct nouveau_bo *bo_gart; member