Lines Matching defs:dpcd
78 int max_link_bw = intel_dp->dpcd[DP_MAX_LINK_RATE];
146 max_lanes = drm_dp_max_lane_count(intel_dp->dpcd);
691 int max_lane_count = drm_dp_max_lane_count(intel_dp->dpcd);
789 if (intel_dp->dpcd[DP_DPCD_REV] >= 0x11 &&
790 (intel_dp->dpcd[DP_MAX_LANE_COUNT] & DP_ENHANCED_FRAME_CAP)) {
1268 if (intel_dp->dpcd[DP_DPCD_REV] < 0x11)
2081 drm_dp_link_train_clock_recovery_delay(intel_dp->dpcd);
2154 drm_dp_link_train_channel_eq_delay(intel_dp->dpcd);
2282 // char dpcd_hex_dump[sizeof(intel_dp->dpcd) * 3];
2284 if (intel_dp_aux_native_read_retry(intel_dp, 0x000, intel_dp->dpcd,
2285 sizeof(intel_dp->dpcd)) == 0)
2288 hex_dump_to_buffer(intel_dp->dpcd, sizeof(intel_dp->dpcd),
2292 if (intel_dp->dpcd[DP_DPCD_REV] == 0)
2295 if (!(intel_dp->dpcd[DP_DOWNSTREAMPORT_PRESENT] &
2299 if (intel_dp->dpcd[DP_DPCD_REV] == 0x10)
2315 if (!(intel_dp->dpcd[DP_DOWN_STREAM_PORT_COUNT] & DP_OUI_SUPPORT))
2387 if (intel_dp->dpcd[DP_DPCD_REV] >= 0x11 &&
2413 uint8_t *dpcd = intel_dp->dpcd;
2421 if (!(dpcd[DP_DOWNSTREAMPORT_PRESENT] & DP_DWN_STRM_PORT_PRESENT))
3022 if (intel_dp->dpcd[DP_DPCD_REV] >= 0x11)
3024 intel_dp->dpcd[DP_MAX_DOWNSPREAD] &