Searched refs:nvif_outp (Results 1 – 4 of 4) sorted by relevance
/linux/drivers/gpu/drm/nouveau/include/nvif/ |
H A D | outp.h | 9 struct nvif_outp { struct 58 int nvif_outp_ctor(struct nvif_disp *, const char *name, int id, struct nvif_outp *); argument 59 void nvif_outp_dtor(struct nvif_outp *); 67 enum nvif_outp_detect_status nvif_outp_detect(struct nvif_outp *); 68 int nvif_outp_edid_get(struct nvif_outp *, u8 **pedid); 70 int nvif_outp_load_detect(struct nvif_outp *, u32 loadval); 71 int nvif_outp_acquire_dac(struct nvif_outp *); 72 int nvif_outp_acquire_sor(struct nvif_outp *, bool hda); 73 int nvif_outp_acquire_pior(struct nvif_outp *); 74 int nvif_outp_inherit_rgb_crt(struct nvif_outp *outp, u8 *proto_out); [all …]
|
/linux/drivers/gpu/drm/nouveau/nvif/ |
H A D | outp.c | 29 nvif_outp_dp_mst_vcpi(struct nvif_outp *outp, int head, in nvif_outp_dp_mst_vcpi() 50 nvif_outp_dp_mst_id_put(struct nvif_outp *outp, u32 id) in nvif_outp_dp_mst_id_put() 63 nvif_outp_dp_mst_id_get(struct nvif_outp *outp, u32 *id) in nvif_outp_dp_mst_id_get() 79 nvif_outp_dp_sst(struct nvif_outp *outp, int head, u32 watermark, u32 hblanksym, u32 vblanksym) in nvif_outp_dp_sst() 97 nvif_outp_dp_drive(struct nvif_outp *outp, u8 link_nr, u8 pe[4], u8 vs[4]) in nvif_outp_dp_drive() 113 nvif_outp_dp_train(struct nvif_outp *outp, u8 dpcd[DP_RECEIVER_CAP_SIZE], u8 lttprs, in nvif_outp_dp_train() 137 nvif_outp_dp_rates(struct nvif_outp *outp, struct nvif_outp_dp_rate *rate, int rate_nr) in nvif_outp_dp_rates() 158 nvif_outp_dp_aux_xfer(struct nvif_outp *outp, u8 type, u8 *psize, u32 addr, u8 *data) in nvif_outp_dp_aux_xfer() 182 nvif_outp_dp_aux_pwr(struct nvif_outp *outp, bool enable) in nvif_outp_dp_aux_pwr() 196 nvif_outp_hda_eld(struct nvif_outp *outp, int head, void *data, u32 size) in nvif_outp_hda_eld() [all …]
|
/linux/drivers/gpu/drm/nouveau/ |
H A D | nouveau_encoder.h | 49 struct nvif_outp outp;
|
/linux/drivers/gpu/drm/nouveau/dispnv50/ |
H A D | disp.c | 726 struct nvif_outp *outp = &nv_encoder->outp; in nv50_audio_disable() 748 struct nvif_outp *outp = &nv_encoder->outp; in nv50_audio_enable() 1746 struct nvif_outp *outp = &nv_encoder->outp; in nv50_sor_atomic_enable()
|