Lines Matching refs:common_rates
1260 int *common_rates) in intersect_rates() argument
1268 common_rates[k] = source_rates[i]; in intersect_rates()
1282 int *common_rates) in intel_dp_common_rates() argument
1293 common_rates); in intel_dp_common_rates()
1317 int common_rates[DP_MAX_SUPPORTED_RATES]; in intel_dp_print_rates() local
1331 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() local
1401 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()
1475 link_clock = common_rates[clock]; in intel_dp_compute_config()
1505 pipe_config->port_clock = common_rates[clock]; in intel_dp_compute_config()