Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/gpu/drm/nouveau/
Dnv84_fence.c35 return fctx->dispc_vma[crtc].offset; in nv84_fence_crtc()
120 nouveau_bo_vma_del(bo, &fctx->dispc_vma[i]); in nv84_fence_context_del()
160 ret = nouveau_bo_vma_add(bo, cli->vm, &fctx->dispc_vma[i]); in nv84_fence_context_new()
Dnouveau_fence.h94 struct nvkm_vma dispc_vma[4]; member