Home
last modified time | relevance | path

Searched refs:number_of_displays_enabled (Results 1 - 2 of 2) sorted by relevance

/kernel/linux/linux-5.10/drivers/gpu/drm/amd/display/dc/calcs/
H A Ddce_calcs.c122 int32_t number_of_displays_enabled = 0; in calculate_bandwidth() local
1277 number_of_displays_enabled = 0; in calculate_bandwidth()
1281 number_of_displays_enabled = number_of_displays_enabled + 1; in calculate_bandwidth()
1303 if (number_of_displays_enabled > 2) in calculate_bandwidth()
1458 if (number_of_displays_enabled_with_margin > 0 && (number_of_displays_enabled_with_margin + number_of_aligned_displays_with_no_margin) == number_of_displays_enabled && bw_mtn(data->min_dram_speed_change_margin[high][s_high], bw_int_to_fixed(0)) && bw_ltn(data->min_dram_speed_change_margin[high][s_high], bw_int_to_fixed(9999)) && bw_ltn(data->dispclk_required_for_dram_speed_change[high][s_high], vbios->high_voltage_max_dispclk)) { in calculate_bandwidth()
1465 if (number_of_aligned_displays_with_no_margin == number_of_displays_enabled) { in calculate_bandwidth()
1512 if (number_of_displays_enabled > 2) { in calculate_bandwidth()
/kernel/linux/linux-6.6/drivers/gpu/drm/amd/display/dc/dml/calcs/
H A Ddce_calcs.c121 int32_t number_of_displays_enabled = 0; in calculate_bandwidth() local
1288 number_of_displays_enabled = 0; in calculate_bandwidth()
1292 number_of_displays_enabled = number_of_displays_enabled + 1; in calculate_bandwidth()
1314 if (number_of_displays_enabled > 2) in calculate_bandwidth()
1466 if (number_of_displays_enabled_with_margin > 0 && (number_of_displays_enabled_with_margin + number_of_aligned_displays_with_no_margin) == number_of_displays_enabled && bw_mtn(data->min_dram_speed_change_margin[high][s_high], bw_int_to_fixed(0)) && bw_ltn(data->min_dram_speed_change_margin[high][s_high], bw_int_to_fixed(9999)) && bw_ltn(data->dispclk_required_for_dram_speed_change[high][s_high], vbios->high_voltage_max_dispclk)) { in calculate_bandwidth()
1473 if (number_of_aligned_displays_with_no_margin == number_of_displays_enabled) { in calculate_bandwidth()
1520 if (number_of_displays_enabled > 2) { in calculate_bandwidth()

Completed in 10 milliseconds