| /src/sys/external/bsd/drm2/dist/drm/nouveau/ | 
| nouveau_bo.h | 85 int  nouveau_bo_new(struct nouveau_cli *, u64 size, int align, u32 flags, 138 	int ret = nouveau_bo_new(cli, size, align, flags,
 
 | 
| nouveau_nv50_fence.c | 88 	ret = nouveau_bo_new(&drm->client, 4096, 0x1000, TTM_PL_FLAG_VRAM, 
 | 
| nouveau_nv17_fence.c | 135 	ret = nouveau_bo_new(&drm->client, 4096, 0x1000, TTM_PL_FLAG_VRAM, 
 | 
| nouveau_nv84_fence.c | 214 	ret = nouveau_bo_new(&drm->client, 16 * drm->chan.nr, 0, 
 | 
| nouveau_chan.c | 153 	ret = nouveau_bo_new(cli, size, 0, target, 0, 0, NULL, NULL, 
 | 
| nouveau_dmem.c | 235 	ret = nouveau_bo_new(&drm->client, DMEM_CHUNK_SIZE, 0, 
 | 
| nouveau_bo.c | 148 	 * If nouveau_bo_new() allocated this buffer, the GEM object was never 327 nouveau_bo_new(struct nouveau_cli *cli, u64 size, int align,  function in typeref:typename:int
 
 | 
| /src/sys/external/bsd/drm2/dist/drm/nouveau/dispnv04/ | 
| nouveau_dispnv04_crtc.c | 1324 	ret = nouveau_bo_new(&nouveau_drm(dev)->client, 64*64*4, 0x100, 
 | 
| /src/sys/external/bsd/drm2/dist/drm/nouveau/dispnv50/ | 
| nouveau_dispnv50_disp.c | 2490 	ret = nouveau_bo_new(&drm->client, 4096, 0x1000, TTM_PL_FLAG_VRAM, 
 |