Lines Matching full:push
33 struct nvif_push *push = nv50_disp(head->base.base.dev)->core->chan.push; in headc57d_or() local
52 if ((ret = PUSH_WAIT(push, 2))) in headc57d_or()
55 PUSH_MTHD(push, NVC57D, HEAD_SET_CONTROL_OUTPUT_RESOURCE(i), in headc57d_or()
68 struct nvif_push *push = nv50_disp(head->base.base.dev)->core->chan.push; in headc57d_procamp() local
72 if ((ret = PUSH_WAIT(push, 2))) in headc57d_procamp()
76 PUSH_MTHD(push, NVC57D, HEAD_SET_PROCAMP(i), in headc57d_procamp()
86 struct nvif_push *push = nv50_disp(head->base.base.dev)->core->chan.push; in headc57d_olut_clr() local
90 if ((ret = PUSH_WAIT(push, 2))) in headc57d_olut_clr()
93 PUSH_MTHD(push, NVC57D, HEAD_SET_CONTEXT_DMA_OLUT(i), 0x00000000); in headc57d_olut_clr()
100 struct nvif_push *push = nv50_disp(head->base.base.dev)->core->chan.push; in headc57d_olut_set() local
104 if ((ret = PUSH_WAIT(push, 5))) in headc57d_olut_set()
107 PUSH_MTHD(push, NVC57D, HEAD_SET_OLUT_CONTROL(i), in headc57d_olut_set()
191 struct nvif_push *push = nv50_disp(head->base.base.dev)->core->chan.push; in headc57d_mode() local
196 if ((ret = PUSH_WAIT(push, 15))) in headc57d_mode()
199 PUSH_MTHD(push, NVC57D, HEAD_SET_RASTER_SIZE(i), in headc57d_mode()
216 PUSH_NVSQ(push, NVC57D, 0x2074 + (i * 0x400), m->v.blank2e << 16 | m->v.blank2s); in headc57d_mode()
217 PUSH_NVSQ(push, NVC57D, 0x2008 + (i * 0x400), m->interlace); in headc57d_mode()
219 PUSH_MTHD(push, NVC57D, HEAD_SET_PIXEL_CLOCK_FREQUENCY(i), in headc57d_mode()
222 PUSH_MTHD(push, NVC57D, HEAD_SET_PIXEL_CLOCK_FREQUENCY_MAX(i), in headc57d_mode()
226 PUSH_MTHD(push, NVC57D, HEAD_SET_HEAD_USAGE_BOUNDS(i), in headc57d_mode()