Searched refs:common_rates (Results 1 – 1 of 1) sorted by relevance
1260 int *common_rates) in intersect_rates() argument1268 common_rates[k] = source_rates[i]; in intersect_rates()1282 int *common_rates) in intel_dp_common_rates() argument1293 common_rates); in intel_dp_common_rates()1317 int common_rates[DP_MAX_SUPPORTED_RATES]; in intel_dp_print_rates() local1331 common_len = intel_dp_common_rates(intel_dp, common_rates); in intel_dp_print_rates()1332 snprintf_int_array(str, sizeof(str), common_rates, common_len); in intel_dp_print_rates()1397 int common_rates[DP_MAX_SUPPORTED_RATES] = {}; in intel_dp_compute_config() local1401 common_len = intel_dp_common_rates(intel_dp, common_rates); in intel_dp_compute_config()1439 max_lane_count, common_rates[max_clock], in intel_dp_compute_config()[all …]