• Home
  • Raw
  • Download

Lines Matching refs:push

32 	struct nvif_push *push = nv50_disp(head->base.base.dev)->core->chan.push;  in head827d_curs_clr()  local
36 if ((ret = PUSH_WAIT(push, 4))) in head827d_curs_clr()
39 PUSH_MTHD(push, NV827D, HEAD_SET_CONTROL_CURSOR(i), in head827d_curs_clr()
44 PUSH_MTHD(push, NV827D, HEAD_SET_CONTEXT_DMA_CURSOR(i), 0x00000000); in head827d_curs_clr()
51 struct nvif_push *push = nv50_disp(head->base.base.dev)->core->chan.push; in head827d_curs_set() local
55 if ((ret = PUSH_WAIT(push, 5))) in head827d_curs_set()
58 PUSH_MTHD(push, NV827D, HEAD_SET_CONTROL_CURSOR(i), in head827d_curs_set()
69 PUSH_MTHD(push, NV827D, HEAD_SET_CONTEXT_DMA_CURSOR(i), asyh->curs.handle); in head827d_curs_set()
76 struct nvif_push *push = nv50_disp(head->base.base.dev)->core->chan.push; in head827d_core_set() local
80 if ((ret = PUSH_WAIT(push, 9))) in head827d_core_set()
83 PUSH_MTHD(push, NV827D, HEAD_SET_OFFSET(i, 0), in head827d_core_set()
86 PUSH_MTHD(push, NV827D, HEAD_SET_SIZE(i), in head827d_core_set()
104 PUSH_MTHD(push, NV827D, HEAD_SET_VIEWPORT_POINT_IN(i, 0), in head827d_core_set()
113 struct nvif_push *push = nv50_disp(head->base.base.dev)->core->chan.push; in head827d_olut_clr() local
117 if ((ret = PUSH_WAIT(push, 4))) in head827d_olut_clr()
120 PUSH_MTHD(push, NV827D, HEAD_SET_BASE_LUT_LO(i), in head827d_olut_clr()
123 PUSH_MTHD(push, NV827D, HEAD_SET_CONTEXT_DMA_LUT(i), 0x00000000); in head827d_olut_clr()
130 struct nvif_push *push = nv50_disp(head->base.base.dev)->core->chan.push; in head827d_olut_set() local
134 if ((ret = PUSH_WAIT(push, 5))) in head827d_olut_set()
137 PUSH_MTHD(push, NV827D, HEAD_SET_BASE_LUT_LO(i), in head827d_olut_set()
145 PUSH_MTHD(push, NV827D, HEAD_SET_CONTEXT_DMA_LUT(i), asyh->olut.handle); in head827d_olut_set()