Symbol: nvif_outp
drivers/gpu/drm/nouveau/dispnv50/disp.c
1753
struct nvif_outp *outp = &nv_encoder->outp;
drivers/gpu/drm/nouveau/dispnv50/disp.c
736
struct nvif_outp *outp = &nv_encoder->outp;
drivers/gpu/drm/nouveau/dispnv50/disp.c
758
struct nvif_outp *outp = &nv_encoder->outp;
drivers/gpu/drm/nouveau/include/nvif/outp.h
106
int nvif_outp_dp_rates(struct nvif_outp *, struct nvif_outp_dp_rate *rate, int rate_nr);
drivers/gpu/drm/nouveau/include/nvif/outp.h
107
int nvif_outp_dp_train(struct nvif_outp *, u8 dpcd[DP_RECEIVER_CAP_SIZE],
drivers/gpu/drm/nouveau/include/nvif/outp.h
110
int nvif_outp_dp_drive(struct nvif_outp *, u8 link_nr, u8 pe[4], u8 vs[4]);
drivers/gpu/drm/nouveau/include/nvif/outp.h
111
int nvif_outp_dp_sst(struct nvif_outp *, int head, u32 watermark, u32 hblanksym, u32 vblanksym);
drivers/gpu/drm/nouveau/include/nvif/outp.h
112
int nvif_outp_dp_mst_id_get(struct nvif_outp *, u32 *id);
drivers/gpu/drm/nouveau/include/nvif/outp.h
113
int nvif_outp_dp_mst_id_put(struct nvif_outp *, u32 id);
drivers/gpu/drm/nouveau/include/nvif/outp.h
114
int nvif_outp_dp_mst_vcpi(struct nvif_outp *, int head,
drivers/gpu/drm/nouveau/include/nvif/outp.h
58
int nvif_outp_ctor(struct nvif_disp *, const char *name, int id, struct nvif_outp *);
drivers/gpu/drm/nouveau/include/nvif/outp.h
59
void nvif_outp_dtor(struct nvif_outp *);
drivers/gpu/drm/nouveau/include/nvif/outp.h
67
enum nvif_outp_detect_status nvif_outp_detect(struct nvif_outp *);
drivers/gpu/drm/nouveau/include/nvif/outp.h
68
int nvif_outp_edid_get(struct nvif_outp *, u8 **pedid);
drivers/gpu/drm/nouveau/include/nvif/outp.h
70
int nvif_outp_load_detect(struct nvif_outp *, u32 loadval);
drivers/gpu/drm/nouveau/include/nvif/outp.h
71
int nvif_outp_acquire_dac(struct nvif_outp *);
drivers/gpu/drm/nouveau/include/nvif/outp.h
72
int nvif_outp_acquire_sor(struct nvif_outp *, bool hda);
drivers/gpu/drm/nouveau/include/nvif/outp.h
73
int nvif_outp_acquire_pior(struct nvif_outp *);
drivers/gpu/drm/nouveau/include/nvif/outp.h
74
int nvif_outp_inherit_rgb_crt(struct nvif_outp *outp, u8 *proto_out);
drivers/gpu/drm/nouveau/include/nvif/outp.h
75
int nvif_outp_inherit_lvds(struct nvif_outp *outp, u8 *proto_out);
drivers/gpu/drm/nouveau/include/nvif/outp.h
76
int nvif_outp_inherit_tmds(struct nvif_outp *outp, u8 *proto_out);
drivers/gpu/drm/nouveau/include/nvif/outp.h
77
int nvif_outp_inherit_dp(struct nvif_outp *outp, u8 *proto_out);
drivers/gpu/drm/nouveau/include/nvif/outp.h
79
void nvif_outp_release(struct nvif_outp *);
drivers/gpu/drm/nouveau/include/nvif/outp.h
82
nvif_outp_acquired(struct nvif_outp *outp)
drivers/gpu/drm/nouveau/include/nvif/outp.h
87
int nvif_outp_bl_get(struct nvif_outp *);
drivers/gpu/drm/nouveau/include/nvif/outp.h
88
int nvif_outp_bl_set(struct nvif_outp *, int level);
drivers/gpu/drm/nouveau/include/nvif/outp.h
90
int nvif_outp_lvds(struct nvif_outp *, bool dual, bool bpc8);
drivers/gpu/drm/nouveau/include/nvif/outp.h
92
int nvif_outp_hdmi(struct nvif_outp *, int head, bool enable, u8 max_ac_packet, u8 rekey, u32 khz,
drivers/gpu/drm/nouveau/include/nvif/outp.h
95
int nvif_outp_infoframe(struct nvif_outp *, u8 type, struct nvif_outp_infoframe_v0 *, u32 size);
drivers/gpu/drm/nouveau/include/nvif/outp.h
96
int nvif_outp_hda_eld(struct nvif_outp *, int head, void *data, u32 size);
drivers/gpu/drm/nouveau/include/nvif/outp.h
98
int nvif_outp_dp_aux_pwr(struct nvif_outp *, bool enable);
drivers/gpu/drm/nouveau/include/nvif/outp.h
99
int nvif_outp_dp_aux_xfer(struct nvif_outp *, u8 type, u8 *size, u32 addr, u8 *data);
drivers/gpu/drm/nouveau/nouveau_encoder.h
50
struct nvif_outp outp;
drivers/gpu/drm/nouveau/nvif/outp.c
113
nvif_outp_dp_train(struct nvif_outp *outp, u8 dpcd[DP_RECEIVER_CAP_SIZE], u8 lttprs,
drivers/gpu/drm/nouveau/nvif/outp.c
137
nvif_outp_dp_rates(struct nvif_outp *outp, struct nvif_outp_dp_rate *rate, int rate_nr)
drivers/gpu/drm/nouveau/nvif/outp.c
158
nvif_outp_dp_aux_xfer(struct nvif_outp *outp, u8 type, u8 *psize, u32 addr, u8 *data)
drivers/gpu/drm/nouveau/nvif/outp.c
182
nvif_outp_dp_aux_pwr(struct nvif_outp *outp, bool enable)
drivers/gpu/drm/nouveau/nvif/outp.c
196
nvif_outp_hda_eld(struct nvif_outp *outp, int head, void *data, u32 size)
drivers/gpu/drm/nouveau/nvif/outp.c
214
nvif_outp_infoframe(struct nvif_outp *outp, u8 type, struct nvif_outp_infoframe_v0 *args, u32 size)
drivers/gpu/drm/nouveau/nvif/outp.c
226
nvif_outp_hdmi(struct nvif_outp *outp, int head, bool enable, u8 max_ac_packet, u8 rekey,
drivers/gpu/drm/nouveau/nvif/outp.c
252
nvif_outp_lvds(struct nvif_outp *outp, bool dual, bool bpc8)
drivers/gpu/drm/nouveau/nvif/outp.c
267
nvif_outp_bl_set(struct nvif_outp *outp, int level)
drivers/gpu/drm/nouveau/nvif/outp.c
281
nvif_outp_bl_get(struct nvif_outp *outp)
drivers/gpu/drm/nouveau/nvif/outp.c
29
nvif_outp_dp_mst_vcpi(struct nvif_outp *outp, int head,
drivers/gpu/drm/nouveau/nvif/outp.c
294
nvif_outp_release(struct nvif_outp *outp)
drivers/gpu/drm/nouveau/nvif/outp.c
302
nvif_outp_acquire(struct nvif_outp *outp, u8 type, struct nvif_outp_acquire_v0 *args)
drivers/gpu/drm/nouveau/nvif/outp.c
319
nvif_outp_acquire_pior(struct nvif_outp *outp)
drivers/gpu/drm/nouveau/nvif/outp.c
330
nvif_outp_acquire_sor(struct nvif_outp *outp, bool hda)
drivers/gpu/drm/nouveau/nvif/outp.c
343
nvif_outp_acquire_dac(struct nvif_outp *outp)
drivers/gpu/drm/nouveau/nvif/outp.c
354
nvif_outp_inherit(struct nvif_outp *outp,
drivers/gpu/drm/nouveau/nvif/outp.c
375
nvif_outp_inherit_lvds(struct nvif_outp *outp, u8 *proto_out)
drivers/gpu/drm/nouveau/nvif/outp.c
386
nvif_outp_inherit_tmds(struct nvif_outp *outp, u8 *proto_out)
drivers/gpu/drm/nouveau/nvif/outp.c
397
nvif_outp_inherit_dp(struct nvif_outp *outp, u8 *proto_out)
drivers/gpu/drm/nouveau/nvif/outp.c
411
nvif_outp_inherit_rgb_crt(struct nvif_outp *outp, u8 *proto_out)
drivers/gpu/drm/nouveau/nvif/outp.c
422
nvif_outp_load_detect(struct nvif_outp *outp, u32 loadval)
drivers/gpu/drm/nouveau/nvif/outp.c
436
nvif_outp_edid_get(struct nvif_outp *outp, u8 **pedid)
drivers/gpu/drm/nouveau/nvif/outp.c
465
nvif_outp_detect(struct nvif_outp *outp)
drivers/gpu/drm/nouveau/nvif/outp.c
490
nvif_outp_dtor(struct nvif_outp *outp)
drivers/gpu/drm/nouveau/nvif/outp.c
496
nvif_outp_ctor(struct nvif_disp *disp, const char *name, int id, struct nvif_outp *outp)
drivers/gpu/drm/nouveau/nvif/outp.c
50
nvif_outp_dp_mst_id_put(struct nvif_outp *outp, u32 id)
drivers/gpu/drm/nouveau/nvif/outp.c
63
nvif_outp_dp_mst_id_get(struct nvif_outp *outp, u32 *id)
drivers/gpu/drm/nouveau/nvif/outp.c
79
nvif_outp_dp_sst(struct nvif_outp *outp, int head, u32 watermark, u32 hblanksym, u32 vblanksym)
drivers/gpu/drm/nouveau/nvif/outp.c
97
nvif_outp_dp_drive(struct nvif_outp *outp, u8 link_nr, u8 pe[4], u8 vs[4])