Home
last modified time | relevance | path

Searched refs:nv50_disp (Results 1 – 25 of 77) sorted by relevance

1234

/linux/drivers/gpu/drm/nouveau/nvkm/engine/disp/
A Dnv50.h4 #define nv50_disp(p) container_of((p), struct nv50_disp, base) macro
10 struct nv50_disp { struct
43 void nv50_disp_super_1(struct nv50_disp *); argument
54 int (*init)(struct nv50_disp *);
55 void (*fini)(struct nv50_disp *);
56 void (*intr)(struct nv50_disp *);
72 int nv50_disp_init(struct nv50_disp *);
73 void nv50_disp_fini(struct nv50_disp *);
74 void nv50_disp_intr(struct nv50_disp *);
78 int gf119_disp_init(struct nv50_disp *);
[all …]
A Dchannv50.h12 struct nv50_disp *disp;
68 struct nv50_disp *, int ctrl, int user,
72 struct nv50_disp *, int ctrl, int user,
77 struct nv50_disp *, int chid,
82 struct nv50_disp *, int chid,
87 struct nv50_disp *, int chid,
113 struct nv50_disp *, struct nvkm_object **);
116 struct nv50_disp *, struct nvkm_object **);
118 struct nv50_disp *, struct nvkm_object **);
120 struct nv50_disp *, struct nvkm_object **);
[all …]
A Dnv50.c42 return nv50_disp(base)->func->root; in nv50_disp_root_()
48 struct nv50_disp *disp = nv50_disp(base); in nv50_disp_intr_()
55 struct nv50_disp *disp = nv50_disp(base); in nv50_disp_fini_()
62 struct nv50_disp *disp = nv50_disp(base); in nv50_disp_init_()
69 struct nv50_disp *disp = nv50_disp(base); in nv50_disp_dtor_()
84 struct nv50_disp *disp = nv50_disp(base); in nv50_disp_oneinit_()
159 struct nv50_disp *disp; in nv50_disp_new_()
546 struct nv50_disp *disp = in nv50_disp_super()
648 nv50_disp_intr(struct nv50_disp *disp) in nv50_disp_intr()
684 nv50_disp_fini(struct nv50_disp *disp) in nv50_disp_fini()
[all …]
A Dgv100.c42 struct nv50_disp *disp = in gv100_disp_super()
43 container_of(work, struct nv50_disp, supervisor); in gv100_disp_super()
97 gv100_disp_exception(struct nv50_disp *disp, int chid) in gv100_disp_exception()
139 gv100_disp_intr_ctrl_disp(struct nv50_disp *disp) in gv100_disp_intr_ctrl_disp()
187 gv100_disp_intr_exc_other(struct nv50_disp *disp) in gv100_disp_intr_exc_other()
216 gv100_disp_intr_exc_winim(struct nv50_disp *disp) in gv100_disp_intr_exc_winim()
236 gv100_disp_intr_exc_win(struct nv50_disp *disp) in gv100_disp_intr_exc_win()
256 gv100_disp_intr_head_timing(struct nv50_disp *disp, int head) in gv100_disp_intr_head_timing()
281 gv100_disp_intr(struct nv50_disp *disp) in gv100_disp_intr()
321 gv100_disp_fini(struct nv50_disp *disp) in gv100_disp_fini()
[all …]
A Dchannv50.c38 nv50_disp_mthd_list(struct nv50_disp *disp, int debug, u32 base, int c, in nv50_disp_mthd_list()
69 struct nv50_disp *disp = chan->disp; in nv50_disp_chan_mthd()
109 struct nv50_disp *disp = container_of(event, typeof(*disp), uevent); in nv50_disp_chan_uevent_fini()
118 struct nv50_disp *disp = container_of(event, typeof(*disp), uevent); in nv50_disp_chan_uevent_init()
125 nv50_disp_chan_uevent_send(struct nv50_disp *disp, int chid) in nv50_disp_chan_uevent_send()
201 struct nv50_disp *disp = chan->disp; in nv50_disp_chan_ntfy()
226 struct nv50_disp *disp;
248 struct nv50_disp *disp = chan->disp; in nv50_disp_chan_child_new()
318 struct nv50_disp *disp = chan->disp; in nv50_disp_chan_dtor()
340 struct nv50_disp *disp, int ctrl, int user, int head, in nv50_disp_chan_new_()
A Drootnv50.h10 struct nv50_disp *disp;
19 struct nv50_disp *, struct nvkm_object **);
28 struct nv50_disp *, struct nvkm_object **);
A Dgf119.c36 struct nv50_disp *disp = in gf119_disp_super()
37 container_of(work, struct nv50_disp, supervisor); in gf119_disp_super()
90 gf119_disp_intr_error(struct nv50_disp *disp, int chid) in gf119_disp_intr_error()
122 gf119_disp_intr(struct nv50_disp *disp) in gf119_disp_intr()
178 gf119_disp_fini(struct nv50_disp *disp) in gf119_disp_fini()
186 gf119_disp_init(struct nv50_disp *disp) in gf119_disp_init()
A Dcapsgv100.c27 struct nv50_disp *disp;
49 struct nv50_disp *disp, struct nvkm_object **pobject) in gv100_disp_caps_new()
/linux/drivers/gpu/drm/nouveau/dispnv50/
A Dcore.h20 int (*caps_init)(struct nouveau_drm *, struct nv50_disp *);
37 void (*get_caps)(struct nv50_disp *,
47 int core507d_read_caps(struct nv50_disp *disp);
48 int core507d_caps_init(struct nouveau_drm *, struct nv50_disp *);
59 int core907d_caps_init(struct nouveau_drm *drm, struct nv50_disp *disp);
66 int corec37d_caps_init(struct nouveau_drm *, struct nv50_disp *);
A Dcrc.c73 struct nv50_disp *disp = nv50_disp(head->base.base.dev); in nv50_crc_program_ctx()
87 struct nv50_disp *disp = nv50_disp(crtc->dev); in nv50_crc_ctx_flip_work()
153 nv50_disp(head->base.base.dev)->core->func->crc; in nv50_crc_handle_vblank()
291 nv50_disp(state->dev)->core->func->crc; in nv50_crc_atomic_release_notifier_contexts()
351 struct nv50_disp *disp = nv50_disp(dev); in nv50_crc_atomic_check_head()
466 const struct nv50_crc_func *func = nv50_disp(dev)->core->func->crc; in nv50_crc_atomic_set()
478 nv50_disp(head->base.base.dev)->core->func->crc; in nv50_crc_atomic_clr()
508 struct nv50_core *core = nv50_disp(head->base.base.dev)->core; in nv50_crc_ctx_init()
667 nv50_disp(crtc->dev)->core->func->crc; in nv50_crc_debugfs_flip_threshold_set()
714 nv50_disp(crtc->dev)->core->func->crc; in nv50_head_crc_late_register()
[all …]
A Dhead507d.c32 struct nvif_push *push = nv50_disp(head->base.base.dev)->core->chan.push; in head507d_procamp()
51 struct nvif_push *push = nv50_disp(head->base.base.dev)->core->chan.push; in head507d_dither()
69 struct nvif_push *push = nv50_disp(head->base.base.dev)->core->chan.push; in head507d_ovly()
97 struct nvif_push *push = nv50_disp(head->base.base.dev)->core->chan.push; in head507d_base()
125 struct nvif_push *push = nv50_disp(head->base.base.dev)->core->chan.push; in head507d_curs_clr()
142 struct nvif_push *push = nv50_disp(head->base.base.dev)->core->chan.push; in head507d_curs_set()
191 struct nvif_push *push = nv50_disp(head->base.base.dev)->core->chan.push; in head507d_core_clr()
205 struct nvif_push *push = nv50_disp(head->base.base.dev)->core->chan.push; in head507d_core_set()
249 struct nv50_disp *disp = nv50_disp(head->base.base.dev); in head507d_core_calc()
281 struct nvif_push *push = nv50_disp(head->base.base.dev)->core->chan.push; in head507d_olut_clr()
[all …]
A Dhead907d.c39 struct nvif_push *push = nv50_disp(head->base.base.dev)->core->chan.push; in head907d_or()
60 struct nvif_push *push = nv50_disp(head->base.base.dev)->core->chan.push; in head907d_procamp()
80 struct nvif_push *push = nv50_disp(head->base.base.dev)->core->chan.push; in head907d_dither()
98 struct nvif_push *push = nv50_disp(head->base.base.dev)->core->chan.push; in head907d_ovly()
127 struct nvif_push *push = nv50_disp(head->base.base.dev)->core->chan.push; in head907d_base()
155 struct nvif_push *push = nv50_disp(head->base.base.dev)->core->chan.push; in head907d_curs_clr()
174 struct nvif_push *push = nv50_disp(head->base.base.dev)->core->chan.push; in head907d_curs_set()
198 struct nvif_push *push = nv50_disp(head->base.base.dev)->core->chan.push; in head907d_core_clr()
212 struct nvif_push *push = nv50_disp(head->base.base.dev)->core->chan.push; in head907d_core_set()
249 struct nvif_push *push = nv50_disp(head->base.base.dev)->core->chan.push; in head907d_olut_clr()
[all …]
A Dheadc37d.c33 struct nvif_push *push = nv50_disp(head->base.base.dev)->core->chan.push; in headc37d_or()
67 struct nvif_push *push = nv50_disp(head->base.base.dev)->core->chan.push; in headc37d_procamp()
88 struct nvif_push *push = nv50_disp(head->base.base.dev)->core->chan.push; in headc37d_dither()
107 struct nvif_push *push = nv50_disp(head->base.base.dev)->core->chan.push; in headc37d_curs_clr()
125 struct nvif_push *push = nv50_disp(head->base.base.dev)->core->chan.push; in headc37d_curs_set()
164 struct nvif_push *push = nv50_disp(head->base.base.dev)->core->chan.push; in headc37d_olut_clr()
178 struct nvif_push *push = nv50_disp(head->base.base.dev)->core->chan.push; in headc37d_olut_set()
212 struct nvif_push *push = nv50_disp(head->base.base.dev)->core->chan.push; in headc37d_mode()
257 struct nvif_push *push = nv50_disp(head->base.base.dev)->core->chan.push; in headc37d_view()
A Dhead827d.c32 struct nvif_push *push = nv50_disp(head->base.base.dev)->core->chan.push; in head827d_curs_clr()
51 struct nvif_push *push = nv50_disp(head->base.base.dev)->core->chan.push; in head827d_curs_set()
76 struct nvif_push *push = nv50_disp(head->base.base.dev)->core->chan.push; in head827d_core_set()
113 struct nvif_push *push = nv50_disp(head->base.base.dev)->core->chan.push; in head827d_olut_clr()
130 struct nvif_push *push = nv50_disp(head->base.base.dev)->core->chan.push; in head827d_olut_set()
A Dcore507d.c81 core507d_read_caps(struct nv50_disp *disp) in core507d_read_caps()
104 core507d_caps_init(struct nouveau_drm *drm, struct nv50_disp *disp) in core507d_caps_init()
161 struct nv50_disp *disp = nv50_disp(drm->dev); in core507d_new_()
A Ddisp.h12 struct nv50_disp { struct
33 static inline struct nv50_disp * argument
34 nv50_disp(struct drm_device *dev) in nv50_disp() function
A Ddisp.c343 struct nv50_disp *disp = nv50_disp(drm->dev); in nv50_outp_acquire()
532 struct nv50_disp *disp = nv50_disp(encoder->dev); in nv50_dac_detect()
731 struct nv50_disp *disp = nv50_disp(encoder->dev); in nv50_audio_disable()
762 struct nv50_disp *disp = nv50_disp(encoder->dev); in nv50_audio_enable()
802 struct nv50_disp *disp = nv50_disp(encoder->dev); in nv50_hdmi_disable()
824 struct nv50_disp *disp = nv50_disp(encoder->dev); in nv50_hdmi_enable()
1715 struct nv50_disp *disp = nv50_disp(encoder->dev); in nv50_sor_atomic_enable()
2015 struct nv50_disp *disp = nv50_disp(dev); in nv50_pior_create()
2069 struct nv50_disp *disp = nv50_disp(drm->dev); in nv50_disp_atomic_commit_core()
2124 struct nv50_disp *disp = nv50_disp(dev); in nv50_disp_atomic_commit_tail()
[all …]
A Dlut.h6 struct nv50_disp;
12 int nv50_lut_init(struct nv50_disp *, struct nvif_mmu *, struct nv50_lut *);
A Dheadc57d.c33 struct nvif_push *push = nv50_disp(head->base.base.dev)->core->chan.push; in headc57d_or()
68 struct nvif_push *push = nv50_disp(head->base.base.dev)->core->chan.push; in headc57d_procamp()
86 struct nvif_push *push = nv50_disp(head->base.base.dev)->core->chan.push; in headc57d_olut_clr()
100 struct nvif_push *push = nv50_disp(head->base.base.dev)->core->chan.push; in headc57d_olut_set()
191 struct nvif_push *push = nv50_disp(head->base.base.dev)->core->chan.push; in headc57d_mode()
A Dwimm.c39 struct nv50_disp *disp = nv50_disp(drm->dev); in nv50_wimm_init()
A Doimm.c41 struct nv50_disp *disp = nv50_disp(drm->dev); in nv50_oimm_init()
A Dbase.c43 struct nv50_disp *disp = nv50_disp(drm->dev); in nv50_base_new()
A Dcurs.c44 struct nv50_disp *disp = nv50_disp(drm->dev); in nv50_curs_new()
A Doimm507b.c33 struct nv50_disp *disp = nv50_disp(drm->dev); in oimm507b_init_()
A Dovly.c43 struct nv50_disp *disp = nv50_disp(drm->dev); in nv50_ovly_new()

Completed in 39 milliseconds

1234