Home
last modified time | relevance | path

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

/Linux-v6.6/drivers/gpu/drm/amd/display/dc/dml/calcs/
Ddce_calcs.c1389 data->dispclk_required_for_dram_speed_change[i][j] = bw_int_to_fixed(0); in calculate_bandwidth()
1403 …data->dispclk_required_for_dram_speed_change[i][j] = bw_max2(data->dispclk_required_for_dram_speed… in calculate_bandwidth()
1417 …data->dispclk_required_for_dram_speed_change[i][j] = bw_max2(data->dispclk_required_for_dram_speed… in calculate_bandwidth()
1466 …in[high][s_high], bw_int_to_fixed(9999)) && bw_ltn(data->dispclk_required_for_dram_speed_change[hi… in calculate_bandwidth()
1548 …gin[low][s_high], bw_int_to_fixed(9999)) && bw_leq(data->dispclk_required_for_dram_speed_change[lo… in calculate_bandwidth()
1554 …gin[mid][s_high], bw_int_to_fixed(9999)) && bw_leq(data->dispclk_required_for_dram_speed_change[mi… in calculate_bandwidth()
1591 …lk_level][s_low], bw_int_to_fixed(9999)) && bw_leq(data->dispclk_required_for_dram_speed_change[da… in calculate_bandwidth()
1597 …k_level][s_mid1], bw_int_to_fixed(9999)) && bw_leq(data->dispclk_required_for_dram_speed_change[da… in calculate_bandwidth()
1603 …k_level][s_mid2], bw_int_to_fixed(9999)) && bw_leq(data->dispclk_required_for_dram_speed_change[da… in calculate_bandwidth()
1609 …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()
/Linux-v6.6/drivers/gpu/drm/amd/display/dc/inc/
Ddce_calcs.h458 struct bw_fixed dispclk_required_for_dram_speed_change[3][8]; member