3535int
3636base507c_update (struct nv50_wndw * wndw , u32 * interlock )
3737{
38- struct nvif_push * push = wndw -> wndw .push ;
38+ struct nvif_push * push = & wndw -> wndw .push ;
3939 int ret ;
4040
4141 if ((ret = PUSH_WAIT (push , 2 )))
@@ -48,7 +48,7 @@ base507c_update(struct nv50_wndw *wndw, u32 *interlock)
4848int
4949base507c_image_clr (struct nv50_wndw * wndw )
5050{
51- struct nvif_push * push = wndw -> wndw .push ;
51+ struct nvif_push * push = & wndw -> wndw .push ;
5252 int ret ;
5353
5454 if ((ret = PUSH_WAIT (push , 4 )))
@@ -65,7 +65,7 @@ base507c_image_clr(struct nv50_wndw *wndw)
6565static int
6666base507c_image_set (struct nv50_wndw * wndw , struct nv50_wndw_atom * asyw )
6767{
68- struct nvif_push * push = wndw -> wndw .push ;
68+ struct nvif_push * push = & wndw -> wndw .push ;
6969 int ret ;
7070
7171 if ((ret = PUSH_WAIT (push , 13 )))
@@ -118,7 +118,7 @@ base507c_image_set(struct nv50_wndw *wndw, struct nv50_wndw_atom *asyw)
118118int
119119base507c_xlut_clr (struct nv50_wndw * wndw )
120120{
121- struct nvif_push * push = wndw -> wndw .push ;
121+ struct nvif_push * push = & wndw -> wndw .push ;
122122 int ret ;
123123
124124 if ((ret = PUSH_WAIT (push , 2 )))
@@ -132,7 +132,7 @@ base507c_xlut_clr(struct nv50_wndw *wndw)
132132int
133133base507c_xlut_set (struct nv50_wndw * wndw , struct nv50_wndw_atom * asyw )
134134{
135- struct nvif_push * push = wndw -> wndw .push ;
135+ struct nvif_push * push = & wndw -> wndw .push ;
136136 int ret ;
137137
138138 if ((ret = PUSH_WAIT (push , 2 )))
@@ -158,7 +158,7 @@ base507c_ntfy_wait_begun(struct nouveau_bo *bo, u32 offset,
158158int
159159base507c_ntfy_clr (struct nv50_wndw * wndw )
160160{
161- struct nvif_push * push = wndw -> wndw .push ;
161+ struct nvif_push * push = & wndw -> wndw .push ;
162162 int ret ;
163163
164164 if ((ret = PUSH_WAIT (push , 2 )))
@@ -171,7 +171,7 @@ base507c_ntfy_clr(struct nv50_wndw *wndw)
171171int
172172base507c_ntfy_set (struct nv50_wndw * wndw , struct nv50_wndw_atom * asyw )
173173{
174- struct nvif_push * push = wndw -> wndw .push ;
174+ struct nvif_push * push = & wndw -> wndw .push ;
175175 int ret ;
176176
177177 if ((ret = PUSH_WAIT (push , 3 )))
@@ -195,7 +195,7 @@ base507c_ntfy_reset(struct nouveau_bo *bo, u32 offset)
195195int
196196base507c_sema_clr (struct nv50_wndw * wndw )
197197{
198- struct nvif_push * push = wndw -> wndw .push ;
198+ struct nvif_push * push = & wndw -> wndw .push ;
199199 int ret ;
200200
201201 if ((ret = PUSH_WAIT (push , 2 )))
@@ -208,7 +208,7 @@ base507c_sema_clr(struct nv50_wndw *wndw)
208208int
209209base507c_sema_set (struct nv50_wndw * wndw , struct nv50_wndw_atom * asyw )
210210{
211- struct nvif_push * push = wndw -> wndw .push ;
211+ struct nvif_push * push = & wndw -> wndw .push ;
212212 int ret ;
213213
214214 if ((ret = PUSH_WAIT (push , 5 )))
0 commit comments