Home
last modified time | relevance | path

Searched refs:nouveau_gpuobj_new (Results 1 – 25 of 29) sorted by relevance

12

/drivers/gpu/drm/nouveau/core/subdev/bar/
Dnv50.c125 ret = nouveau_gpuobj_new(nv_object(priv), NULL, 0x20000, 0, in nv50_bar_ctor()
131 ret = nouveau_gpuobj_new(nv_object(priv), heap, in nv50_bar_ctor()
137 ret = nouveau_gpuobj_new(nv_object(priv), heap, 0x4000, 0, in nv50_bar_ctor()
150 ret = nouveau_gpuobj_new(nv_object(priv), heap, in nv50_bar_ctor()
162 ret = nouveau_gpuobj_new(nv_object(priv), heap, 24, 16, 0, &priv->bar3); in nv50_bar_ctor()
187 ret = nouveau_gpuobj_new(nv_object(priv), heap, 24, 16, 0, &priv->bar1); in nv50_bar_ctor()
Dnvc0.c104 ret = nouveau_gpuobj_new(nv_object(priv), NULL, 0x1000, 0, 0, in nvc0_bar_ctor()
110 ret = nouveau_gpuobj_new(nv_object(priv), NULL, 0x8000, 0, 0, in nvc0_bar_ctor()
119 ret = nouveau_gpuobj_new(nv_object(priv), NULL, in nvc0_bar_ctor()
138 ret = nouveau_gpuobj_new(nv_object(priv), NULL, 0x1000, 0, 0, in nvc0_bar_ctor()
144 ret = nouveau_gpuobj_new(nv_object(priv), NULL, 0x8000, 0, 0, in nvc0_bar_ctor()
/drivers/gpu/drm/nouveau/core/subdev/instmem/
Dnv40.c85 ret = nouveau_gpuobj_new(nv_object(priv), NULL, 0x10000, 0, 0, in nv40_instmem_ctor()
99 ret = nouveau_gpuobj_new(nv_object(priv), NULL, 0x08000, 0, 0, in nv40_instmem_ctor()
107 ret = nouveau_gpuobj_new(nv_object(priv), NULL, 0x20000, 0, in nv40_instmem_ctor()
Dnv04.c128 ret = nouveau_gpuobj_new(nv_object(priv), NULL, 0x10000, 0, 0, in nv04_instmem_ctor()
139 ret = nouveau_gpuobj_new(nv_object(priv), NULL, 0x00800, 0, in nv04_instmem_ctor()
145 ret = nouveau_gpuobj_new(nv_object(priv), NULL, 0x00200, 0, 0, in nv04_instmem_ctor()
/drivers/gpu/drm/nouveau/core/engine/fifo/
Dnv84.c341 ret = nouveau_gpuobj_new(nv_object(base), nv_object(base), 0x0200, 0, in nv84_fifo_context_ctor()
346 ret = nouveau_gpuobj_new(nv_object(base), nv_object(base), 0x4000, 0, in nv84_fifo_context_ctor()
355 ret = nouveau_gpuobj_new(nv_object(base), nv_object(base), 0x1000, in nv84_fifo_context_ctor()
360 ret = nouveau_gpuobj_new(nv_object(base), nv_object(base), 0x0100, in nv84_fifo_context_ctor()
412 ret = nouveau_gpuobj_new(nv_object(priv), NULL, 128 * 4, 0x1000, 0, in nv84_fifo_ctor()
417 ret = nouveau_gpuobj_new(nv_object(priv), NULL, 128 * 4, 0x1000, 0, in nv84_fifo_ctor()
Dnv50.c386 ret = nouveau_gpuobj_new(nv_object(base), nv_object(base), 0x0200, in nv50_fifo_context_ctor()
391 ret = nouveau_gpuobj_new(nv_object(base), nv_object(base), 0x1200, 0, in nv50_fifo_context_ctor()
396 ret = nouveau_gpuobj_new(nv_object(base), nv_object(base), 0x4000, 0, 0, in nv50_fifo_context_ctor()
450 ret = nouveau_gpuobj_new(nv_object(priv), NULL, 128 * 4, 0x1000, 0, in nv50_fifo_ctor()
455 ret = nouveau_gpuobj_new(nv_object(priv), NULL, 128 * 4, 0x1000, 0, in nv50_fifo_ctor()
Dnvc0.c305 ret = nouveau_gpuobj_new(nv_object(base), NULL, 0x10000, 0x1000, 0, in nvc0_fifo_context_ctor()
637 ret = nouveau_gpuobj_new(nv_object(priv), NULL, 0x1000, 0x1000, 0, in nvc0_fifo_ctor()
642 ret = nouveau_gpuobj_new(nv_object(priv), NULL, 0x1000, 0x1000, 0, in nvc0_fifo_ctor()
647 ret = nouveau_gpuobj_new(nv_object(priv), NULL, 128 * 0x1000, 0x1000, 0, in nvc0_fifo_ctor()
Dnve0.c100 int ret = nouveau_gpuobj_new(nv_object(priv), NULL, in nve0_fifo_playlist_update()
339 ret = nouveau_gpuobj_new(nv_object(base), NULL, 0x10000, 0x1000, 0, in nve0_fifo_context_ctor()
602 ret = nouveau_gpuobj_new(nv_object(priv), NULL, 4096 * 0x200, 0x1000, in nve0_fifo_ctor()
/drivers/gpu/drm/nouveau/core/include/core/
Dgpuobj.h48 int nouveau_gpuobj_new(struct nouveau_object *, struct nouveau_object *,
/drivers/gpu/drm/nouveau/core/engine/dmaobj/
Dnvd0.c85 ret = nouveau_gpuobj_new(parent, parent, 24, 32, 0, pgpuobj); in nvd0_dmaobj_bind()
Dnvc0.c102 ret = nouveau_gpuobj_new(parent, parent, 24, 32, 0, pgpuobj); in nvc0_dmaobj_bind()
Dnv04.c104 ret = nouveau_gpuobj_new(parent, parent, 16, 16, 0, &gpuobj); in nv04_dmaobj_bind()
Dnv50.c120 ret = nouveau_gpuobj_new(parent, parent, 24, 32, 0, pgpuobj); in nv50_dmaobj_bind()
/drivers/gpu/drm/nouveau/core/subdev/vm/
Dnv04.c113 ret = nouveau_gpuobj_new(nv_object(priv), NULL, in nv04_vmmgr_ctor()
Dnv41.c122 ret = nouveau_gpuobj_new(nv_object(priv), NULL, in nv41_vmmgr_ctor()
Dnv44.c199 ret = nouveau_gpuobj_new(nv_object(priv), NULL, in nv44_vmmgr_ctor()
/drivers/gpu/drm/nouveau/core/engine/graph/
Dnvc0.c105 ret = nouveau_gpuobj_new(nv_object(chan), NULL, 0x1000, 0x100, 0, in nvc0_graph_context_ctor()
118 ret = nouveau_gpuobj_new(nv_object(chan), NULL, data->size, in nvc0_graph_context_ctor()
571 ret = nouveau_gpuobj_new(nv_object(priv), NULL, 0x1000, 256, 0, in nvc0_graph_ctor()
576 ret = nouveau_gpuobj_new(nv_object(priv), NULL, 0x1000, 256, 0, in nvc0_graph_ctor()
Dnv2a.c112 ret = nouveau_gpuobj_new(nv_object(priv), NULL, 32 * 4, 16, in nv2a_graph_ctor()
Dnv25.c145 ret = nouveau_gpuobj_new(nv_object(priv), NULL, 32 * 4, 16, in nv25_graph_ctor()
Dnv35.c144 ret = nouveau_gpuobj_new(nv_object(priv), NULL, 32 * 4, 16, in nv35_graph_ctor()
Dnv34.c146 ret = nouveau_gpuobj_new(nv_object(priv), NULL, 32 * 4, 16, in nv34_graph_ctor()
Dnv30.c146 ret = nouveau_gpuobj_new(nv_object(priv), NULL, 32 * 4, 16, in nv30_graph_ctor()
Dnve0.c454 ret = nouveau_gpuobj_new(nv_object(priv), NULL, 0x1000, 256, 0, in nve0_graph_ctor()
459 ret = nouveau_gpuobj_new(nv_object(priv), NULL, 0x1000, 256, 0, in nve0_graph_ctor()
/drivers/gpu/drm/nouveau/core/core/
Dfalcon.c146 ret = nouveau_gpuobj_new(object->parent, NULL, in _nouveau_falcon_init()
Dgpuobj.c219 nouveau_gpuobj_new(struct nouveau_object *parent, struct nouveau_object *pargpu, in nouveau_gpuobj_new() function

12