Lines Matching defs:chan
311 pushbuf_submit(struct nouveau_pushbuf *push, struct nouveau_object *chan)
320 struct nouveau_fifo *fifo = chan->data;
325 if (chan->oclass != NOUVEAU_FIFO_CHANNEL_CLASS)
539 nouveau_pushbuf_new(struct nouveau_client *client, struct nouveau_object *chan,
544 struct nouveau_fifo *fifo = chan->data;
550 if (chan->oclass != NOUVEAU_FIFO_CHANNEL_CLASS)
583 push->channel = immediate ? chan : NULL;
778 nouveau_pushbuf_kick(struct nouveau_pushbuf *push, struct nouveau_object *chan)
781 return pushbuf_submit(push, chan);
787 nouveau_check_dead_channel(struct nouveau_drm *drm, struct nouveau_object *chan)
790 struct nouveau_fifo *fifo = chan->data;