Lines Matching defs:v6
745 DIG_TRANSMITTER_CONTROL_PARAMETERS_V1_6 v6;
1082 args.v6.ucAction = action;
1084 args.v6.ulSymClock = cpu_to_le32(dp_clock / 10);
1086 args.v6.ulSymClock = cpu_to_le32(amdgpu_encoder->pixel_clock / 10);
1091 args.v6.ucPhyId = ATOM_PHY_ID_UNIPHYB;
1093 args.v6.ucPhyId = ATOM_PHY_ID_UNIPHYA;
1097 args.v6.ucPhyId = ATOM_PHY_ID_UNIPHYD;
1099 args.v6.ucPhyId = ATOM_PHY_ID_UNIPHYC;
1103 args.v6.ucPhyId = ATOM_PHY_ID_UNIPHYF;
1105 args.v6.ucPhyId = ATOM_PHY_ID_UNIPHYE;
1108 args.v6.ucPhyId = ATOM_PHY_ID_UNIPHYG;
1112 args.v6.ucLaneNum = dp_lane_count;
1114 args.v6.ucLaneNum = 8;
1116 args.v6.ucLaneNum = 4;
1117 args.v6.ucConnObjId = connector_object_id;
1119 args.v6.ucDPLaneSet = lane_set;
1121 args.v6.ucDigMode = amdgpu_atombios_encoder_get_encoder_mode(encoder);
1124 args.v6.ucHPDSel = 0;
1126 args.v6.ucHPDSel = hpd_id + 1;
1127 args.v6.ucDigEncoderSel = 1 << dig_encoder;