Searched full:dpcd (Results 1 – 4 of 4) sorted by relevance
32 * channel transfers, EDID reading over DP aux channels, decoding certain DPCD112 void drm_dp_link_train_clock_recovery_delay(u8 dpcd[DP_RECEIVER_CAP_SIZE]) { in drm_dp_link_train_clock_recovery_delay()113 if (dpcd[DP_TRAINING_AUX_RD_INTERVAL] == 0) in drm_dp_link_train_clock_recovery_delay()116 mdelay(dpcd[DP_TRAINING_AUX_RD_INTERVAL] * 4); in drm_dp_link_train_clock_recovery_delay()120 void drm_dp_link_train_channel_eq_delay(u8 dpcd[DP_RECEIVER_CAP_SIZE]) { in drm_dp_link_train_channel_eq_delay()121 if (dpcd[DP_TRAINING_AUX_RD_INTERVAL] == 0) in drm_dp_link_train_channel_eq_delay()124 mdelay(dpcd[DP_TRAINING_AUX_RD_INTERVAL] * 4); in drm_dp_link_train_channel_eq_delay()
28 * DP and DPCD versions are independent. Differences from 1.0 are not noted,58 /* DPCD */267 # define DP_TEST_LINK_PHY_TEST_PATTERN (1 << 3) /* DPCD >= 1.1 */336 void drm_dp_link_train_clock_recovery_delay(u8 dpcd[DP_RECEIVER_CAP_SIZE]);337 void drm_dp_link_train_channel_eq_delay(u8 dpcd[DP_RECEIVER_CAP_SIZE]);343 drm_dp_max_link_rate(u8 dpcd[DP_RECEIVER_CAP_SIZE]) in drm_dp_max_link_rate()345 return drm_dp_bw_code_to_link_rate(dpcd[DP_MAX_LINK_RATE]); in drm_dp_max_link_rate()349 drm_dp_max_lane_count(u8 dpcd[DP_RECEIVER_CAP_SIZE]) in drm_dp_max_lane_count()351 return dpcd[DP_MAX_LANE_COUNT] & DP_MAX_LANE_COUNT_MASK; in drm_dp_max_lane_count()
67 -samsung,link-rate: deprecated prop that can reading from monitor by dpcd method.68 -samsung,lane-count: deprecated prop that can reading from monitor by dpcd method.
112 Deprecated prop that can reading from monitor by dpcd method.118 Deprecated prop that can reading from monitor by dpcd method.