Home
last modified time | relevance | path

Searched refs:nvkm_head (Results 1 - 25 of 30) sorted by relevance

12

/kernel/linux/linux-5.10/drivers/gpu/drm/nouveau/nvkm/engine/disp/
H A Dhead.h6 struct nvkm_head { struct
32 void nvkm_head_del(struct nvkm_head **);
34 struct nvkm_head *, void *, u32);
35 struct nvkm_head *nvkm_head_find(struct nvkm_disp *, int id);
38 void (*state)(struct nvkm_head *, struct nvkm_head_state *);
39 void (*rgpos)(struct nvkm_head *, u16 *hline, u16 *vline);
40 void (*rgclk)(struct nvkm_head *, int div);
41 void (*vblank_get)(struct nvkm_head *);
42 void (*vblank_put)(struct nvkm_head *);
45 void nv50_head_rgpos(struct nvkm_head *, u1
[all...]
H A Dnv50.h6 struct nvkm_head;
44 void nv50_disp_super_1_0(struct nv50_disp *, struct nvkm_head *);
45 void nv50_disp_super_2_0(struct nv50_disp *, struct nvkm_head *);
46 void nv50_disp_super_2_1(struct nv50_disp *, struct nvkm_head *);
47 void nv50_disp_super_2_2(struct nv50_disp *, struct nvkm_head *);
48 void nv50_disp_super_3_0(struct nv50_disp *, struct nvkm_head *);
H A Dhead.c31 struct nvkm_head *
34 struct nvkm_head *head; in nvkm_head_find()
44 struct nvkm_head *head, void *data, u32 size) in nvkm_head_mthd_scanoutpos()
81 nvkm_head_del(struct nvkm_head **phead) in nvkm_head_del()
83 struct nvkm_head *head = *phead; in nvkm_head_del()
96 struct nvkm_head *head; in nvkm_head_new_()
H A Dheadnv50.c27 nv50_head_vblank_put(struct nvkm_head *head) in nv50_head_vblank_put()
34 nv50_head_vblank_get(struct nvkm_head *head) in nv50_head_vblank_get()
41 nv50_head_rgclk(struct nvkm_head *head, int div) in nv50_head_rgclk()
48 nv50_head_rgpos(struct nvkm_head *head, u16 *hline, u16 *vline) in nv50_head_rgpos()
58 nv50_head_state(struct nvkm_head *head, struct nvkm_head_state *state) in nv50_head_state()
H A Dheadnv04.c27 nv04_head_vblank_put(struct nvkm_head *head) in nv04_head_vblank_put()
34 nv04_head_vblank_get(struct nvkm_head *head) in nv04_head_vblank_get()
41 nv04_head_rgpos(struct nvkm_head *head, u16 *hline, u16 *vline) in nv04_head_rgpos()
50 nv04_head_state(struct nvkm_head *head, struct nvkm_head_state *state) in nv04_head_state()
H A Dheadgv100.c25 gv100_head_vblank_put(struct nvkm_head *head) in gv100_head_vblank_put()
32 gv100_head_vblank_get(struct nvkm_head *head) in gv100_head_vblank_get()
39 gv100_head_rgpos(struct nvkm_head *head, u16 *hline, u16 *vline) in gv100_head_rgpos()
49 gv100_head_state(struct nvkm_head *head, struct nvkm_head_state *state) in gv100_head_state()
H A Dheadgf119.c27 gf119_head_vblank_put(struct nvkm_head *head) in gf119_head_vblank_put()
35 gf119_head_vblank_get(struct nvkm_head *head) in gf119_head_vblank_get()
43 gf119_head_rgclk(struct nvkm_head *head, int div) in gf119_head_rgclk()
50 gf119_head_state(struct nvkm_head *head, struct nvkm_head_state *state) in gf119_head_state()
H A Dnv50.c182 nv50_disp_super_iedt(struct nvkm_head *head, struct nvkm_outp *outp, in nv50_disp_super_iedt()
197 nv50_disp_super_ied_on(struct nvkm_head *head, in nv50_disp_super_ied_on()
253 nv50_disp_super_ied_off(struct nvkm_head *head, struct nvkm_ior *ior, int id) in nv50_disp_super_ied_off()
278 nv50_disp_super_ior_asy(struct nvkm_head *head) in nv50_disp_super_ior_asy()
292 nv50_disp_super_ior_arm(struct nvkm_head *head) in nv50_disp_super_ior_arm()
306 nv50_disp_super_3_0(struct nv50_disp *disp, struct nvkm_head *head) in nv50_disp_super_3_0()
325 nv50_disp_super_2_2_dp(struct nvkm_head *head, struct nvkm_ior *ior) in nv50_disp_super_2_2_dp()
431 nv50_disp_super_2_2(struct nv50_disp *disp, struct nvkm_head *head) in nv50_disp_super_2_2()
478 nv50_disp_super_2_1(struct nv50_disp *disp, struct nvkm_head *head) in nv50_disp_super_2_1()
488 nv50_disp_super_2_0(struct nv50_disp *disp, struct nvkm_head *hea
[all...]
H A Dgf119.c40 struct nvkm_head *head; in gf119_disp_super()
126 struct nvkm_head *head; in gf119_disp_intr()
189 struct nvkm_head *head; in gf119_disp_init()
H A Dbase.c46 struct nvkm_head *head = nvkm_head_find(disp, id); in nvkm_disp_vblank_fini()
55 struct nvkm_head *head = nvkm_head_find(disp, id); in nvkm_disp_vblank_init()
277 struct nvkm_head *head; in nvkm_disp_oneinit()
456 struct nvkm_head *head = in nvkm_disp_dtor()
H A Drootnv04.c46 struct nvkm_head *head; in nv04_disp_mthd()
H A Dpiornv50.c79 struct nvkm_head *head = in nv50_pior_depth()
H A Dtu102.c35 struct nvkm_head *head; in tu102_disp_init()
H A Dgv100.c46 struct nvkm_head *head; in gv100_disp_super()
331 struct nvkm_head *head; in gv100_disp_init()
/kernel/linux/linux-6.6/drivers/gpu/drm/nouveau/nvkm/engine/disp/
H A Dhead.h7 struct nvkm_head { struct
35 void nvkm_head_del(struct nvkm_head **);
36 struct nvkm_head *nvkm_head_find(struct nvkm_disp *, int id);
39 void (*state)(struct nvkm_head *, struct nvkm_head_state *);
40 void (*rgpos)(struct nvkm_head *, u16 *hline, u16 *vline);
41 void (*rgclk)(struct nvkm_head *, int div);
42 void (*vblank_get)(struct nvkm_head *);
43 void (*vblank_put)(struct nvkm_head *);
48 void nv50_head_rgpos(struct nvkm_head *, u16 *, u16 *);
52 void gf119_head_rgclk(struct nvkm_head *, in
[all...]
H A Dhead.c31 struct nvkm_head *
34 struct nvkm_head *head; in nvkm_head_find()
43 nvkm_head_del(struct nvkm_head **phead) in nvkm_head_del()
45 struct nvkm_head *head = *phead; in nvkm_head_del()
58 struct nvkm_head *head; in nvkm_head_new_()
H A Dpriv.h7 struct nvkm_head;
52 void nv50_disp_super_1_0(struct nvkm_disp *, struct nvkm_head *);
53 void nv50_disp_super_2_0(struct nvkm_disp *, struct nvkm_head *);
54 void nv50_disp_super_2_1(struct nvkm_disp *, struct nvkm_head *);
55 void nv50_disp_super_2_2(struct nvkm_disp *, struct nvkm_head *);
56 void nv50_disp_super_3_0(struct nvkm_disp *, struct nvkm_head *);
H A Duhead.c22 #define nvkm_uhead(p) container_of((p), struct nvkm_head, object)
33 struct nvkm_head *head = nvkm_uhead(object); in nvkm_uhead_uevent()
46 nvkm_uhead_mthd_scanoutpos(struct nvkm_head *head, void *argv, u32 argc) in nvkm_uhead_mthd_scanoutpos()
77 struct nvkm_head *head = nvkm_uhead(object); in nvkm_uhead_mthd()
89 struct nvkm_head *head = nvkm_uhead(object); in nvkm_uhead_dtor()
109 struct nvkm_head *head; in nvkm_uhead_new()
H A Dnv04.c30 nv04_head_vblank_put(struct nvkm_head *head) in nv04_head_vblank_put()
37 nv04_head_vblank_get(struct nvkm_head *head) in nv04_head_vblank_get()
44 nv04_head_rgpos(struct nvkm_head *head, u16 *hline, u16 *vline) in nv04_head_rgpos()
53 nv04_head_state(struct nvkm_head *head, struct nvkm_head_state *state) in nv04_head_state()
H A Dnv50.c98 struct nvkm_head *head = nvkm_head_find(ior->disp, __ffs(state->head)); in nv50_pior_depth()
337 nv50_head_vblank_put(struct nvkm_head *head) in nv50_head_vblank_put()
345 nv50_head_vblank_get(struct nvkm_head *head) in nv50_head_vblank_get()
353 nv50_head_rgclk(struct nvkm_head *head, int div) in nv50_head_rgclk()
361 nv50_head_rgpos(struct nvkm_head *head, u16 *hline, u16 *vline) in nv50_head_rgpos()
372 nv50_head_state(struct nvkm_head *head, struct nvkm_head_state *state) in nv50_head_state()
980 nv50_disp_super_iedt(struct nvkm_head *head, struct nvkm_outp *outp, in nv50_disp_super_iedt()
995 nv50_disp_super_ied_on(struct nvkm_head *head, in nv50_disp_super_ied_on()
1051 nv50_disp_super_ied_off(struct nvkm_head *head, struct nvkm_ior *ior, int id) in nv50_disp_super_ied_off()
1076 nv50_disp_super_ior_asy(struct nvkm_head *hea
[all...]
H A Dbase.c45 struct nvkm_head *head = nvkm_head_find(disp, id); in nvkm_disp_vblank_fini()
54 struct nvkm_head *head = nvkm_head_find(disp, id); in nvkm_disp_vblank_init()
165 struct nvkm_head *head; in nvkm_disp_oneinit()
312 struct nvkm_head *head; in nvkm_disp_dtor()
H A Doutp.h67 struct nvkm_head *head;
H A Dudisp.c86 struct nvkm_head *head; in nvkm_udisp_new()
H A Dgf119.c399 gf119_head_vblank_put(struct nvkm_head *head) in gf119_head_vblank_put()
407 gf119_head_vblank_get(struct nvkm_head *head) in gf119_head_vblank_get()
415 gf119_head_rgclk(struct nvkm_head *head, int div) in gf119_head_rgclk()
422 gf119_head_state(struct nvkm_head *head, struct nvkm_head_state *state) in gf119_head_state()
1015 struct nvkm_head *head; in gf119_disp_super()
1105 struct nvkm_head *head; in gf119_disp_intr()
1168 struct nvkm_head *head; in gf119_disp_init()
H A Dgv100.c242 gv100_head_vblank_put(struct nvkm_head *head) in gv100_head_vblank_put()
249 gv100_head_vblank_get(struct nvkm_head *head) in gv100_head_vblank_get()
256 gv100_head_rgpos(struct nvkm_head *head, u16 *hline, u16 *vline) in gv100_head_rgpos()
266 gv100_head_state(struct nvkm_head *head, struct nvkm_head_state *state) in gv100_head_state()
839 struct nvkm_head *head; in gv100_disp_super()
1128 struct nvkm_head *head; in gv100_disp_init()

Completed in 13 milliseconds

12