Lines Matching full: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()
94 PUSH_MTHD(push, NV507C, SURFACE_SET_OFFSET(0, 0), asyw->image.offset[0] >> 8); in base507c_image_set()
96 PUSH_MTHD(push, NV507C, SURFACE_SET_SIZE(0), in base507c_image_set()
119 struct nvif_push *push = wndw->wndw.push; in base507c_xlut_clr() local
122 if ((ret = PUSH_WAIT(push, 2))) in base507c_xlut_clr()
125 PUSH_MTHD(push, NV507C, SET_BASE_LUT_LO, in base507c_xlut_clr()
133 struct nvif_push *push = wndw->wndw.push; in base507c_xlut_set() local
136 if ((ret = PUSH_WAIT(push, 2))) in base507c_xlut_set()
139 PUSH_MTHD(push, NV507C, SET_BASE_LUT_LO, in base507c_xlut_set()
159 struct nvif_push *push = wndw->wndw.push; in base507c_ntfy_clr() local
162 if ((ret = PUSH_WAIT(push, 2))) in base507c_ntfy_clr()
165 PUSH_MTHD(push, NV507C, SET_CONTEXT_DMA_NOTIFIER, 0x00000000); in base507c_ntfy_clr()
172 struct nvif_push *push = wndw->wndw.push; in base507c_ntfy_set() local
175 if ((ret = PUSH_WAIT(push, 3))) in base507c_ntfy_set()
178 PUSH_MTHD(push, NV507C, SET_NOTIFIER_CONTROL, in base507c_ntfy_set()
196 struct nvif_push *push = wndw->wndw.push; in base507c_sema_clr() local
199 if ((ret = PUSH_WAIT(push, 2))) in base507c_sema_clr()
202 PUSH_MTHD(push, NV507C, SET_CONTEXT_DMA_SEMAPHORE, 0x00000000); in base507c_sema_clr()
209 struct nvif_push *push = wndw->wndw.push; in base507c_sema_set() local
212 if ((ret = PUSH_WAIT(push, 5))) in base507c_sema_set()
215 PUSH_MTHD(push, NV507C, SET_SEMAPHORE_CONTROL, asyw->sema.offset, in base507c_sema_set()