Home
last modified time | relevance | path

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

/Linux-v5.10/drivers/gpu/drm/amd/display/dc/calcs/
Ddce_calcs.c123 int32_t number_of_displays_enabled_with_margin = 0; in calculate_bandwidth() local
1278 number_of_displays_enabled_with_margin = 0; in calculate_bandwidth()
1420 number_of_displays_enabled_with_margin = number_of_displays_enabled_with_margin + 1; in calculate_bandwidth()
1458 …if (number_of_displays_enabled_with_margin > 0 && (number_of_displays_enabled_with_margin + number… in calculate_bandwidth()
1540 …spclk) && data->num_displays_with_margin[low][s_high] == number_of_displays_enabled_with_margin)))… in calculate_bandwidth()
1546 …spclk) && data->num_displays_with_margin[mid][s_high] == number_of_displays_enabled_with_margin)))… in calculate_bandwidth()
1583 …a->num_displays_with_margin[data->y_clk_level][s_low] == number_of_displays_enabled_with_margin)))… in calculate_bandwidth()
1589 …->num_displays_with_margin[data->y_clk_level][s_mid1] == number_of_displays_enabled_with_margin)))… in calculate_bandwidth()
1595 …->num_displays_with_margin[data->y_clk_level][s_mid2] == number_of_displays_enabled_with_margin)))… in calculate_bandwidth()
1601 …->num_displays_with_margin[data->y_clk_level][s_mid3] == number_of_displays_enabled_with_margin)))… in calculate_bandwidth()
[all …]