Lines Matching refs:nvif_outp
9 struct nvif_outp { struct
18 int nvif_outp_ctor(struct nvif_disp *, const char *name, int id, struct nvif_outp *); argument
19 void nvif_outp_dtor(struct nvif_outp *);
20 int nvif_outp_load_detect(struct nvif_outp *, u32 loadval);
21 int nvif_outp_acquire_rgb_crt(struct nvif_outp *);
22 int nvif_outp_acquire_tmds(struct nvif_outp *, int head,
24 int nvif_outp_acquire_lvds(struct nvif_outp *, bool dual, bool bpc8);
25 int nvif_outp_acquire_dp(struct nvif_outp *outp, u8 dpcd[DP_RECEIVER_CAP_SIZE],
27 void nvif_outp_release(struct nvif_outp *);
28 int nvif_outp_infoframe(struct nvif_outp *, u8 type, struct nvif_outp_infoframe_v0 *, u32 size);
29 int nvif_outp_hda_eld(struct nvif_outp *, int head, void *data, u32 size);
30 int nvif_outp_dp_aux_pwr(struct nvif_outp *, bool enable);
31 int nvif_outp_dp_retrain(struct nvif_outp *);
32 int nvif_outp_dp_mst_vcpi(struct nvif_outp *, int head,