Home
last modified time | relevance | path

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

/openbmc/linux/drivers/gpu/drm/amd/display/dc/dml/calcs/
H A Ddce_calcs.c94 const uint32_t s_high = 7; in calculate_bandwidth() local
151 sclk[s_high] = vbios->high_sclk; in calculate_bandwidth()
1356 …ckout_duration_margin[high][s_high], bw_int_to_fixed(0)) && bw_ltn(data->dispclk_required_for_blac… in calculate_bandwidth()
1358 …if (bw_ltn(data->dispclk_required_for_blackout_recovery[high][s_high], vbios->high_voltage_max_dis… in calculate_bandwidth()
1581 data->sclk_level = s_high; in calculate_bandwidth()
1586 data->sclk_level = s_high; in calculate_bandwidth()
1633 && bw_ltn(data->required_sclk, sclk[s_high])) { in calculate_bandwidth()
1635 data->sclk_level = s_high; in calculate_bandwidth()
1639 && bw_ltn(data->required_sclk, sclk[s_high])) { in calculate_bandwidth()
1641 data->sclk_level = s_high; in calculate_bandwidth()
[all …]