Home
last modified time | relevance | path

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

/openbmc/linux/drivers/gpu/drm/amd/display/dc/dml/calcs/
H A Ddce_calcs.c1329 data->dispclk_required_for_blackout_recovery[i][j] = bw_int_to_fixed(0); in calculate_bandwidth()
1336 data->dispclk_required_for_blackout_recovery[i][j] = bw_int_to_fixed(9999); in calculate_bandwidth()
1339 …data->dispclk_required_for_blackout_recovery[i][j] = bw_max2(data->dispclk_required_for_blackout_r… in calculate_bandwidth()
1346 data->dispclk_required_for_blackout_recovery[i][j] = bw_int_to_fixed(9999); in calculate_bandwidth()
1349 …data->dispclk_required_for_blackout_recovery[i][j] = bw_max2(data->dispclk_required_for_blackout_r… in calculate_bandwidth()
1358 …if (bw_ltn(data->dispclk_required_for_blackout_recovery[high][s_high], vbios->high_voltage_max_dis… in calculate_bandwidth()
1591 …s_low], vbios->high_voltage_max_dispclk) && bw_ltn(data->dispclk_required_for_blackout_recovery[da… in calculate_bandwidth()
1597 …_mid1], vbios->high_voltage_max_dispclk) && bw_ltn(data->dispclk_required_for_blackout_recovery[da… in calculate_bandwidth()
1603 …_mid2], vbios->high_voltage_max_dispclk) && bw_ltn(data->dispclk_required_for_blackout_recovery[da… in calculate_bandwidth()
1741 …out_duration[data->y_clk_level][data->sclk_level], data->dispclk_required_for_blackout_recovery[da… in calculate_bandwidth()
[all …]
H A Dcalcs_logger.h567 i, j, bw_fixed_to_int(data->dispclk_required_for_blackout_recovery[i][j])); in print_bw_calcs_data()
/openbmc/linux/drivers/gpu/drm/amd/display/dc/inc/
H A Ddce_calcs.h462 struct bw_fixed dispclk_required_for_blackout_recovery[3][8]; member