Lines Matching refs:push

39 	struct nvif_push *push = nv50_disp(head->base.base.dev)->core->chan.push;  in head907d_or()  local
43 if ((ret = PUSH_WAIT(push, 3))) in head907d_or()
46 PUSH_MTHD(push, NV907D, HEAD_SET_CONTROL_OUTPUT_RESOURCE(i), in head907d_or()
60 struct nvif_push *push = nv50_disp(head->base.base.dev)->core->chan.push; in head907d_procamp() local
64 if ((ret = PUSH_WAIT(push, 2))) in head907d_procamp()
67 PUSH_MTHD(push, NV907D, HEAD_SET_PROCAMP(i), in head907d_procamp()
80 struct nvif_push *push = nv50_disp(head->base.base.dev)->core->chan.push; in head907d_dither() local
84 if ((ret = PUSH_WAIT(push, 2))) in head907d_dither()
87 PUSH_MTHD(push, NV907D, HEAD_SET_DITHER_CONTROL(i), in head907d_dither()
98 struct nvif_push *push = nv50_disp(head->base.base.dev)->core->chan.push; in head907d_ovly() local
117 if ((ret = PUSH_WAIT(push, 2))) in head907d_ovly()
120 PUSH_MTHD(push, NV907D, HEAD_SET_OVERLAY_USAGE_BOUNDS(i), bounds); in head907d_ovly()
127 struct nvif_push *push = nv50_disp(head->base.base.dev)->core->chan.push; in head907d_base() local
145 if ((ret = PUSH_WAIT(push, 2))) in head907d_base()
148 PUSH_MTHD(push, NV907D, HEAD_SET_BASE_CHANNEL_USAGE_BOUNDS(i), bounds); in head907d_base()
155 struct nvif_push *push = nv50_disp(head->base.base.dev)->core->chan.push; in head907d_curs_clr() local
159 if ((ret = PUSH_WAIT(push, 4))) in head907d_curs_clr()
162 PUSH_MTHD(push, NV907D, HEAD_SET_CONTROL_CURSOR(i), in head907d_curs_clr()
167 PUSH_MTHD(push, NV907D, HEAD_SET_CONTEXT_DMA_CURSOR(i), 0x00000000); in head907d_curs_clr()
174 struct nvif_push *push = nv50_disp(head->base.base.dev)->core->chan.push; in head907d_curs_set() local
178 if ((ret = PUSH_WAIT(push, 5))) in head907d_curs_set()
181 PUSH_MTHD(push, NV907D, HEAD_SET_CONTROL_CURSOR(i), in head907d_curs_set()
191 PUSH_MTHD(push, NV907D, HEAD_SET_CONTEXT_DMA_CURSOR(i), asyh->curs.handle); in head907d_curs_set()
198 struct nvif_push *push = nv50_disp(head->base.base.dev)->core->chan.push; in head907d_core_clr() local
202 if ((ret = PUSH_WAIT(push, 2))) in head907d_core_clr()
205 PUSH_MTHD(push, NV907D, HEAD_SET_CONTEXT_DMAS_ISO(i), 0x00000000); in head907d_core_clr()
212 struct nvif_push *push = nv50_disp(head->base.base.dev)->core->chan.push; in head907d_core_set() local
216 if ((ret = PUSH_WAIT(push, 9))) in head907d_core_set()
219 PUSH_MTHD(push, NV907D, HEAD_SET_OFFSET(i), in head907d_core_set()
222 PUSH_MTHD(push, NV907D, HEAD_SET_SIZE(i), in head907d_core_set()
240 PUSH_MTHD(push, NV907D, HEAD_SET_VIEWPORT_POINT_IN(i), in head907d_core_set()
249 struct nvif_push *push = nv50_disp(head->base.base.dev)->core->chan.push; in head907d_olut_clr() local
253 if ((ret = PUSH_WAIT(push, 4))) in head907d_olut_clr()
256 PUSH_MTHD(push, NV907D, HEAD_SET_OUTPUT_LUT_LO(i), in head907d_olut_clr()
259 PUSH_MTHD(push, NV907D, HEAD_SET_CONTEXT_DMA_LUT(i), 0x00000000); in head907d_olut_clr()
266 struct nvif_push *push = nv50_disp(head->base.base.dev)->core->chan.push; in head907d_olut_set() local
270 if ((ret = PUSH_WAIT(push, 5))) in head907d_olut_set()
273 PUSH_MTHD(push, NV907D, HEAD_SET_OUTPUT_LUT_LO(i), in head907d_olut_set()
281 PUSH_MTHD(push, NV907D, HEAD_SET_CONTEXT_DMA_LUT(i), asyh->olut.handle); in head907d_olut_set()
325 struct nvif_push *push = nv50_disp(head->base.base.dev)->core->chan.push; in head907d_mode() local
330 if ((ret = PUSH_WAIT(push, 13))) in head907d_mode()
333 PUSH_MTHD(push, NV907D, HEAD_SET_OVERSCAN_COLOR(i), in head907d_mode()
358 PUSH_MTHD(push, NV907D, HEAD_SET_DEFAULT_BASE_COLOR(i), in head907d_mode()
363 PUSH_MTHD(push, NV907D, HEAD_SET_PIXEL_CLOCK_FREQUENCY(i), in head907d_mode()
381 struct nvif_push *push = nv50_disp(head->base.base.dev)->core->chan.push; in head907d_view() local
385 if ((ret = PUSH_WAIT(push, 8))) in head907d_view()
388 PUSH_MTHD(push, NV907D, HEAD_SET_CONTROL_OUTPUT_SCALER(i), in head907d_view()
394 PUSH_MTHD(push, NV907D, HEAD_SET_VIEWPORT_SIZE_IN(i), in head907d_view()
398 PUSH_MTHD(push, NV907D, HEAD_SET_VIEWPORT_SIZE_OUT(i), in head907d_view()