nvif_vmm_put
void nvif_vmm_put(struct nvif_vmm *, struct nvif_vma *);
nvif_vmm_put(vmm, &old_mem->vma[1]);
nvif_vmm_put(vmm, &old_mem->vma[0]);
nvif_vmm_put(&mem->drm->client.vmm.vmm, &mem->vma[1]);
nvif_vmm_put(&mem->drm->client.vmm.vmm, &mem->vma[0]);
nvif_vmm_put(&vma->vmm->vmm, &tmp);