Home
last modified time | relevance | path

Searched refs:nv50_dmac (Results 1 – 9 of 9) sorted by relevance

/Linux-v4.19/drivers/gpu/drm/nouveau/dispnv50/
Dhead907d.c28 struct nv50_dmac *core = &nv50_disp(head->base.base.dev)->core->chan; in head907d_or()
44 struct nv50_dmac *core = &nv50_disp(head->base.base.dev)->core->chan; in head907d_procamp()
57 struct nv50_dmac *core = &nv50_disp(head->base.base.dev)->core->chan; in head907d_dither()
71 struct nv50_dmac *core = &nv50_disp(head->base.base.dev)->core->chan; in head907d_ovly()
99 struct nv50_dmac *core = &nv50_disp(head->base.base.dev)->core->chan; in head907d_base()
126 struct nv50_dmac *core = &nv50_disp(head->base.base.dev)->core->chan; in head907d_curs_clr()
140 struct nv50_dmac *core = &nv50_disp(head->base.base.dev)->core->chan; in head907d_curs_set()
156 struct nv50_dmac *core = &nv50_disp(head->base.base.dev)->core->chan; in head907d_core_clr()
168 struct nv50_dmac *core = &nv50_disp(head->base.base.dev)->core->chan; in head907d_core_set()
190 struct nv50_dmac *core = &nv50_disp(head->base.base.dev)->core->chan; in head907d_olut_clr()
[all …]
Ddisp.h53 struct nv50_dmac { struct
70 u64 syncbuf, struct nv50_dmac *dmac); argument
71 void nv50_dmac_destroy(struct nv50_dmac *);
73 u32 *evo_wait(struct nv50_dmac *, int nr);
74 void evo_kick(u32 *, struct nv50_dmac *);
Dheadc37d.c29 struct nv50_dmac *core = &nv50_disp(head->base.base.dev)->core->chan; in headc37d_or()
57 struct nv50_dmac *core = &nv50_disp(head->base.base.dev)->core->chan; in headc37d_procamp()
71 struct nv50_dmac *core = &nv50_disp(head->base.base.dev)->core->chan; in headc37d_dither()
85 struct nv50_dmac *core = &nv50_disp(head->base.base.dev)->core->chan; in headc37d_curs_clr()
99 struct nv50_dmac *core = &nv50_disp(head->base.base.dev)->core->chan; in headc37d_curs_set()
126 struct nv50_dmac *core = &nv50_disp(head->base.base.dev)->core->chan; in headc37d_olut_clr()
138 struct nv50_dmac *core = &nv50_disp(head->base.base.dev)->core->chan; in headc37d_olut_set()
163 struct nv50_dmac *core = &nv50_disp(head->base.base.dev)->core->chan; in headc37d_mode()
187 struct nv50_dmac *core = &nv50_disp(head->base.base.dev)->core->chan; in headc37d_view()
Dhead507d.c28 struct nv50_dmac *core = &nv50_disp(head->base.base.dev)->core->chan; in head507d_procamp()
41 struct nv50_dmac *core = &nv50_disp(head->base.base.dev)->core->chan; in head507d_dither()
55 struct nv50_dmac *core = &nv50_disp(head->base.base.dev)->core->chan; in head507d_ovly()
82 struct nv50_dmac *core = &nv50_disp(head->base.base.dev)->core->chan; in head507d_base()
109 struct nv50_dmac *core = &nv50_disp(head->base.base.dev)->core->chan; in head507d_curs_clr()
121 struct nv50_dmac *core = &nv50_disp(head->base.base.dev)->core->chan; in head507d_curs_set()
161 struct nv50_dmac *core = &nv50_disp(head->base.base.dev)->core->chan; in head507d_core_clr()
173 struct nv50_dmac *core = &nv50_disp(head->base.base.dev)->core->chan; in head507d_core_set()
235 struct nv50_dmac *core = &nv50_disp(head->base.base.dev)->core->chan; in head507d_olut_clr()
247 struct nv50_dmac *core = &nv50_disp(head->base.base.dev)->core->chan; in head507d_olut_set()
[all …]
Dhead827d.c28 struct nv50_dmac *core = &nv50_disp(head->base.base.dev)->core->chan; in head827d_curs_clr()
42 struct nv50_dmac *core = &nv50_disp(head->base.base.dev)->core->chan; in head827d_curs_set()
58 struct nv50_dmac *core = &nv50_disp(head->base.base.dev)->core->chan; in head827d_core_set()
80 struct nv50_dmac *core = &nv50_disp(head->base.base.dev)->core->chan; in head827d_olut_clr()
94 struct nv50_dmac *core = &nv50_disp(head->base.base.dev)->core->chan; in head827d_olut_set()
Dhead917d.c28 struct nv50_dmac *core = &nv50_disp(head->base.base.dev)->core->chan; in head917d_dither()
42 struct nv50_dmac *core = &nv50_disp(head->base.base.dev)->core->chan; in head917d_base()
Dwndw.h30 struct nv50_dmac wndw;
31 struct nv50_dmac wimm;
Dcore.h8 struct nv50_dmac chan;
Ddisp.c122 nv50_dmac_destroy(struct nv50_dmac *dmac) in nv50_dmac_destroy()
135 struct nv50_dmac *dmac) in nv50_dmac_create()
201 evo_wait(struct nv50_dmac *evoc, int nr) in evo_wait()
203 struct nv50_dmac *dmac = evoc; in evo_wait()
228 evo_kick(u32 *push, struct nv50_dmac *evoc) in evo_kick()
230 struct nv50_dmac *dmac = evoc; in evo_kick()