Lines Matching full:push
38 struct nvif_push *push = &wndw->wndw.push; in base507c_update() local
41 if ((ret = PUSH_WAIT(push, 2))) in base507c_update()
44 PUSH_MTHD(push, NV507C, UPDATE, interlock[NV50_DISP_INTERLOCK_CORE]); in base507c_update()
45 return PUSH_KICK(push); in base507c_update()
51 struct nvif_push *push = &wndw->wndw.push; in base507c_image_clr() local
54 if ((ret = PUSH_WAIT(push, 4))) in base507c_image_clr()
57 PUSH_MTHD(push, NV507C, SET_PRESENT_CONTROL, in base507c_image_clr()
61 PUSH_MTHD(push, NV507C, SET_CONTEXT_DMA_ISO, 0x00000000); in base507c_image_clr()
68 struct nvif_push *push = &wndw->wndw.push; in base507c_image_set() local
71 if ((ret = PUSH_WAIT(push, 13))) in base507c_image_set()
74 PUSH_MTHD(push, NV507C, SET_PRESENT_CONTROL, in base507c_image_set()
78 PUSH_MTHD(push, NV507C, SET_CONTEXT_DMA_ISO, asyw->image.handle[0]); in base507c_image_set()
81 PUSH_MTHD(push, NV507C, SET_PROCESSING, in base507c_image_set()
88 PUSH_MTHD(push, NV507C, SET_PROCESSING, in base507c_image_set()
96 PUSH_MTHD(push, NV507C, SURFACE_SET_OFFSET(0, 0), asyw->image.offset[0] >> 8); in base507c_image_set()
98 PUSH_MTHD(push, NV507C, SURFACE_SET_SIZE(0), in base507c_image_set()
121 struct nvif_push *push = &wndw->wndw.push; in base507c_xlut_clr() local
124 if ((ret = PUSH_WAIT(push, 2))) in base507c_xlut_clr()
127 PUSH_MTHD(push, NV507C, SET_BASE_LUT_LO, in base507c_xlut_clr()
135 struct nvif_push *push = &wndw->wndw.push; in base507c_xlut_set() local
138 if ((ret = PUSH_WAIT(push, 2))) in base507c_xlut_set()
141 PUSH_MTHD(push, NV507C, SET_BASE_LUT_LO, in base507c_xlut_set()
161 struct nvif_push *push = &wndw->wndw.push; in base507c_ntfy_clr() local
164 if ((ret = PUSH_WAIT(push, 2))) in base507c_ntfy_clr()
167 PUSH_MTHD(push, NV507C, SET_CONTEXT_DMA_NOTIFIER, 0x00000000); in base507c_ntfy_clr()
174 struct nvif_push *push = &wndw->wndw.push; in base507c_ntfy_set() local
177 if ((ret = PUSH_WAIT(push, 3))) in base507c_ntfy_set()
180 PUSH_MTHD(push, NV507C, SET_NOTIFIER_CONTROL, in base507c_ntfy_set()
198 struct nvif_push *push = &wndw->wndw.push; in base507c_sema_clr() local
201 if ((ret = PUSH_WAIT(push, 2))) in base507c_sema_clr()
204 PUSH_MTHD(push, NV507C, SET_CONTEXT_DMA_SEMAPHORE, 0x00000000); in base507c_sema_clr()
211 struct nvif_push *push = &wndw->wndw.push; in base507c_sema_set() local
214 if ((ret = PUSH_WAIT(push, 5))) in base507c_sema_set()
217 PUSH_MTHD(push, NV507C, SET_SEMAPHORE_CONTROL, asyw->sema.offset, in base507c_sema_set()