Searched refs:common_len (Results 1 – 1 of 1) sorted by relevance
1277 int source_len, sink_len, common_len; in intel_dp_print_rates() local1292 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()1346 int common_len; in intel_dp_compute_config() local1348 common_len = intel_dp_common_rates(intel_dp, common_rates); in intel_dp_compute_config()1351 WARN_ON(common_len <= 0); in intel_dp_compute_config()1353 max_clock = common_len - 1; in intel_dp_compute_config()