Searched refs:vm_vram_pt (Results 1 - 4 of 4) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/gpu/drm/nouveau/
H A Dnv50_instmem.c207 &chan->vm_vram_pt[i]);
214 dev_priv->vm_vram_pt[i] = chan->vm_vram_pt[i]->gpuobj;
216 for (v = 0; v < dev_priv->vm_vram_pt[i]->im_pramin->size;
218 BAR0_WI32(dev_priv->vm_vram_pt[i], v, 0);
221 chan->vm_vram_pt[i]->instance | 0x61);
310 nouveau_gpuobj_ref_del(dev, &chan->vm_vram_pt[i]);
311 dev_priv->vm_vram_pt[i] = NULL;
H A Dnouveau_mem.c162 pgt = dev_priv->vm_vram_pt[virt >> 14];
197 pgt = dev_priv->vm_vram_pt[virt >> 29];
H A Dnouveau_object.c985 dev_priv->vm_vram_pt[i],
986 &chan->vm_vram_pt[i]);
991 chan->vm_vram_pt[i]->instance | 0x61);
1092 nouveau_gpuobj_ref_del(dev, &chan->vm_vram_pt[i]);
H A Dnouveau_drv.h214 struct nouveau_gpuobj_ref *vm_vram_pt[NV50_VM_VRAM_NR]; member in struct:nouveau_channel
605 struct nouveau_gpuobj *vm_vram_pt[NV50_VM_VRAM_NR]; member in struct:drm_nouveau_private

Completed in 59 milliseconds