Lines Matching refs:engine
81 switch (nv_engidx(object->engine)) { in nv50_fifo_context_attach()
106 struct nv50_fifo_priv *priv = (void *)parent->engine; in nv50_fifo_context_detach()
112 switch (nv_engidx(object->engine)) { in nv50_fifo_context_detach()
169 switch (nv_engidx(object->engine)) { in nv50_fifo_object_attach()
189 nv50_fifo_chan_ctor_dma(struct nvkm_object *parent, struct nvkm_object *engine, in nv50_fifo_chan_ctor_dma() argument
209 ret = nvkm_fifo_channel_create(parent, engine, oclass, 0, 0xc00000, in nv50_fifo_chan_ctor_dma()
250 nv50_fifo_chan_ctor_ind(struct nvkm_object *parent, struct nvkm_object *engine, in nv50_fifo_chan_ctor_ind() argument
272 ret = nvkm_fifo_channel_create(parent, engine, oclass, 0, 0xc00000, in nv50_fifo_chan_ctor_ind()
323 struct nv50_fifo_priv *priv = (void *)object->engine; in nv50_fifo_chan_init()
342 struct nv50_fifo_priv *priv = (void *)object->engine; in nv50_fifo_chan_fini()
390 nv50_fifo_context_ctor(struct nvkm_object *parent, struct nvkm_object *engine, in nv50_fifo_context_ctor() argument
397 ret = nvkm_fifo_context_create(parent, engine, oclass, NULL, 0x10000, in nv50_fifo_context_ctor()
455 nv50_fifo_ctor(struct nvkm_object *parent, struct nvkm_object *engine, in nv50_fifo_ctor() argument
462 ret = nvkm_fifo_create(parent, engine, oclass, 1, 127, &priv); in nv50_fifo_ctor()