Searched defs:pobj (Results 1 - 2 of 2) sorted by relevance

/drivers/gpu/drm/nouveau/
H A Dnv50_evo.c78 u64 base, u64 size, struct nouveau_gpuobj **pobj)
95 if (pobj)
96 nouveau_gpuobj_ref(obj, pobj);
77 nv50_evo_dmaobj_new(struct nouveau_channel *evo, u32 handle, u32 memtype, u64 base, u64 size, struct nouveau_gpuobj **pobj) argument
H A Dnouveau_object.c446 struct nouveau_gpuobj **pobj)
451 ret = nouveau_gpuobj_new(dev, chan, 24, 16, NVOBJ_FLAG_ZERO_FREE, pobj);
455 nv50_gpuobj_dma_init(*pobj, 0, class, base, size, target,
463 struct nouveau_gpuobj **pobj)
476 target, access, type, comp, pobj);
484 nouveau_gpuobj_ref(gart, pobj);
539 *pobj = obj;
444 nv50_gpuobj_dma_new(struct nouveau_channel *chan, int class, u64 base, u64 size, int target, int access, u32 type, u32 comp, struct nouveau_gpuobj **pobj) argument
461 nouveau_gpuobj_dma_new(struct nouveau_channel *chan, int class, u64 base, u64 size, int access, int target, struct nouveau_gpuobj **pobj) argument

Completed in 43 milliseconds