Home
last modified time | relevance | path

Searched refs:nvkm_disp (Results 1 - 25 of 109) sorted by relevance

12345

/kernel/linux/linux-6.6/drivers/gpu/drm/nouveau/nvkm/engine/disp/
H A Dpriv.h4 #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 *, unsigne
[all...]
H A Dior.h9 struct nvkm_disp *disp;
96 int nvkm_ior_new_(const struct nvkm_ior_func *func, struct nvkm_disp *,
99 struct nvkm_ior *nvkm_ior_find(struct nvkm_disp *, enum nvkm_ior_type, int id);
107 int nv50_dac_cnt(struct nvkm_disp *, unsigned long *);
108 int nv50_dac_new(struct nvkm_disp *, int);
112 int gf119_dac_cnt(struct nvkm_disp *, unsigned long *);
113 int gf119_dac_new(struct nvkm_disp *, int);
121 int nv50_sor_cnt(struct nvkm_disp *, unsigned long *);
126 int g84_sor_new(struct nvkm_disp *, int);
129 int g94_sor_cnt(struct nvkm_disp *, unsigne
[all...]
H A Dhead.h9 struct nvkm_disp *disp;
34 int nvkm_head_new_(const struct nvkm_head_func *, struct nvkm_disp *, int id);
36 struct nvkm_head *nvkm_head_find(struct nvkm_disp *, int id);
46 int nv50_head_cnt(struct nvkm_disp *, unsigned long *);
47 int nv50_head_new(struct nvkm_disp *, int id);
50 int gf119_head_cnt(struct nvkm_disp *, unsigned long *);
51 int gf119_head_new(struct nvkm_disp *, int id);
54 int gv100_head_cnt(struct nvkm_disp *, unsigned long *);
55 int gv100_head_new(struct nvkm_disp *, int id);
H A Dbase.c44 struct nvkm_disp *disp = container_of(event, typeof(*disp), vblank); in nvkm_disp_vblank_fini()
53 struct nvkm_disp *disp = container_of(event, typeof(*disp), vblank); in nvkm_disp_vblank_init()
66 nvkm_disp_vblank(struct nvkm_disp *disp, int head) in nvkm_disp_vblank()
88 struct nvkm_disp *disp = nvkm_disp(oclass->engine); in nvkm_disp_class_get()
100 struct nvkm_disp *disp = nvkm_disp(engine); in nvkm_disp_intr()
107 struct nvkm_disp *disp = nvkm_disp(engine); in nvkm_disp_fini()
128 struct nvkm_disp *dis in nvkm_disp_init()
353 nvkm_disp = { global() variable
[all...]
H A Dchan.c55 struct nvkm_disp *disp = chan->disp; in nvkm_disp_chan_ntfy()
83 struct nvkm_disp *disp;
105 struct nvkm_disp *disp = chan->disp; in nvkm_disp_chan_child_new()
175 struct nvkm_disp *disp = chan->disp; in nvkm_disp_chan_dtor()
199 nvkm_disp_chan_new_(struct nvkm_disp *disp, int nr, const struct nvkm_oclass *oclass, in nvkm_disp_chan_new_()
254 struct nvkm_disp *disp = nvkm_udisp(oclass->parent); in nvkm_disp_wndw_new()
263 struct nvkm_disp *disp = nvkm_udisp(oclass->parent); in nvkm_disp_chan_new()
272 struct nvkm_disp *disp = nvkm_udisp(oclass->parent); in nvkm_disp_core_new()
H A Doutp.h13 struct nvkm_disp *disp;
71 int nvkm_outp_new_(const struct nvkm_outp_func *, struct nvkm_disp *, int index,
73 int nvkm_outp_new(struct nvkm_disp *, int index, struct dcb_output *, struct nvkm_outp **);
79 void nvkm_outp_route(struct nvkm_disp *);
H A Dudisp.c33 struct nvkm_disp *disp = nvkm_udisp(object); in nvkm_udisp_sclass()
65 struct nvkm_disp *disp = nvkm_udisp(object); in nvkm_udisp_dtor()
83 struct nvkm_disp *disp = nvkm_disp(oclass->engine); in nvkm_udisp_new()
H A Dnv50.c145 nv50_pior_new(struct nvkm_disp *disp, int id) in nv50_pior_new()
151 nv50_pior_cnt(struct nvkm_disp *disp, unsigned long *pmask) in nv50_pior_cnt()
226 nv50_sor_new(struct nvkm_disp *disp, int id) in nv50_sor_new()
232 nv50_sor_cnt(struct nvkm_disp *disp, unsigned long *pmask) in nv50_sor_cnt()
322 nv50_dac_new(struct nvkm_disp *disp, int id) in nv50_dac_new()
328 nv50_dac_cnt(struct nvkm_disp *disp, unsigned long *pmask) in nv50_dac_cnt()
403 nv50_head_new(struct nvkm_disp *disp, int id) in nv50_head_new()
409 nv50_head_cnt(struct nvkm_disp *disp, unsigned long *pmask) in nv50_head_cnt()
417 nv50_disp_mthd_list(struct nvkm_disp *disp, int debug, u32 base, int c, in nv50_disp_mthd_list()
448 struct nvkm_disp *dis in nv50_disp_chan_mthd()
[all...]
H A Dhead.c32 nvkm_head_find(struct nvkm_disp *disp, int id) in nvkm_head_find()
56 struct nvkm_disp *disp, int id) in nvkm_head_new_()
H A Dconn.h10 struct nvkm_disp *disp;
19 int nvkm_conn_new(struct nvkm_disp *, int index, struct nvbios_connE *,
H A Dnv04.c74 nv04_head_new(struct nvkm_disp *disp, int id) in nv04_head_new()
80 nv04_disp_intr(struct nvkm_disp *disp) in nv04_disp_intr()
115 struct nvkm_disp **pdisp) in nv04_disp_new()
H A Dgp100.c46 gp100_sor_new(struct nvkm_disp *disp, int id) in gp100_sor_new()
81 struct nvkm_disp **pdisp) in gp100_disp_new()
/kernel/linux/linux-5.10/drivers/gpu/drm/nouveau/include/nvkm/engine/
H A Ddisp.h4 #define nvkm_disp(p) container_of((p), struct nvkm_disp, engine) macro
8 struct nvkm_disp { struct
23 int nv04_disp_new(struct nvkm_device *, int, struct nvkm_disp **);
24 int nv50_disp_new(struct nvkm_device *, int, struct nvkm_disp **);
25 int g84_disp_new(struct nvkm_device *, int, struct nvkm_disp **);
26 int gt200_disp_new(struct nvkm_device *, int, struct nvkm_disp **);
27 int g94_disp_new(struct nvkm_device *, int, struct nvkm_disp **);
28 int mcp77_disp_new(struct nvkm_device *, int, struct nvkm_disp **);
29 int gt215_disp_new(struct nvkm_device *, int, struct nvkm_disp **);
[all...]
/kernel/linux/linux-6.6/drivers/gpu/drm/nouveau/include/nvkm/engine/
H A Ddisp.h4 #define nvkm_disp(p) container_of((p), struct nvkm_disp, engine) macro
9 struct nvkm_disp { struct
54 int nv04_disp_new(struct nvkm_device *, enum nvkm_subdev_type, int inst, struct nvkm_disp **);
55 int nv50_disp_new(struct nvkm_device *, enum nvkm_subdev_type, int inst, struct nvkm_disp **);
56 int g84_disp_new(struct nvkm_device *, enum nvkm_subdev_type, int inst, struct nvkm_disp **);
57 int gt200_disp_new(struct nvkm_device *, enum nvkm_subdev_type, int inst, struct nvkm_disp **);
58 int g94_disp_new(struct nvkm_device *, enum nvkm_subdev_type, int inst, struct nvkm_disp **);
59 int mcp77_disp_new(struct nvkm_device *, enum nvkm_subdev_type, int inst, struct nvkm_disp **);
60 int gt215_disp_new(struct nvkm_device *, enum nvkm_subdev_type, int inst, struct nvkm_disp **);
[all...]
/kernel/linux/linux-5.10/drivers/gpu/drm/nouveau/nvkm/engine/disp/
H A Dior.h9 struct nvkm_disp *disp;
95 int nvkm_ior_new_(const struct nvkm_ior_func *func, struct nvkm_disp *,
98 struct nvkm_ior *nvkm_ior_find(struct nvkm_disp *, enum nvkm_ior_type, int id);
177 int nv50_dac_cnt(struct nvkm_disp *, unsigned long *);
178 int nv50_dac_new(struct nvkm_disp *, int);
180 int gf119_dac_cnt(struct nvkm_disp *, unsigned long *);
181 int gf119_dac_new(struct nvkm_disp *, int);
183 int nv50_pior_cnt(struct nvkm_disp *, unsigned long *);
184 int nv50_pior_new(struct nvkm_disp *, int);
186 int nv50_sor_cnt(struct nvkm_disp *, unsigne
[all...]
H A Dpriv.h8 int index, struct nvkm_disp *);
10 int index, struct nvkm_disp **);
11 void nvkm_disp_vblank(struct nvkm_disp *, int head);
14 void *(*dtor)(struct nvkm_disp *);
15 int (*oneinit)(struct nvkm_disp *);
16 int (*init)(struct nvkm_disp *);
17 void (*fini)(struct nvkm_disp *);
18 void (*intr)(struct nvkm_disp *);
20 const struct nvkm_disp_oclass *(*root)(struct nvkm_disp *);
28 int (*ctor)(struct nvkm_disp *, cons
[all...]
H A Dhead.h8 struct nvkm_disp *disp;
31 int nvkm_head_new_(const struct nvkm_head_func *, struct nvkm_disp *, int id);
35 struct nvkm_head *nvkm_head_find(struct nvkm_disp *, int id);
54 int nv04_head_new(struct nvkm_disp *, int id);
56 int nv50_head_cnt(struct nvkm_disp *, unsigned long *);
57 int nv50_head_new(struct nvkm_disp *, int id);
59 int gf119_head_cnt(struct nvkm_disp *, unsigned long *);
60 int gf119_head_new(struct nvkm_disp *, int id);
63 int gv100_head_cnt(struct nvkm_disp *, unsigned long *);
64 int gv100_head_new(struct nvkm_disp *, in
[all...]
H A Dbase.c45 struct nvkm_disp *disp = container_of(event, typeof(*disp), vblank); in nvkm_disp_vblank_fini()
54 struct nvkm_disp *disp = container_of(event, typeof(*disp), vblank); in nvkm_disp_vblank_init()
64 struct nvkm_disp *disp = in nvkm_disp_vblank_ctor()
91 nvkm_disp_vblank(struct nvkm_disp *disp, int head) in nvkm_disp_vblank()
101 struct nvkm_disp *disp = in nvkm_disp_hpd_ctor()
134 struct nvkm_disp *disp = nvkm_disp(object->engine); in nvkm_disp_ntfy()
151 struct nvkm_disp *disp = nvkm_disp(oproxy->base.engine); in nvkm_disp_class_del()
169 struct nvkm_disp *dis in nvkm_disp_class_new()
465 nvkm_disp = { global() variable
[all...]
H A Dnv50.h12 struct nvkm_disp base;
51 int index, struct nvkm_disp **);
65 int (*cnt)(struct nvkm_disp *, unsigned long *mask);
66 int (*new)(struct nvkm_disp *, int id);
87 int gv100_disp_wndw_cnt(struct nvkm_disp *, unsigned long *);
H A Doutp.h11 struct nvkm_disp *disp;
28 int nvkm_outp_ctor(const struct nvkm_outp_func *, struct nvkm_disp *,
30 int nvkm_outp_new(struct nvkm_disp *, int index, struct dcb_output *,
37 void nvkm_outp_route(struct nvkm_disp *);
H A Dnv04.c28 nv04_disp_root(struct nvkm_disp *disp) in nv04_disp_root()
34 nv04_disp_intr(struct nvkm_disp *disp) in nv04_disp_intr()
67 nv04_disp_new(struct nvkm_device *device, int index, struct nvkm_disp **pdisp) in nv04_disp_new()
H A Dconn.c36 struct nvkm_disp *disp = conn->disp; in nvkm_conn_hpd()
78 nvkm_conn_ctor(struct nvkm_disp *disp, int index, struct nvbios_connE *info, in nvkm_conn_ctor()
125 nvkm_conn_new(struct nvkm_disp *disp, int index, struct nvbios_connE *info, in nvkm_conn_new()
H A Ddacgf119.c59 gf119_dac_new(struct nvkm_disp *disp, int id) in gf119_dac_new()
65 gf119_dac_cnt(struct nvkm_disp *disp, unsigned long *pmask) in gf119_dac_cnt()
H A Dconn.h11 struct nvkm_disp *disp;
20 int nvkm_conn_new(struct nvkm_disp *, int index, struct nvbios_connE *,
H A Dior.c34 nvkm_ior_find(struct nvkm_disp *disp, enum nvkm_ior_type type, int id) in nvkm_ior_find()
57 nvkm_ior_new_(const struct nvkm_ior_func *func, struct nvkm_disp *disp, in nvkm_ior_new_()

Completed in 9 milliseconds

12345