/linux-6.12.1/drivers/gpu/drm/nouveau/dispnv50/ |
D | head.h | 23 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 …]
|
D | crc.h | 84 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()
|
D | head.c | 41 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() 221 struct nv50_head_atom *asyh) in nv50_head_atomic_check_lut() [all …]
|
D | crc.c | 248 struct nv50_head_atom *asyh = nv50_head_atom(crtc_state); in nv50_crc_atomic_stop_reporting() 280 struct nv50_head_atom *asyh = nv50_head_atom(new_crtc_state); in nv50_crc_atomic_init_notifier_contexts() 304 struct nv50_head_atom *asyh = nv50_head_atom(new_crtc_state); in nv50_crc_atomic_release_notifier_contexts() 327 struct nv50_head_atom *asyh = nv50_head_atom(crtc_state); in nv50_crc_atomic_start_reporting() 352 struct nv50_head_atom *asyh, in nv50_crc_atomic_check_head() 353 struct nv50_head_atom *armh) in nv50_crc_atomic_check_head() 392 struct nv50_head_atom *armh = nv50_head_atom(old_crtc_state); in nv50_crc_atomic_check_outp() 393 struct nv50_head_atom *asyh = nv50_head_atom(new_crtc_state); in nv50_crc_atomic_check_outp() 451 struct nv50_head_atom *asyh) in nv50_crc_atomic_set() 549 struct nv50_head_atom *asyh; in nv50_crc_set_source() [all …]
|
D | atom.h | 17 #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()
|
D | headc37d.c | 31 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()
|
D | head507d.c | 30 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 …]
|
D | wndw.h | 50 struct nv50_head_atom *asyh); 52 struct nv50_head_atom *asyh); 53 void (*prepare)(struct nv50_wndw *, struct nv50_head_atom *asyh, 115 struct nv50_head_atom *); 117 struct nv50_head_atom *);
|
D | head907d.c | 37 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 …]
|
D | head917d.c | 31 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()
|
D | base.h | 11 struct nv50_head_atom *); 13 struct nv50_head_atom *);
|
D | ovly.h | 10 struct nv50_head_atom *); 12 struct nv50_head_atom *);
|
D | headc57d.c | 44 headc57d_or(struct nv50_head *head, struct nv50_head_atom *asyh) in headc57d_or() 79 headc57d_procamp(struct nv50_head *head, struct nv50_head_atom *asyh) in headc57d_procamp() 111 headc57d_olut_set(struct nv50_head *head, struct nv50_head_atom *asyh) in headc57d_olut_set() 186 headc57d_olut(struct nv50_head *head, struct nv50_head_atom *asyh, int size) in headc57d_olut() 202 headc57d_mode(struct nv50_head *head, struct nv50_head_atom *asyh) in headc57d_mode()
|
D | curs507a.c | 78 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()
|
D | head827d.c | 49 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()
|
D | disp.c | 370 struct nv50_head_atom *asyh = nv50_head_atom(crtc_state); in nv50_outp_atomic_fix_depth() 403 struct nv50_head_atom *asyh = nv50_head_atom(crtc_state); in nv50_outp_atomic_check() 487 struct nv50_head_atom *asyh = in nv50_dac_atomic_enable() 488 nv50_head_atom(drm_atomic_get_new_crtc_state(state, &nv_crtc->base)); in nv50_dac_atomic_enable() 964 struct nv50_head_atom *asyh = nv50_head_atom(crtc_state); in nv50_msto_atomic_check() 1024 struct nv50_head_atom *asyh = in nv50_msto_atomic_enable() 1025 nv50_head_atom(drm_atomic_get_new_crtc_state(state, &head->base.base)); in nv50_msto_atomic_enable() 1534 struct nv50_head_atom *asyh, u8 proto, u8 depth) in nv50_sor_update() 1602 struct nv50_head *head, struct nv50_head_atom *asyh) in nv50_sor_dp_watermark_sst() 1741 struct nv50_head_atom *asyh = in nv50_sor_atomic_enable() [all …]
|
D | dac907d.c | 30 struct nv50_head_atom *asyh) in dac907d_ctrl()
|
D | ovly507e.c | 95 struct nv50_head_atom *asyh) in ovly507e_release() 102 struct nv50_head_atom *asyh) in ovly507e_acquire()
|
D | sorc37d.c | 30 struct nv50_head_atom *asyh) in sorc37d_ctrl()
|
D | sor907d.c | 33 struct nv50_head_atom *asyh) in sor907d_ctrl()
|
D | dac507d.c | 30 struct nv50_head_atom *asyh) in dac507d_ctrl()
|
D | pior507d.c | 31 struct nv50_head_atom *asyh) in pior507d_ctrl()
|
D | sor507d.c | 31 struct nv50_head_atom *asyh) in sor507d_ctrl()
|
D | wndw.c | 196 struct nv50_head_atom *asyh) in nv50_wndw_atomic_check_release() 272 struct nv50_head_atom *asyh) in nv50_wndw_atomic_check_acquire() 371 struct nv50_head_atom *asyh) in nv50_wndw_atomic_check_lut() 446 struct nv50_head_atom *harm = NULL, *asyh = NULL; in nv50_wndw_atomic_check() 539 struct nv50_head_atom *asyh; in nv50_wndw_prepare_fb()
|
/linux-6.12.1/drivers/gpu/drm/nouveau/ |
D | nouveau_encoder.h | 38 struct nv50_head_atom; 117 struct nv50_head_atom *, u8 proto, u8 depth);
|