Home
last modified time | relevance | path

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

/linux-2.6.39/drivers/gpu/drm/nouveau/
Dnv50_instmem.c174 NV_MEM_TARGET_VM, NV_MEM_ACCESS_VM, in nv50_instmem_init()
207 NV_MEM_TARGET_VM, NV_MEM_ACCESS_VM, in nv50_instmem_init()
Dnouveau_object.c486 u32 comp = (target == NV_MEM_TARGET_VM) ? NV_MEM_COMP_VM : 0; in nouveau_gpuobj_dma_new()
487 u32 type = (target == NV_MEM_TARGET_VM) ? NV_MEM_TYPE_VM : 0; in nouveau_gpuobj_dma_new()
876 NV_MEM_TARGET_VM, &vram); in nouveau_gpuobj_channel_init()
903 NV_MEM_TARGET_VM, &tt); in nouveau_gpuobj_channel_init()
Dnouveau_notifier.c127 target = NV_MEM_TARGET_VM; in nouveau_notifier_alloc()
Dnouveau_channel.c46 NV_MEM_TARGET_VM, in nouveau_channel_pushbuf_ctxdma_init()
Dnouveau_drv.h1606 #define NV_MEM_TARGET_VM 3 macro