Home
last modified time | relevance | path

Searched refs:nv50_head_atom (Results 1 – 25 of 28) sorted by relevance

12

/linux-5.19.10/drivers/gpu/drm/nouveau/dispnv50/
Dhead.h23 void nv50_head_flush_set(struct nv50_head *head, struct nv50_head_atom *asyh);
24 void nv50_head_flush_set_wndw(struct nv50_head *head, struct nv50_head_atom *asyh);
26 struct nv50_head_atom *asyh, bool flush);
29 int (*view)(struct nv50_head *, struct nv50_head_atom *);
30 int (*mode)(struct nv50_head *, struct nv50_head_atom *);
31 bool (*olut)(struct nv50_head *, struct nv50_head_atom *, int);
35 int (*olut_set)(struct nv50_head *, struct nv50_head_atom *);
37 void (*core_calc)(struct nv50_head *, struct nv50_head_atom *);
38 int (*core_set)(struct nv50_head *, struct nv50_head_atom *);
41 struct nv50_head_atom *);
[all …]
Dcrc.h84 int nv50_crc_atomic_check_head(struct nv50_head *, struct nv50_head_atom *,
85 struct nv50_head_atom *);
91 void nv50_crc_atomic_set(struct nv50_head *, struct nv50_head_atom *);
114 struct nv50_head_atom *asyh, in nv50_crc_atomic_check_head()
115 struct nv50_head_atom *armh) { return 0; } in nv50_crc_atomic_check_head()
126 nv50_crc_atomic_set(struct nv50_head *head, struct nv50_head_atom *state) {} in nv50_crc_atomic_set()
Dhead.c41 struct nv50_head_atom *asyh, bool flush) in nv50_head_flush_clr()
53 nv50_head_flush_set_wndw(struct nv50_head *head, struct nv50_head_atom *asyh) in nv50_head_flush_set_wndw()
66 nv50_head_flush_set(struct nv50_head *head, struct nv50_head_atom *asyh) in nv50_head_flush_set()
80 nv50_head_atomic_check_procamp(struct nv50_head_atom *armh, in nv50_head_atomic_check_procamp()
81 struct nv50_head_atom *asyh, in nv50_head_atomic_check_procamp()
93 nv50_head_atomic_check_dither(struct nv50_head_atom *armh, in nv50_head_atomic_check_dither()
94 struct nv50_head_atom *asyh, in nv50_head_atomic_check_dither()
122 nv50_head_atomic_check_view(struct nv50_head_atom *armh, in nv50_head_atomic_check_view()
123 struct nv50_head_atom *asyh, in nv50_head_atomic_check_view()
227 struct nv50_head_atom *asyh) in nv50_head_atomic_check_lut()
[all …]
Dcrc.c246 struct nv50_head_atom *asyh = nv50_head_atom(crtc_state); in nv50_crc_atomic_stop_reporting()
278 struct nv50_head_atom *asyh = nv50_head_atom(new_crtc_state); in nv50_crc_atomic_init_notifier_contexts()
302 struct nv50_head_atom *asyh = nv50_head_atom(new_crtc_state); in nv50_crc_atomic_release_notifier_contexts()
325 struct nv50_head_atom *asyh = nv50_head_atom(crtc_state); in nv50_crc_atomic_start_reporting()
350 struct nv50_head_atom *asyh, in nv50_crc_atomic_check_head()
351 struct nv50_head_atom *armh) in nv50_crc_atomic_check_head()
390 struct nv50_head_atom *armh = nv50_head_atom(old_crtc_state); in nv50_crc_atomic_check_outp()
391 struct nv50_head_atom *asyh = nv50_head_atom(new_crtc_state); in nv50_crc_atomic_check_outp()
449 struct nv50_head_atom *asyh) in nv50_crc_atomic_set()
547 struct nv50_head_atom *asyh; in nv50_crc_set_source()
[all …]
Datom.h17 #define nv50_head_atom(p) container_of((p), struct nv50_head_atom, state) macro
19 struct nv50_head_atom { struct
151 static inline struct nv50_head_atom * argument
157 return nv50_head_atom(statec); in nv50_head_atom_get()
161 nv50_head_atom_get_encoder(struct nv50_head_atom *atom) in nv50_head_atom_get_encoder()
Dheadc37d.c31 headc37d_or(struct nv50_head *head, struct nv50_head_atom *asyh) in headc37d_or()
65 headc37d_procamp(struct nv50_head *head, struct nv50_head_atom *asyh) in headc37d_procamp()
86 headc37d_dither(struct nv50_head *head, struct nv50_head_atom *asyh) in headc37d_dither()
123 headc37d_curs_set(struct nv50_head *head, struct nv50_head_atom *asyh) in headc37d_curs_set()
155 struct nv50_head_atom *asyh) in headc37d_curs_format()
176 headc37d_olut_set(struct nv50_head *head, struct nv50_head_atom *asyh) in headc37d_olut_set()
196 headc37d_olut(struct nv50_head *head, struct nv50_head_atom *asyh, int size) in headc37d_olut()
210 headc37d_mode(struct nv50_head *head, struct nv50_head_atom *asyh) in headc37d_mode()
255 headc37d_view(struct nv50_head *head, struct nv50_head_atom *asyh) in headc37d_view()
275 headc37d_static_wndw_map(struct nv50_head *head, struct nv50_head_atom *asyh) in headc37d_static_wndw_map()
Dwndw.h54 struct nv50_head_atom *asyh);
56 struct nv50_head_atom *asyh);
57 void (*prepare)(struct nv50_wndw *, struct nv50_head_atom *asyh,
119 struct nv50_head_atom *);
121 struct nv50_head_atom *);
Dhead507d.c30 head507d_procamp(struct nv50_head *head, struct nv50_head_atom *asyh) in head507d_procamp()
49 head507d_dither(struct nv50_head *head, struct nv50_head_atom *asyh) in head507d_dither()
67 head507d_ovly(struct nv50_head *head, struct nv50_head_atom *asyh) in head507d_ovly()
95 head507d_base(struct nv50_head *head, struct nv50_head_atom *asyh) in head507d_base()
140 head507d_curs_set(struct nv50_head *head, struct nv50_head_atom *asyh) in head507d_curs_set()
164 struct nv50_head_atom *asyh) in head507d_curs_format()
177 struct nv50_head_atom *asyh) in head507d_curs_layout()
203 head507d_core_set(struct nv50_head *head, struct nv50_head_atom *asyh) in head507d_core_set()
247 head507d_core_calc(struct nv50_head *head, struct nv50_head_atom *asyh) in head507d_core_calc()
294 head507d_olut_set(struct nv50_head *head, struct nv50_head_atom *asyh) in head507d_olut_set()
[all …]
Dhead907d.c37 head907d_or(struct nv50_head *head, struct nv50_head_atom *asyh) in head907d_or()
58 head907d_procamp(struct nv50_head *head, struct nv50_head_atom *asyh) in head907d_procamp()
78 head907d_dither(struct nv50_head *head, struct nv50_head_atom *asyh) in head907d_dither()
96 head907d_ovly(struct nv50_head *head, struct nv50_head_atom *asyh) in head907d_ovly()
125 head907d_base(struct nv50_head *head, struct nv50_head_atom *asyh) in head907d_base()
172 head907d_curs_set(struct nv50_head *head, struct nv50_head_atom *asyh) in head907d_curs_set()
210 head907d_core_set(struct nv50_head *head, struct nv50_head_atom *asyh) in head907d_core_set()
264 head907d_olut_set(struct nv50_head *head, struct nv50_head_atom *asyh) in head907d_olut_set()
303 head907d_olut(struct nv50_head *head, struct nv50_head_atom *asyh, int size) in head907d_olut()
323 head907d_mode(struct nv50_head *head, struct nv50_head_atom *asyh) in head907d_mode()
[all …]
Dhead917d.c31 head917d_dither(struct nv50_head *head, struct nv50_head_atom *asyh) in head917d_dither()
49 head917d_base(struct nv50_head *head, struct nv50_head_atom *asyh) in head917d_base()
78 head917d_curs_set(struct nv50_head *head, struct nv50_head_atom *asyh) in head917d_curs_set()
104 struct nv50_head_atom *asyh) in head917d_curs_layout()
Dbase.h11 struct nv50_head_atom *);
13 struct nv50_head_atom *);
Dovly.h10 struct nv50_head_atom *);
12 struct nv50_head_atom *);
Dheadc57d.c31 headc57d_or(struct nv50_head *head, struct nv50_head_atom *asyh) in headc57d_or()
66 headc57d_procamp(struct nv50_head *head, struct nv50_head_atom *asyh) in headc57d_procamp()
98 headc57d_olut_set(struct nv50_head *head, struct nv50_head_atom *asyh) in headc57d_olut_set()
173 headc57d_olut(struct nv50_head *head, struct nv50_head_atom *asyh, int size) in headc57d_olut()
189 headc57d_mode(struct nv50_head *head, struct nv50_head_atom *asyh) in headc57d_mode()
Dcurs507a.c78 curs507a_prepare(struct nv50_wndw *wndw, struct nv50_head_atom *asyh, in curs507a_prepare()
92 struct nv50_head_atom *asyh) in curs507a_release()
99 struct nv50_head_atom *asyh) in curs507a_acquire()
Dhead827d.c49 head827d_curs_set(struct nv50_head *head, struct nv50_head_atom *asyh) in head827d_curs_set()
74 head827d_core_set(struct nv50_head *head, struct nv50_head_atom *asyh) in head827d_core_set()
128 head827d_olut_set(struct nv50_head *head, struct nv50_head_atom *asyh) in head827d_olut_set()
Ddac907d.c30 struct nv50_head_atom *asyh) in dac907d_ctrl()
Ddisp.c421 struct nv50_head_atom *asyh = nv50_head_atom(crtc_state); in nv50_outp_atomic_check()
503 struct nv50_head_atom *asyh = in nv50_dac_atomic_enable()
504 nv50_head_atom(drm_atomic_get_new_crtc_state(state, &nv_crtc->base)); in nv50_dac_atomic_enable()
1048 struct nv50_head_atom *asyh = nv50_head_atom(crtc_state); in nv50_msto_atomic_check()
1099 struct nv50_head_atom *asyh = in nv50_msto_atomic_enable()
1100 nv50_head_atom(drm_atomic_get_new_crtc_state(state, &head->base.base)); in nv50_msto_atomic_enable()
1636 struct nv50_head_atom *asyh, u8 proto, u8 depth) in nv50_sor_update()
1704 struct nv50_head_atom *asyh = in nv50_sor_atomic_enable()
1705 nv50_head_atom(drm_atomic_get_new_crtc_state(state, &nv_crtc->base)); in nv50_sor_atomic_enable()
1956 struct nv50_head_atom *asyh = in nv50_pior_atomic_enable()
[all …]
Dsorc37d.c30 struct nv50_head_atom *asyh) in sorc37d_ctrl()
Ddac507d.c30 struct nv50_head_atom *asyh) in dac507d_ctrl()
Dsor907d.c33 struct nv50_head_atom *asyh) in sor907d_ctrl()
Dovly507e.c97 struct nv50_head_atom *asyh) in ovly507e_release()
104 struct nv50_head_atom *asyh) in ovly507e_acquire()
Dpior507d.c31 struct nv50_head_atom *asyh) in pior507d_ctrl()
Dsor507d.c31 struct nv50_head_atom *asyh) in sor507d_ctrl()
Dcore.h35 struct nv50_head_atom *);
/linux-5.19.10/drivers/gpu/drm/nouveau/
Dnouveau_encoder.h38 struct nv50_head_atom;
97 struct nv50_head_atom *, u8 proto, u8 depth);

12