Searched refs:pwndw (Results 1 - 18 of 18) sorted by path

/linux-master/drivers/gpu/drm/nouveau/dispnv50/
H A Dbase.c27 nv50_base_new(struct nouveau_drm *drm, int head, struct nv50_wndw **pwndw) argument
52 return bases[cid].new(drm, head, bases[cid].oclass, pwndw);
H A Dcurs907a.c26 struct nv50_wndw **pwndw)
29 0x00000001 << (head * 4), pwndw);
25 curs907a_new(struct nouveau_drm *drm, int head, s32 oclass, struct nv50_wndw **pwndw) argument
H A Dovly.c28 nv50_ovly_new(struct nouveau_drm *drm, int head, struct nv50_wndw **pwndw) argument
52 ret = ovlys[cid].new(drm, head, ovlys[cid].oclass, pwndw);
56 return nv50_oimm_init(drm, *pwndw);
H A Dbase507c.c305 struct nv50_wndw **pwndw)
318 if (*pwndw = wndw, ret)
337 struct nv50_wndw **pwndw)
340 0x00000002 << (head * 8), pwndw);
303 base507c_new_(const struct nv50_wndw_func *func, const u32 *format, struct nouveau_drm *drm, int head, s32 oclass, u32 interlock_data, struct nv50_wndw **pwndw) argument
336 base507c_new(struct nouveau_drm *drm, int head, s32 oclass, struct nv50_wndw **pwndw) argument
H A Dbase827c.c100 struct nv50_wndw **pwndw)
103 0x00000002 << (head * 8), pwndw);
99 base827c_new(struct nouveau_drm *drm, int head, s32 oclass, struct nv50_wndw **pwndw) argument
H A Dbase907c.c212 struct nv50_wndw **pwndw)
215 0x00000002 << (head * 4), pwndw);
211 base907c_new(struct nouveau_drm *drm, int head, s32 oclass, struct nv50_wndw **pwndw) argument
H A Dbase917c.c46 struct nv50_wndw **pwndw)
49 0x00000002 << (head * 4), pwndw);
45 base917c_new(struct nouveau_drm *drm, int head, s32 oclass, struct nv50_wndw **pwndw) argument
H A Dcurs.c27 nv50_curs_new(struct nouveau_drm *drm, int head, struct nv50_wndw **pwndw) argument
53 return curses[cid].new(drm, head, curses[cid].oclass, pwndw);
H A Dcurs507a.c171 struct nv50_wndw **pwndw)
183 if (*pwndw = wndw, ret)
201 struct nv50_wndw **pwndw)
204 0x00000001 << (head * 8), pwndw);
169 curs507a_new_(const struct nv50_wimm_func *func, struct nouveau_drm *drm, int head, s32 oclass, u32 interlock_data, struct nv50_wndw **pwndw) argument
200 curs507a_new(struct nouveau_drm *drm, int head, s32 oclass, struct nv50_wndw **pwndw) argument
H A Dcursc37a.c58 struct nv50_wndw **pwndw)
61 0x00000001 << head, pwndw);
57 cursc37a_new(struct nouveau_drm *drm, int head, s32 oclass, struct nv50_wndw **pwndw) argument
H A Dovly507e.c146 struct nv50_wndw **pwndw)
159 if (*pwndw = wndw, ret)
178 struct nv50_wndw **pwndw)
181 0x00000004 << (head * 8), pwndw);
144 ovly507e_new_(const struct nv50_wndw_func *func, const u32 *format, struct nouveau_drm *drm, int head, s32 oclass, u32 interlock_data, struct nv50_wndw **pwndw) argument
177 ovly507e_new(struct nouveau_drm *drm, int head, s32 oclass, struct nv50_wndw **pwndw) argument
H A Dovly827e.c116 struct nv50_wndw **pwndw)
119 0x00000004 << (head * 8), pwndw);
115 ovly827e_new(struct nouveau_drm *drm, int head, s32 oclass, struct nv50_wndw **pwndw) argument
H A Dovly907e.c92 struct nv50_wndw **pwndw)
95 0x00000004 << (head * 4), pwndw);
91 ovly907e_new(struct nouveau_drm *drm, int head, s32 oclass, struct nv50_wndw **pwndw) argument
H A Dovly917e.c38 struct nv50_wndw **pwndw)
41 0x00000004 << (head * 4), pwndw);
37 ovly917e_new(struct nouveau_drm *drm, int head, s32 oclass, struct nv50_wndw **pwndw) argument
H A Dwndw.c700 struct nv50_wndw **pwndw)
710 if (!(wndw = *pwndw = kzalloc(sizeof(*wndw), GFP_KERNEL)))
730 kfree(*pwndw);
731 *pwndw = NULL;
771 struct nv50_wndw **pwndw)
793 ret = wndws[cid].new(drm, type, index, wndws[cid].oclass, pwndw);
797 return nv50_wimm_init(drm, *pwndw);
696 nv50_wndw_new_(const struct nv50_wndw_func *func, struct drm_device *dev, enum drm_plane_type type, const char *name, int index, const u32 *format, u32 heads, enum nv50_disp_interlock_type interlock_type, u32 interlock_data, struct nv50_wndw **pwndw) argument
770 nv50_wndw_new(struct nouveau_drm *drm, enum drm_plane_type type, int index, struct nv50_wndw **pwndw) argument
H A Dwndwc37e.c351 struct nv50_wndw **pwndw)
363 if (*pwndw = wndw, ret)
382 s32 oclass, struct nv50_wndw **pwndw)
385 BIT(index >> 1), pwndw);
349 wndwc37e_new_(const struct nv50_wndw_func *func, struct nouveau_drm *drm, enum drm_plane_type type, int index, s32 oclass, u32 heads, struct nv50_wndw **pwndw) argument
381 wndwc37e_new(struct nouveau_drm *drm, enum drm_plane_type type, int index, s32 oclass, struct nv50_wndw **pwndw) argument
H A Dwndwc57e.c239 s32 oclass, struct nv50_wndw **pwndw)
242 BIT(index >> 1), pwndw);
238 wndwc57e_new(struct nouveau_drm *drm, enum drm_plane_type type, int index, s32 oclass, struct nv50_wndw **pwndw) argument
H A Dwndwc67e.c103 s32 oclass, struct nv50_wndw **pwndw)
105 return wndwc37e_new_(&wndwc67e, drm, type, index, oclass, BIT(index >> 1), pwndw);
102 wndwc67e_new(struct nouveau_drm *drm, enum drm_plane_type type, int index, s32 oclass, struct nv50_wndw **pwndw) argument

Completed in 217 milliseconds