Lines Matching full:push

33 	struct nvif_push *push = &nv50_disp(head->base.base.dev)->core->chan.push;  in headc57d_display_id()  local
36 if ((ret = PUSH_WAIT(push, 2))) in headc57d_display_id()
39 PUSH_NVSQ(push, NVC57D, 0x2020 + (head->base.index * 0x400), display_id); in headc57d_display_id()
46 struct nvif_push *push = &nv50_disp(head->base.base.dev)->core->chan.push; in headc57d_or() local
65 if ((ret = PUSH_WAIT(push, 2))) in headc57d_or()
68 PUSH_MTHD(push, NVC57D, HEAD_SET_CONTROL_OUTPUT_RESOURCE(i), in headc57d_or()
81 struct nvif_push *push = &nv50_disp(head->base.base.dev)->core->chan.push; in headc57d_procamp() local
85 if ((ret = PUSH_WAIT(push, 2))) in headc57d_procamp()
89 PUSH_MTHD(push, NVC57D, HEAD_SET_PROCAMP(i), in headc57d_procamp()
99 struct nvif_push *push = &nv50_disp(head->base.base.dev)->core->chan.push; in headc57d_olut_clr() local
103 if ((ret = PUSH_WAIT(push, 2))) in headc57d_olut_clr()
106 PUSH_MTHD(push, NVC57D, HEAD_SET_CONTEXT_DMA_OLUT(i), 0x00000000); in headc57d_olut_clr()
113 struct nvif_push *push = &nv50_disp(head->base.base.dev)->core->chan.push; in headc57d_olut_set() local
117 if ((ret = PUSH_WAIT(push, 5))) in headc57d_olut_set()
120 PUSH_MTHD(push, NVC57D, HEAD_SET_OLUT_CONTROL(i), in headc57d_olut_set()
204 struct nvif_push *push = &nv50_disp(head->base.base.dev)->core->chan.push; in headc57d_mode() local
209 if ((ret = PUSH_WAIT(push, 15))) in headc57d_mode()
212 PUSH_MTHD(push, NVC57D, HEAD_SET_RASTER_SIZE(i), in headc57d_mode()
229 PUSH_NVSQ(push, NVC57D, 0x2074 + (i * 0x400), m->v.blank2e << 16 | m->v.blank2s); in headc57d_mode()
230 PUSH_NVSQ(push, NVC57D, 0x2008 + (i * 0x400), m->interlace); in headc57d_mode()
232 PUSH_MTHD(push, NVC57D, HEAD_SET_PIXEL_CLOCK_FREQUENCY(i), in headc57d_mode()
235 PUSH_MTHD(push, NVC57D, HEAD_SET_PIXEL_CLOCK_FREQUENCY_MAX(i), in headc57d_mode()
239 PUSH_MTHD(push, NVC57D, HEAD_SET_HEAD_USAGE_BOUNDS(i), in headc57d_mode()