Home | History | Annotate | Download | only in nvc0

Lines Matching refs:pushbuf

44    PUSH_KICK(nvc0->base.pushbuf); /* fencing handled in kick_notify */
50 struct nouveau_pushbuf *push = nvc0_context(pipe)->base.pushbuf;
90 nvc0->base.pushbuf->kick_notify = NULL;
92 nouveau_pushbuf_bufctx(nvc0->base.pushbuf, NULL);
94 nouveau_pushbuf_kick(nvc0->base.pushbuf, nvc0->base.pushbuf->channel);
132 nvc0->base.pushbuf = screen->base.pushbuf;
157 nouveau_pushbuf_bufctx(screen->base.pushbuf, nvc0->bufctx);
159 screen->base.pushbuf->kick_notify = nvc0_default_kick_notify;