Lines Matching defs:dpcd
263 uint8_t dpcd[4];
326 if (intel_dp->dpcd[DP_DPCD_REV] >= 0x11) {
327 max_lane_count = intel_dp->dpcd[DP_MAX_LANE_COUNT] & 0x1f;
342 int max_link_bw = intel_dp->dpcd[DP_MAX_LINK_RATE];
1074 if (intel_dp->dpcd[DP_DPCD_REV] >= 0x11 &&
1075 (intel_dp->dpcd[DP_MAX_LANE_COUNT] & DP_ENHANCED_FRAME_CAP)) {
1110 if (intel_dp->dpcd[DP_DPCD_REV] < 0x11)
1669 if (cdv_intel_dp_aux_native_read(encoder, 0x000, intel_dp->dpcd,
1670 sizeof (intel_dp->dpcd)) == sizeof (intel_dp->dpcd))
1672 if (intel_dp->dpcd[DP_DPCD_REV] != 0)
1677 intel_dp->dpcd[0], intel_dp->dpcd[1],
1678 intel_dp->dpcd[2], intel_dp->dpcd[3]);
2067 intel_dp->dpcd,
2068 sizeof(intel_dp->dpcd));
2078 intel_dp->dpcd[0], intel_dp->dpcd[1],
2079 intel_dp->dpcd[2], intel_dp->dpcd[3]);