Home
last modified time | relevance | path

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

/dragonfly/sys/dev/drm/amd/display/dc/inc/
H A Ddce_calcs.h383 struct bw_fixed displays_with_same_mode[maximum_number_of_surfaces]; member
/dragonfly/sys/dev/drm/amd/display/dc/calcs/
H A Dcalcs_logger.h411 i, bw_fixed_to_int(data->displays_with_same_mode[i])); in print_bw_calcs_data()
H A Ddce_calcs.c1437 data->displays_with_same_mode[i] = bw_int_to_fixed(0); in calculate_bandwidth()
1441 … data->displays_with_same_mode[i] = bw_add(data->displays_with_same_mode[i], bw_int_to_fixed(1)); in calculate_bandwidth()
1449 …ax2(bw_int_to_fixed(number_of_aligned_displays_with_no_margin), data->displays_with_same_mode[i])); in calculate_bandwidth()