Home
last modified time | relevance | path

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

/drivers/gpu/drm/nouveau/core/subdev/vm/
Dbase.c223 struct nouveau_vm_pgt *vpgt; in nouveau_vm_unmap_pgt() local
228 vpgt = &vm->pgt[pde - vm->fpde]; in nouveau_vm_unmap_pgt()
229 if (--vpgt->refcount[big]) in nouveau_vm_unmap_pgt()
232 pgt = vpgt->obj[big]; in nouveau_vm_unmap_pgt()
233 vpgt->obj[big] = NULL; in nouveau_vm_unmap_pgt()
236 vmm->map_pgt(vpgd->obj, pde, vpgt->obj); in nouveau_vm_unmap_pgt()
249 struct nouveau_vm_pgt *vpgt = &vm->pgt[pde - vm->fpde]; in nouveau_vm_map_pgt() local
267 if (unlikely(vpgt->refcount[big]++)) { in nouveau_vm_map_pgt()
274 vpgt->obj[big] = pgt; in nouveau_vm_map_pgt()
276 vmm->map_pgt(vpgd->obj, pde, vpgt->obj); in nouveau_vm_map_pgt()
[all …]