Lines Matching full:push
32 struct nvif_push *push = nv50_disp(head->base.base.dev)->core->chan.push; in head507d_procamp() local
36 if ((ret = PUSH_WAIT(push, 2))) in head507d_procamp()
39 PUSH_MTHD(push, NV507D, HEAD_SET_PROCAMP(i), in head507d_procamp()
51 struct nvif_push *push = nv50_disp(head->base.base.dev)->core->chan.push; in head507d_dither() local
55 if ((ret = PUSH_WAIT(push, 2))) in head507d_dither()
58 PUSH_MTHD(push, NV507D, HEAD_SET_DITHER_CONTROL(i), in head507d_dither()
69 struct nvif_push *push = nv50_disp(head->base.base.dev)->core->chan.push; in head507d_ovly() local
87 if ((ret = PUSH_WAIT(push, 2))) in head507d_ovly()
90 PUSH_MTHD(push, NV507D, HEAD_SET_BASE_CHANNEL_USAGE_BOUNDS(i), bounds); in head507d_ovly()
97 struct nvif_push *push = nv50_disp(head->base.base.dev)->core->chan.push; in head507d_base() local
115 if ((ret = PUSH_WAIT(push, 2))) in head507d_base()
118 PUSH_MTHD(push, NV507D, HEAD_SET_BASE_CHANNEL_USAGE_BOUNDS(i), bounds); in head507d_base()
125 struct nvif_push *push = nv50_disp(head->base.base.dev)->core->chan.push; in head507d_curs_clr() local
129 if ((ret = PUSH_WAIT(push, 2))) in head507d_curs_clr()
132 PUSH_MTHD(push, NV507D, HEAD_SET_CONTROL_CURSOR(i), in head507d_curs_clr()
142 struct nvif_push *push = nv50_disp(head->base.base.dev)->core->chan.push; in head507d_curs_set() local
146 if ((ret = PUSH_WAIT(push, 3))) in head507d_curs_set()
149 PUSH_MTHD(push, NV507D, HEAD_SET_CONTROL_CURSOR(i), in head507d_curs_set()
191 struct nvif_push *push = nv50_disp(head->base.base.dev)->core->chan.push; in head507d_core_clr() local
195 if ((ret = PUSH_WAIT(push, 2))) in head507d_core_clr()
198 PUSH_MTHD(push, NV507D, HEAD_SET_CONTEXT_DMA_ISO(i), 0x00000000); in head507d_core_clr()
205 struct nvif_push *push = nv50_disp(head->base.base.dev)->core->chan.push; in head507d_core_set() local
209 if ((ret = PUSH_WAIT(push, 9))) in head507d_core_set()
212 PUSH_MTHD(push, NV507D, HEAD_SET_OFFSET(i, 0), in head507d_core_set()
215 PUSH_MTHD(push, NV507D, HEAD_SET_SIZE(i), in head507d_core_set()
233 PUSH_MTHD(push, NV507D, HEAD_SET_VIEWPORT_POINT_IN(i, 0), in head507d_core_set()
281 struct nvif_push *push = nv50_disp(head->base.base.dev)->core->chan.push; in head507d_olut_clr() local
285 if ((ret = PUSH_WAIT(push, 2))) in head507d_olut_clr()
288 PUSH_MTHD(push, NV507D, HEAD_SET_BASE_LUT_LO(i), in head507d_olut_clr()
296 struct nvif_push *push = nv50_disp(head->base.base.dev)->core->chan.push; in head507d_olut_set() local
300 if ((ret = PUSH_WAIT(push, 3))) in head507d_olut_set()
303 PUSH_MTHD(push, NV507D, HEAD_SET_BASE_LUT_LO(i), in head507d_olut_set()
348 struct nvif_push *push = nv50_disp(head->base.base.dev)->core->chan.push; in head507d_mode() local
353 if ((ret = PUSH_WAIT(push, 13))) in head507d_mode()
356 PUSH_MTHD(push, NV507D, HEAD_SET_PIXEL_CLOCK(i), in head507d_mode()
365 PUSH_MTHD(push, NV507D, HEAD_SET_OVERSCAN_COLOR(i), in head507d_mode()
393 PUSH_MTHD(push, NV507D, HEAD_SET_DEFAULT_BASE_COLOR(i), in head507d_mode()
403 struct nvif_push *push = nv50_disp(head->base.base.dev)->core->chan.push; in head507d_view() local
407 if ((ret = PUSH_WAIT(push, 7))) in head507d_view()
410 PUSH_MTHD(push, NV507D, HEAD_SET_CONTROL_OUTPUT_SCALER(i), in head507d_view()
416 PUSH_MTHD(push, NV507D, HEAD_SET_VIEWPORT_SIZE_IN(i), in head507d_view()
420 PUSH_MTHD(push, NV507D, HEAD_SET_VIEWPORT_SIZE_OUT(i), in head507d_view()