Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/gpu/drm/amd/display/dc/calcs/
Ddce_calcs.c120 int32_t number_of_displays_enabled_with_margin = 0; in calculate_bandwidth() local
1275 number_of_displays_enabled_with_margin = 0; in calculate_bandwidth()
1417 number_of_displays_enabled_with_margin = number_of_displays_enabled_with_margin + 1; in calculate_bandwidth()
1455 …if (number_of_displays_enabled_with_margin > 0 && (number_of_displays_enabled_with_margin + number… in calculate_bandwidth()
1537 …spclk) && data->num_displays_with_margin[low][s_high] == number_of_displays_enabled_with_margin)))… in calculate_bandwidth()
1543 …spclk) && data->num_displays_with_margin[mid][s_high] == number_of_displays_enabled_with_margin)))… in calculate_bandwidth()
1580 …a->num_displays_with_margin[data->y_clk_level][s_low] == number_of_displays_enabled_with_margin)))… in calculate_bandwidth()
1586 …->num_displays_with_margin[data->y_clk_level][s_mid1] == number_of_displays_enabled_with_margin)))… in calculate_bandwidth()
1592 …->num_displays_with_margin[data->y_clk_level][s_mid2] == number_of_displays_enabled_with_margin)))… in calculate_bandwidth()
1598 …->num_displays_with_margin[data->y_clk_level][s_mid3] == number_of_displays_enabled_with_margin)))… in calculate_bandwidth()
[all …]