Home
last modified time | relevance | path

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

/drivers/gpu/drm/amd/display/dc/calcs/
Ddce_calcs.c1381 data->dispclk_required_for_dram_speed_change[i][j] = bw_int_to_fixed(0); in calculate_bandwidth()
1395 …data->dispclk_required_for_dram_speed_change[i][j] = bw_max2(data->dispclk_required_for_dram_speed… in calculate_bandwidth()
1409 …data->dispclk_required_for_dram_speed_change[i][j] = bw_max2(data->dispclk_required_for_dram_speed… in calculate_bandwidth()
1458 …in[high][s_high], bw_int_to_fixed(9999)) && bw_ltn(data->dispclk_required_for_dram_speed_change[hi… in calculate_bandwidth()
1540 …gin[low][s_high], bw_int_to_fixed(9999)) && bw_leq(data->dispclk_required_for_dram_speed_change[lo… in calculate_bandwidth()
1546 …gin[mid][s_high], bw_int_to_fixed(9999)) && bw_leq(data->dispclk_required_for_dram_speed_change[mi… in calculate_bandwidth()
1583 …lk_level][s_low], bw_int_to_fixed(9999)) && bw_leq(data->dispclk_required_for_dram_speed_change[da… in calculate_bandwidth()
1589 …k_level][s_mid1], bw_int_to_fixed(9999)) && bw_leq(data->dispclk_required_for_dram_speed_change[da… in calculate_bandwidth()
1595 …k_level][s_mid2], bw_int_to_fixed(9999)) && bw_leq(data->dispclk_required_for_dram_speed_change[da… in calculate_bandwidth()
1601 …k_level][s_mid3], bw_int_to_fixed(9999)) && bw_leq(data->dispclk_required_for_dram_speed_change[da… in calculate_bandwidth()
[all …]
Dcalcs_logger.h561 i, j, bw_fixed_to_int(data->dispclk_required_for_dram_speed_change[i][j])); in print_bw_calcs_data()
/drivers/gpu/drm/amd/display/dc/inc/
Ddce_calcs.h458 struct bw_fixed dispclk_required_for_dram_speed_change[3][8]; member