Home
last modified time | relevance | path

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

/linux-6.12.1/drivers/gpu/drm/amd/display/dc/basics/
Ddce_calcs.c120 int32_t number_of_displays_enabled_with_margin = 0; in calculate_bandwidth() local
1287 number_of_displays_enabled_with_margin = 0; in calculate_bandwidth()
1426 number_of_displays_enabled_with_margin = number_of_displays_enabled_with_margin + 1; in calculate_bandwidth()
1464 …if (number_of_displays_enabled_with_margin > 0 && (number_of_displays_enabled_with_margin + number… in calculate_bandwidth()
1546 …spclk) && data->num_displays_with_margin[low][s_high] == number_of_displays_enabled_with_margin)))… in calculate_bandwidth()
1552 …spclk) && data->num_displays_with_margin[mid][s_high] == number_of_displays_enabled_with_margin)))… in calculate_bandwidth()
1589 …a->num_displays_with_margin[data->y_clk_level][s_low] == number_of_displays_enabled_with_margin)))… in calculate_bandwidth()
1595 …->num_displays_with_margin[data->y_clk_level][s_mid1] == number_of_displays_enabled_with_margin)))… in calculate_bandwidth()
1601 …->num_displays_with_margin[data->y_clk_level][s_mid2] == number_of_displays_enabled_with_margin)))… in calculate_bandwidth()
1607 …->num_displays_with_margin[data->y_clk_level][s_mid3] == number_of_displays_enabled_with_margin)))… in calculate_bandwidth()
[all …]