Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/gpu/drm/nouveau/dispnv50/
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()
Dcurs507a.c111 struct nv50_wndw **pwndw) in curs507a_new_() argument
123 if (*pwndw = wndw, ret) in curs507a_new_()
141 struct nv50_wndw **pwndw) in curs507a_new() argument
144 0x00000001 << (head * 8), pwndw); in curs507a_new()
Dcurs907a.c26 struct nv50_wndw **pwndw) in curs907a_new() argument
29 0x00000001 << (head * 4), pwndw); in curs907a_new()
Dovly917e.c41 struct nv50_wndw **pwndw) in ovly917e_new() argument
44 0x00000004 << (head * 4), pwndw); in ovly917e_new()
Dbase917c.c44 struct nv50_wndw **pwndw) in base917c_new() argument
47 0x00000002 << (head * 4), pwndw); in base917c_new()
Dcursc37a.c46 struct nv50_wndw **pwndw) in cursc37a_new() argument
49 0x00000001 << head, pwndw); in cursc37a_new()
Dcurs.c27 nv50_curs_new(struct nouveau_drm *drm, int head, struct nv50_wndw **pwndw) in nv50_curs_new() argument
51 return curses[cid].new(drm, head, curses[cid].oclass, pwndw); in nv50_curs_new()
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()
Dovly507e.c172 struct nv50_wndw **pwndw) in ovly507e_new_() argument
185 if (*pwndw = wndw, ret) in ovly507e_new_()
213 struct nv50_wndw **pwndw) in ovly507e_new() argument
216 0x00000004 << (head * 8), pwndw); in ovly507e_new()
Dovly907e.c66 struct nv50_wndw **pwndw) in ovly907e_new() argument
69 0x00000004 << (head * 4), pwndw); in ovly907e_new()
Dbase827c.c67 struct nv50_wndw **pwndw) in base827c_new() argument
70 0x00000002 << (head * 8), pwndw); in base827c_new()
Dbase507c.c242 struct nv50_wndw **pwndw) in base507c_new_() argument
254 if (*pwndw = wndw, ret) in base507c_new_()
282 struct nv50_wndw **pwndw) in base507c_new() argument
285 0x00000002 << (head * 8), pwndw); in base507c_new()
Dwndwc37e.c242 struct nv50_wndw **pwndw) in wndwc37e_new_() argument
255 if (*pwndw = wndw, ret) in wndwc37e_new_()
274 s32 oclass, struct nv50_wndw **pwndw) in wndwc37e_new() argument
277 BIT(index >> 1), pwndw); in wndwc37e_new()
Dovly827e.c103 struct nv50_wndw **pwndw) in ovly827e_new() argument
106 0x00000004 << (head * 8), pwndw); in ovly827e_new()
Dbase907c.c106 struct nv50_wndw **pwndw) in base907c_new() argument
109 0x00000002 << (head * 4), pwndw); in base907c_new()
Dwndw.c574 struct nv50_wndw **pwndw) in nv50_wndw_new_() argument
583 if (!(wndw = *pwndw = kzalloc(sizeof(*wndw), GFP_KERNEL))) in nv50_wndw_new_()
599 kfree(*pwndw); in nv50_wndw_new_()
600 *pwndw = NULL; in nv50_wndw_new_()
618 struct nv50_wndw **pwndw) in nv50_wndw_new() argument
638 ret = wndws[cid].new(drm, type, index, wndws[cid].oclass, pwndw); in nv50_wndw_new()
642 return nv50_wimm_init(drm, *pwndw); in nv50_wndw_new()