• Home
  • Raw
  • Download

Lines Matching refs:push

40 	struct nvif_push *push = wndw->wndw.push;  in base507c_update()  local
43 if ((ret = PUSH_WAIT(push, 2))) in base507c_update()
46 PUSH_MTHD(push, NV507C, UPDATE, interlock[NV50_DISP_INTERLOCK_CORE]); in base507c_update()
47 return PUSH_KICK(push); in base507c_update()
53 struct nvif_push *push = wndw->wndw.push; in base507c_image_clr() local
56 if ((ret = PUSH_WAIT(push, 4))) in base507c_image_clr()
59 PUSH_MTHD(push, NV507C, SET_PRESENT_CONTROL, in base507c_image_clr()
63 PUSH_MTHD(push, NV507C, SET_CONTEXT_DMA_ISO, 0x00000000); in base507c_image_clr()
70 struct nvif_push *push = wndw->wndw.push; in base507c_image_set() local
73 if ((ret = PUSH_WAIT(push, 13))) in base507c_image_set()
76 PUSH_MTHD(push, NV507C, SET_PRESENT_CONTROL, in base507c_image_set()
80 PUSH_MTHD(push, NV507C, SET_CONTEXT_DMA_ISO, asyw->image.handle[0]); in base507c_image_set()
83 PUSH_MTHD(push, NV507C, SET_PROCESSING, in base507c_image_set()
90 PUSH_MTHD(push, NV507C, SET_PROCESSING, in base507c_image_set()
98 PUSH_MTHD(push, NV507C, SURFACE_SET_OFFSET(0, 0), asyw->image.offset[0] >> 8); in base507c_image_set()
100 PUSH_MTHD(push, NV507C, SURFACE_SET_SIZE(0), in base507c_image_set()
123 struct nvif_push *push = wndw->wndw.push; in base507c_xlut_clr() local
126 if ((ret = PUSH_WAIT(push, 2))) in base507c_xlut_clr()
129 PUSH_MTHD(push, NV507C, SET_BASE_LUT_LO, in base507c_xlut_clr()
137 struct nvif_push *push = wndw->wndw.push; in base507c_xlut_set() local
140 if ((ret = PUSH_WAIT(push, 2))) in base507c_xlut_set()
143 PUSH_MTHD(push, NV507C, SET_BASE_LUT_LO, in base507c_xlut_set()
163 struct nvif_push *push = wndw->wndw.push; in base507c_ntfy_clr() local
166 if ((ret = PUSH_WAIT(push, 2))) in base507c_ntfy_clr()
169 PUSH_MTHD(push, NV507C, SET_CONTEXT_DMA_NOTIFIER, 0x00000000); in base507c_ntfy_clr()
176 struct nvif_push *push = wndw->wndw.push; in base507c_ntfy_set() local
179 if ((ret = PUSH_WAIT(push, 3))) in base507c_ntfy_set()
182 PUSH_MTHD(push, NV507C, SET_NOTIFIER_CONTROL, in base507c_ntfy_set()
200 struct nvif_push *push = wndw->wndw.push; in base507c_sema_clr() local
203 if ((ret = PUSH_WAIT(push, 2))) in base507c_sema_clr()
206 PUSH_MTHD(push, NV507C, SET_CONTEXT_DMA_SEMAPHORE, 0x00000000); in base507c_sema_clr()
213 struct nvif_push *push = wndw->wndw.push; in base507c_sema_set() local
216 if ((ret = PUSH_WAIT(push, 5))) in base507c_sema_set()
219 PUSH_MTHD(push, NV507C, SET_SEMAPHORE_CONTROL, asyw->sema.offset, in base507c_sema_set()