Searched refs:common_rates (Results 1 – 3 of 3) sorted by relevance
219 return intel_dp_rate_limit_len(intel_dp->common_rates, in intel_dp_common_len_rate_limit()442 int *common_rates) in intersect_rates() argument450 common_rates[k] = source_rates[i]; in intersect_rates()486 intel_dp->common_rates); in intel_dp_set_common_rates()490 intel_dp->common_rates[0] = 162000; in intel_dp_set_common_rates()552 index = intel_dp_rate_index(intel_dp->common_rates, in intel_dp_get_link_train_fallback_values()558 intel_dp->common_rates[index - 1], in intel_dp_get_link_train_fallback_values()1011 return intel_dp->common_rates[len - 1]; in intel_dp_max_link_rate()1179 index = intel_dp_rate_index(intel_dp->common_rates, in intel_dp_adjust_compliance_config()1208 link_rate = intel_dp->common_rates[i]; in intel_dp_compute_link_config_wide()[all …]
1568 int common_rates[DP_MAX_SUPPORTED_RATES]; member
8120 static const uint32_t common_rates[] = { in add_fs_modes() local8135 for (i = 0; i < ARRAY_SIZE(common_rates); i++) { in add_fs_modes()8139 if (drm_mode_vrefresh(m) * 1000 < common_rates[i]) in add_fs_modes()8142 if (common_rates[i] < aconnector->min_vfreq * 1000 || in add_fs_modes()8143 common_rates[i] > aconnector->max_vfreq * 1000) in add_fs_modes()8147 den = common_rates[i] * (unsigned long long)m->htotal; in add_fs_modes()
Completed in 36 milliseconds