Home
last modified time | relevance | path

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

/openbsd/sys/dev/pci/drm/amd/display/dc/dml/calcs/
H A Ddce_calcs.c123 int32_t number_of_aligned_displays_with_no_margin = 0; in calculate_bandwidth() local
1458 number_of_aligned_displays_with_no_margin = 0; in calculate_bandwidth()
1460number_of_aligned_displays_with_no_margin = bw_fixed_to_int(bw_max2(bw_int_to_fixed(number_of_alig… in calculate_bandwidth()
1466 …margin > 0 && (number_of_displays_enabled_with_margin + number_of_aligned_displays_with_no_margin)… in calculate_bandwidth()
1473 if (number_of_aligned_displays_with_no_margin == number_of_displays_enabled) { in calculate_bandwidth()