Lines Matching refs:push
30 struct nvif_push *push = nv50_disp(head->base.base.dev)->core->chan.push;
60 if ((ret = PUSH_WAIT(push, 4)))
64 PUSH_MTHD(push, NV907D, HEAD_SET_CONTEXT_DMA_CRC(i), ctx->ntfy.handle);
65 PUSH_MTHD(push, NV907D, HEAD_SET_CRC_CONTROL(i), crc_args);
67 PUSH_MTHD(push, NV907D, HEAD_SET_CRC_CONTROL(i), crc_args);
68 PUSH_MTHD(push, NV907D, HEAD_SET_CONTEXT_DMA_CRC(i), 0);
77 struct nvif_push *push = nv50_disp(head->base.base.dev)->core->chan.push;
81 if ((ret = PUSH_WAIT(push, 2)))
84 PUSH_MTHD(push, NV907D, HEAD_SET_CONTEXT_DMA_CRC(i), ctx ? ctx->ntfy.handle : 0);