Searched refs:common_rates (Results 1 – 5 of 5) sorted by relevance
352 return intel_dp_rate_limit_len(intel_dp->common_rates, in intel_dp_common_len_rate_limit()364 return intel_dp->common_rates[index]; in intel_dp_common_rate()644 int *common_rates) in intersect_rates() argument652 common_rates[k] = source_rates[i]; in intersect_rates()761 int link_rate_idx = intel_dp_rate_index(intel_dp->common_rates, intel_dp->num_common_rates, in intel_dp_link_config_index()788 intel_dp->common_rates); in intel_dp_set_common_rates()792 intel_dp->common_rates[0] = 162000; in intel_dp_set_common_rates()1555 seq_buf_print_array(&s, intel_dp->common_rates, intel_dp->num_common_rates); in intel_dp_print_rates()
58 index = intel_dp_rate_index(intel_dp->common_rates, in intel_dp_test_compute_config()
1683 int common_rates[DP_MAX_SUPPORTED_RATES]; member
1204 rate_index = intel_dp_rate_index(intel_dp->common_rates, in reduce_link_rate()
8271 static const u32 common_rates[] = { in add_fs_modes() local8286 for (i = 0; i < ARRAY_SIZE(common_rates); i++) { in add_fs_modes()8290 if (drm_mode_vrefresh(m) * 1000 < common_rates[i]) in add_fs_modes()8293 if (common_rates[i] < aconnector->min_vfreq * 1000 || in add_fs_modes()8294 common_rates[i] > aconnector->max_vfreq * 1000) in add_fs_modes()8298 den = common_rates[i] * (unsigned long long)m->htotal; in add_fs_modes()