Home
last modified time | relevance | path

Searched refs:pwndw (Results 1 – 18 of 18) sorted by relevance

/openbmc/linux/drivers/gpu/drm/nouveau/dispnv50/
H A Dovly.c28 nv50_ovly_new(struct nouveau_drm *drm, int head, struct nv50_wndw **pwndw) in nv50_ovly_new() argument
52 ret = ovlys[cid].new(drm, head, ovlys[cid].oclass, pwndw); in nv50_ovly_new()
56 return nv50_oimm_init(drm, *pwndw); in nv50_ovly_new()
H A Dcurs907a.c26 struct nv50_wndw **pwndw) in curs907a_new() argument
29 0x00000001 << (head * 4), pwndw); in curs907a_new()
H A Dovly917e.c38 struct nv50_wndw **pwndw) in ovly917e_new() argument
41 0x00000004 << (head * 4), pwndw); in ovly917e_new()
H A Dbase917c.c46 struct nv50_wndw **pwndw) in base917c_new() argument
49 0x00000002 << (head * 4), pwndw); in base917c_new()
H A Dbase.c27 nv50_base_new(struct nouveau_drm *drm, int head, struct nv50_wndw **pwndw) in nv50_base_new() argument
52 return bases[cid].new(drm, head, bases[cid].oclass, pwndw); in nv50_base_new()
H A Dcurs.c27 nv50_curs_new(struct nouveau_drm *drm, int head, struct nv50_wndw **pwndw) in nv50_curs_new() argument
53 return curses[cid].new(drm, head, curses[cid].oclass, pwndw); in nv50_curs_new()
H A Dcurs507a.c171 struct nv50_wndw **pwndw) in curs507a_new_() argument
183 if (*pwndw = wndw, ret) in curs507a_new_()
201 struct nv50_wndw **pwndw) in curs507a_new() argument
204 0x00000001 << (head * 8), pwndw); in curs507a_new()
H A Dovly507e.c146 struct nv50_wndw **pwndw) in ovly507e_new_() argument
159 if (*pwndw = wndw, ret) in ovly507e_new_()
178 struct nv50_wndw **pwndw) in ovly507e_new() argument
181 0x00000004 << (head * 8), pwndw); in ovly507e_new()
H A Dcursc37a.c58 struct nv50_wndw **pwndw) in cursc37a_new() argument
61 0x00000001 << head, pwndw); in cursc37a_new()
H A Dovly907e.c92 struct nv50_wndw **pwndw) in ovly907e_new() argument
95 0x00000004 << (head * 4), pwndw); in ovly907e_new()
H A Dovly827e.c116 struct nv50_wndw **pwndw) in ovly827e_new() argument
119 0x00000004 << (head * 8), pwndw); in ovly827e_new()
H A Dbase827c.c100 struct nv50_wndw **pwndw) in base827c_new() argument
103 0x00000002 << (head * 8), pwndw); in base827c_new()
H A Dbase507c.c305 struct nv50_wndw **pwndw) in base507c_new_() argument
318 if (*pwndw = wndw, ret) in base507c_new_()
337 struct nv50_wndw **pwndw) in base507c_new() argument
340 0x00000002 << (head * 8), pwndw); in base507c_new()
H A Dwndwc67e.c103 s32 oclass, struct nv50_wndw **pwndw) in wndwc67e_new() argument
105 return wndwc37e_new_(&wndwc67e, drm, type, index, oclass, BIT(index >> 1), pwndw); in wndwc67e_new()
H A Dwndwc37e.c351 struct nv50_wndw **pwndw) in wndwc37e_new_() argument
363 if (*pwndw = wndw, ret) in wndwc37e_new_()
382 s32 oclass, struct nv50_wndw **pwndw) in wndwc37e_new() argument
385 BIT(index >> 1), pwndw); in wndwc37e_new()
H A Dwndw.c700 struct nv50_wndw **pwndw) in nv50_wndw_new_() argument
710 if (!(wndw = *pwndw = kzalloc(sizeof(*wndw), GFP_KERNEL))) in nv50_wndw_new_()
730 kfree(*pwndw); in nv50_wndw_new_()
731 *pwndw = NULL; in nv50_wndw_new_()
771 struct nv50_wndw **pwndw) in nv50_wndw_new() argument
793 ret = wndws[cid].new(drm, type, index, wndws[cid].oclass, pwndw); in nv50_wndw_new()
797 return nv50_wimm_init(drm, *pwndw); in nv50_wndw_new()
H A Dbase907c.c212 struct nv50_wndw **pwndw) in base907c_new() argument
215 0x00000002 << (head * 4), pwndw); in base907c_new()
H A Dwndwc57e.c239 s32 oclass, struct nv50_wndw **pwndw) in wndwc57e_new() argument
242 BIT(index >> 1), pwndw); in wndwc57e_new()