Lines Matching refs:engine
71 struct nv04_fifo_priv *priv = (void *)parent->engine; in nv40_fifo_object_attach()
81 switch (nv_engidx(object->engine)) { in nv40_fifo_object_attach()
107 struct nv04_fifo_priv *priv = (void *)parent->engine; in nv40_fifo_context_attach()
112 switch (nv_engidx(engctx->engine)) { in nv40_fifo_context_attach()
144 struct nv04_fifo_priv *priv = (void *)parent->engine; in nv40_fifo_context_detach()
149 switch (nv_engidx(engctx->engine)) { in nv40_fifo_context_detach()
177 nv40_fifo_chan_ctor(struct nvkm_object *parent, struct nvkm_object *engine, in nv40_fifo_chan_ctor() argument
184 struct nv04_fifo_priv *priv = (void *)engine; in nv40_fifo_chan_ctor()
196 ret = nvkm_fifo_channel_create(parent, engine, oclass, 0, 0xc00000, in nv40_fifo_chan_ctor()
268 nv40_fifo_ctor(struct nvkm_object *parent, struct nvkm_object *engine, in nv40_fifo_ctor() argument
276 ret = nvkm_fifo_create(parent, engine, oclass, 0, 31, &priv); in nv40_fifo_ctor()