Home
last modified time | relevance | path

Searched refs:common_rates (Results 1 – 3 of 3) sorted by relevance

/Linux-v6.1/drivers/gpu/drm/i915/display/
Dintel_dp.c270 return intel_dp_rate_limit_len(intel_dp->common_rates, in intel_dp_common_len_rate_limit()
280 return intel_dp->common_rates[index]; in intel_dp_common_rate()
514 int *common_rates) in intersect_rates() argument
522 common_rates[k] = source_rates[i]; in intersect_rates()
558 intel_dp->common_rates); in intel_dp_set_common_rates()
562 intel_dp->common_rates[0] = 162000; in intel_dp_set_common_rates()
625 index = intel_dp_rate_index(intel_dp->common_rates, in intel_dp_get_link_train_fallback_values()
1108 intel_dp->common_rates, intel_dp->num_common_rates); in intel_dp_print_rates()
1288 index = intel_dp_rate_index(intel_dp->common_rates, in intel_dp_adjust_compliance_config()
Dintel_display_types.h1649 int common_rates[DP_MAX_SUPPORTED_RATES]; member
/Linux-v6.1/drivers/gpu/drm/amd/display/amdgpu_dm/
Damdgpu_dm.c6827 static const uint32_t common_rates[] = { in add_fs_modes() local
6842 for (i = 0; i < ARRAY_SIZE(common_rates); i++) { in add_fs_modes()
6846 if (drm_mode_vrefresh(m) * 1000 < common_rates[i]) in add_fs_modes()
6849 if (common_rates[i] < aconnector->min_vfreq * 1000 || in add_fs_modes()
6850 common_rates[i] > aconnector->max_vfreq * 1000) in add_fs_modes()
6854 den = common_rates[i] * (unsigned long long)m->htotal; in add_fs_modes()