Lines Matching refs:common_rates
1221 int *common_rates) in intersect_rates() argument
1229 common_rates[k] = source_rates[i]; in intersect_rates()
1243 int *common_rates) in intel_dp_common_rates() argument
1254 common_rates); in intel_dp_common_rates()
1278 int common_rates[DP_MAX_SUPPORTED_RATES]; in intel_dp_print_rates() local
1292 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() local
1348 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()
1411 link_clock = common_rates[clock]; in intel_dp_compute_config()
1445 intel_dp_rate_select(intel_dp, common_rates[clock]); in intel_dp_compute_config()
1448 drm_dp_link_rate_to_bw_code(common_rates[clock]); in intel_dp_compute_config()
1453 pipe_config->port_clock = common_rates[clock]; in intel_dp_compute_config()
1476 skl_edp_set_pll_config(pipe_config, common_rates[clock]); in intel_dp_compute_config()