Lines Matching full:push
33 struct nvif_push *push = nv50_disp(head->base.base.dev)->core->chan.push; in headc37d_or() local
52 if ((ret = PUSH_WAIT(push, 2))) in headc37d_or()
55 PUSH_MTHD(push, NVC37D, HEAD_SET_CONTROL_OUTPUT_RESOURCE(i), in headc37d_or()
67 struct nvif_push *push = nv50_disp(head->base.base.dev)->core->chan.push; in headc37d_procamp() local
71 if ((ret = PUSH_WAIT(push, 2))) in headc37d_procamp()
74 PUSH_MTHD(push, NVC37D, HEAD_SET_PROCAMP(i), in headc37d_procamp()
88 struct nvif_push *push = nv50_disp(head->base.base.dev)->core->chan.push; in headc37d_dither() local
92 if ((ret = PUSH_WAIT(push, 2))) in headc37d_dither()
95 PUSH_MTHD(push, NVC37D, HEAD_SET_DITHER_CONTROL(i), in headc37d_dither()
107 struct nvif_push *push = nv50_disp(head->base.base.dev)->core->chan.push; in headc37d_curs_clr() local
111 if ((ret = PUSH_WAIT(push, 4))) in headc37d_curs_clr()
114 PUSH_MTHD(push, NVC37D, HEAD_SET_CONTROL_CURSOR(i), in headc37d_curs_clr()
118 PUSH_MTHD(push, NVC37D, HEAD_SET_CONTEXT_DMA_CURSOR(i, 0), 0x00000000); in headc37d_curs_clr()
125 struct nvif_push *push = nv50_disp(head->base.base.dev)->core->chan.push; in headc37d_curs_set() local
129 if ((ret = PUSH_WAIT(push, 7))) in headc37d_curs_set()
132 PUSH_MTHD(push, NVC37D, HEAD_SET_CONTROL_CURSOR(i), in headc37d_curs_set()
148 PUSH_MTHD(push, NVC37D, HEAD_SET_CONTEXT_DMA_CURSOR(i, 0), asyh->curs.handle); in headc37d_curs_set()
149 PUSH_MTHD(push, NVC37D, HEAD_SET_OFFSET_CURSOR(i, 0), asyh->curs.offset >> 8); in headc37d_curs_set()
164 struct nvif_push *push = nv50_disp(head->base.base.dev)->core->chan.push; in headc37d_olut_clr() local
168 if ((ret = PUSH_WAIT(push, 2))) in headc37d_olut_clr()
171 PUSH_MTHD(push, NVC37D, HEAD_SET_CONTEXT_DMA_OUTPUT_LUT(i), 0x00000000); in headc37d_olut_clr()
178 struct nvif_push *push = nv50_disp(head->base.base.dev)->core->chan.push; in headc37d_olut_set() local
182 if ((ret = PUSH_WAIT(push, 4))) in headc37d_olut_set()
185 PUSH_MTHD(push, NVC37D, HEAD_SET_CONTROL_OUTPUT_LUT(i), in headc37d_olut_set()
212 struct nvif_push *push = nv50_disp(head->base.base.dev)->core->chan.push; in headc37d_mode() local
217 if ((ret = PUSH_WAIT(push, 15))) in headc37d_mode()
220 PUSH_MTHD(push, NVC37D, HEAD_SET_RASTER_SIZE(i), in headc37d_mode()
237 PUSH_NVSQ(push, NVC37D, 0x2074 + (i * 0x400), m->v.blank2e << 16 | m->v.blank2s); in headc37d_mode()
238 PUSH_NVSQ(push, NVC37D, 0x2008 + (i * 0x400), m->interlace); in headc37d_mode()
240 PUSH_MTHD(push, NVC37D, HEAD_SET_PIXEL_CLOCK_FREQUENCY(i), in headc37d_mode()
243 PUSH_MTHD(push, NVC37D, HEAD_SET_PIXEL_CLOCK_FREQUENCY_MAX(i), in headc37d_mode()
247 PUSH_MTHD(push, NVC37D, HEAD_SET_HEAD_USAGE_BOUNDS(i), in headc37d_mode()
257 struct nvif_push *push = nv50_disp(head->base.base.dev)->core->chan.push; in headc37d_view() local
261 if ((ret = PUSH_WAIT(push, 4))) in headc37d_view()
264 PUSH_MTHD(push, NVC37D, HEAD_SET_VIEWPORT_SIZE_IN(i), in headc37d_view()
268 PUSH_MTHD(push, NVC37D, HEAD_SET_VIEWPORT_SIZE_OUT(i), in headc37d_view()