Lines Matching refs:push
42 struct nvif_push *push = nv50_disp(head->base.base.dev)->core->chan.push;
64 if ((ret = PUSH_WAIT(push, 4)))
68 PUSH_MTHD(push, NVC37D, HEAD_SET_CONTEXT_DMA_CRC(i), ctx->ntfy.handle);
69 PUSH_MTHD(push, NVC37D, HEAD_SET_CRC_CONTROL(i), crc_args);
71 PUSH_MTHD(push, NVC37D, HEAD_SET_CRC_CONTROL(i), 0);
72 PUSH_MTHD(push, NVC37D, HEAD_SET_CONTEXT_DMA_CRC(i), 0);
81 struct nvif_push *push = nv50_disp(head->base.base.dev)->core->chan.push;
85 if ((ret = PUSH_WAIT(push, 2)))
88 PUSH_MTHD(push, NVC37D, HEAD_SET_CONTEXT_DMA_CRC(i), ctx ? ctx->ntfy.handle : 0);