Lines Matching refs:nvkm_disp

4 #define nvkm_udisp(p) container_of((p), struct nvkm_disp, client.object)
12 struct nvkm_disp *);
14 struct nvkm_disp **);
15 void nvkm_disp_vblank(struct nvkm_disp *, int head);
18 int (*oneinit)(struct nvkm_disp *);
19 int (*init)(struct nvkm_disp *);
20 void (*fini)(struct nvkm_disp *);
21 void (*intr)(struct nvkm_disp *);
22 void (*intr_error)(struct nvkm_disp *, int chid);
29 int (*cnt)(struct nvkm_disp *, unsigned long *mask);
30 int (*new)(struct nvkm_disp *, int id);
45 int nv50_disp_oneinit(struct nvkm_disp *);
46 int nv50_disp_init(struct nvkm_disp *);
47 void nv50_disp_fini(struct nvkm_disp *);
48 void nv50_disp_intr(struct nvkm_disp *);
51 void nv50_disp_super_1(struct nvkm_disp *);
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 *);
58 int gf119_disp_init(struct nvkm_disp *);
59 void gf119_disp_fini(struct nvkm_disp *);
60 void gf119_disp_intr(struct nvkm_disp *);
62 void gf119_disp_intr_error(struct nvkm_disp *, int);
64 void gv100_disp_fini(struct nvkm_disp *);
65 void gv100_disp_intr(struct nvkm_disp *);
67 int gv100_disp_wndw_cnt(struct nvkm_disp *, unsigned long *);
70 int tu102_disp_init(struct nvkm_disp *);
72 void nv50_disp_dptmds_war_2(struct nvkm_disp *, struct dcb_output *);
73 void nv50_disp_dptmds_war_3(struct nvkm_disp *, struct dcb_output *);
74 void nv50_disp_update_sppll1(struct nvkm_disp *);
77 void nv50_disp_chan_uevent_send(struct nvkm_disp *, int);