/linux-3.4.99/drivers/gpu/drm/nouveau/ |
D | nvc0_instmem.c | 88 ret = nouveau_gpuobj_new(dev, NULL, size, 0x1000, 0, &chan->ramin); in nvc0_channel_new() 136 ret = nouveau_gpuobj_new(dev, NULL, in nvc0_instmem_init() 147 ret = nouveau_gpuobj_new(dev, NULL, 0x8000, 4096, in nvc0_instmem_init() 167 ret = nouveau_gpuobj_new(dev, NULL, 0x8000, 4096, in nvc0_instmem_init()
|
D | nv50_evo.c | 84 ret = nouveau_gpuobj_new(evo->dev, disp->master, 6*4, 32, 0, &obj); in nv50_evo_dmaobj_new() 259 ret = nouveau_gpuobj_new(dev, NULL, 32768, 65536, in nv50_evo_create() 272 ret = nouveau_gpuobj_new(dev, evo, 4096, 16, 0, &ramht); in nv50_evo_create() 291 ret = nouveau_gpuobj_new(dev, disp->master, 0x1000, 0, in nv50_evo_create()
|
D | nv84_crypt.c | 46 ret = nouveau_gpuobj_new(dev, chan, 256, 0, NVOBJ_FLAG_ZERO_ALLOC | in nv84_crypt_context_new() 100 ret = nouveau_gpuobj_new(dev, chan, 16, 16, NVOBJ_FLAG_ZERO_FREE, &obj); in nv84_crypt_object_new()
|
D | nouveau_object.c | 168 nouveau_gpuobj_new(struct drm_device *dev, struct nouveau_channel *chan, in nouveau_gpuobj_new() function 451 ret = nouveau_gpuobj_new(dev, chan, 24, 16, NVOBJ_FLAG_ZERO_FREE, pobj); in nv50_gpuobj_dma_new() 528 ret = nouveau_gpuobj_new(dev, chan, 16, 16, NVOBJ_FLAG_ZERO_FREE, &obj); in nouveau_gpuobj_dma_new() 677 ret = nouveau_gpuobj_new(dev, NULL, size, 0x1000, 0, &chan->ramin); in nouveau_gpuobj_channel_init_pramin() 702 ret = nouveau_gpuobj_new(dev, NULL, 4096, 0x1000, 0, &chan->ramin); in nvc0_gpuobj_channel_init() 711 ret = nouveau_gpuobj_new(dev, NULL, 65536, 0x1000, 0, &pgd); in nvc0_gpuobj_channel_init() 789 ret = nouveau_gpuobj_new(dev, chan, 0x8000, 16, in nouveau_gpuobj_channel_init()
|
D | nvc0_graph.c | 163 ret = nouveau_gpuobj_new(dev, chan, 0x2000, 256, NVOBJ_FLAG_VM, in nvc0_graph_create_context_mmio_list() 168 ret = nouveau_gpuobj_new(dev, chan, 0x8000, 256, NVOBJ_FLAG_VM, in nvc0_graph_create_context_mmio_list() 173 ret = nouveau_gpuobj_new(dev, chan, 384 * 1024, 4096, in nvc0_graph_create_context_mmio_list() 179 ret = nouveau_gpuobj_new(dev, chan, 0x1000, 0, NVOBJ_FLAG_VM, in nvc0_graph_create_context_mmio_list() 264 ret = nouveau_gpuobj_new(dev, chan, priv->grctx_size, 256, in nvc0_graph_context_new() 819 ret = nouveau_gpuobj_new(dev, NULL, 0x1000, 256, 0, &priv->unk4188b4); in nvc0_graph_create() 823 ret = nouveau_gpuobj_new(dev, NULL, 0x1000, 256, 0, &priv->unk4188b8); in nvc0_graph_create()
|
D | nv50_fifo.c | 173 ret = nouveau_gpuobj_new(dev, NULL, 128*4, 0x1000, in nv50_fifo_init() 181 ret = nouveau_gpuobj_new(dev, NULL, 128*4, 0x1000, in nv50_fifo_init() 254 ret = nouveau_gpuobj_new(dev, chan, 0x100, 256, in nv50_fifo_create_context() 260 ret = nouveau_gpuobj_new(dev, chan, 4096, 1024, in nv50_fifo_create_context()
|
D | nv50_mpeg.c | 57 ret = nouveau_gpuobj_new(dev, chan, 128 * 4, 0, NVOBJ_FLAG_ZERO_ALLOC | in nv50_mpeg_context_new() 114 ret = nouveau_gpuobj_new(dev, chan, 16, 16, NVOBJ_FLAG_ZERO_FREE, &obj); in nv50_mpeg_object_new()
|
D | nvc0_fifo.c | 118 ret = nouveau_gpuobj_new(dev, NULL, 0x1000, 0x1000, in nvc0_fifo_create_context() 265 ret = nouveau_gpuobj_new(dev, NULL, 0x1000, 0x1000, 0, in nvc0_fifo_create() 270 ret = nouveau_gpuobj_new(dev, NULL, 0x1000, 0x1000, 0, in nvc0_fifo_create()
|
D | nv31_mpeg.c | 66 ret = nouveau_gpuobj_new(dev, NULL, 264 * 4, 16, NVOBJ_FLAG_ZERO_ALLOC | in nv40_mpeg_context_new() 113 ret = nouveau_gpuobj_new(dev, chan, 20, 16, NVOBJ_FLAG_ZERO_ALLOC | in nv31_mpeg_object_new()
|
D | nv50_instmem.c | 80 ret = nouveau_gpuobj_new(dev, NULL, size, 0x1000, 0, &chan->ramin); in nv50_channel_new() 158 ret = nouveau_gpuobj_new(dev, NULL, (BAR3_VM_SIZE >> 12) * 8, in nv50_instmem_init()
|
D | nouveau_sgdma.c | 380 ret = nouveau_gpuobj_new(dev, NULL, aper_size / 1024, align, in nouveau_sgdma_init() 393 ret = nouveau_gpuobj_new(dev, NULL, (aper_size / 1024) + 8, 16, in nouveau_sgdma_init()
|
D | nv40_graph.c | 49 ret = nouveau_gpuobj_new(dev, NULL, pgraph->grctx_size, 16, in nv40_graph_context_new() 108 ret = nouveau_gpuobj_new(dev, chan, 20, 16, NVOBJ_FLAG_ZERO_FREE, &obj); in nv40_graph_object_new()
|
D | nva3_copy.c | 48 ret = nouveau_gpuobj_new(dev, chan, 256, 0, NVOBJ_FLAG_ZERO_ALLOC | in nva3_copy_context_new()
|
D | nvc0_copy.c | 51 ret = nouveau_gpuobj_new(dev, chan, 256, 256, in nvc0_copy_context_new()
|
D | nv20_graph.c | 430 ret = nouveau_gpuobj_new(dev, NULL, pgraph->grctx_size, 16, in nv20_graph_context_new() 789 ret = nouveau_gpuobj_new(dev, NULL, 32 * 4, 16, NVOBJ_FLAG_ZERO_ALLOC, in nv20_graph_create()
|
D | nv50_graph.c | 237 ret = nouveau_gpuobj_new(dev, NULL, pgraph->grctx_size, 0, in nv50_graph_context_new() 310 ret = nouveau_gpuobj_new(dev, chan, 16, 16, NVOBJ_FLAG_ZERO_FREE, &obj); in nv50_graph_object_new()
|
D | nouveau_vm.c | 196 ret = nouveau_gpuobj_new(vm->dev, NULL, pgt_size, 0x1000, in nouveau_vm_map_pgt()
|
D | nv04_graph.c | 475 ret = nouveau_gpuobj_new(dev, chan, 16, 16, NVOBJ_FLAG_ZERO_FREE, &obj); in nv04_graph_object_new()
|
D | nouveau_drv.h | 1019 extern int nouveau_gpuobj_new(struct drm_device *, struct nouveau_channel *,
|
D | nvd0_display.c | 2046 ret = nouveau_gpuobj_new(dev, NULL, 0x4000, 0x10000, in nvd0_display_create()
|