Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/gpu/drm/nouveau/
Dnv84_fence.c153 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()
Dnouveau_fence.h100 struct nouveau_bo *bo_gart; member