Searched refs:common_rates (Results 1 – 1 of 1) sorted by relevance
1221 int *common_rates) in intersect_rates() argument1229 common_rates[k] = source_rates[i]; in intersect_rates()1243 int *common_rates) in intel_dp_common_rates() argument1254 common_rates); in intel_dp_common_rates()1278 int common_rates[DP_MAX_SUPPORTED_RATES]; in intel_dp_print_rates() local1292 common_len = intel_dp_common_rates(intel_dp, common_rates); in intel_dp_print_rates()1293 snprintf_int_array(str, sizeof(str), common_rates, common_len); in intel_dp_print_rates()1345 int common_rates[DP_MAX_SUPPORTED_RATES] = {}; in intel_dp_compute_config() local1348 common_len = intel_dp_common_rates(intel_dp, common_rates); in intel_dp_compute_config()1378 max_lane_count, common_rates[max_clock], in intel_dp_compute_config()[all …]