Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/gpu/drm/amd/display/dc/calcs/
Ddce_calcs.c1378 data->dispclk_required_for_dram_speed_change[i][j] = bw_int_to_fixed(0); in calculate_bandwidth()
1392 …data->dispclk_required_for_dram_speed_change[i][j] = bw_max2(data->dispclk_required_for_dram_speed… in calculate_bandwidth()
1406 …data->dispclk_required_for_dram_speed_change[i][j] = bw_max2(data->dispclk_required_for_dram_speed… in calculate_bandwidth()
1455 …in[high][s_high], bw_int_to_fixed(9999)) && bw_ltn(data->dispclk_required_for_dram_speed_change[hi… in calculate_bandwidth()
1537 …gin[low][s_high], bw_int_to_fixed(9999)) && bw_leq(data->dispclk_required_for_dram_speed_change[lo… in calculate_bandwidth()
1543 …gin[mid][s_high], bw_int_to_fixed(9999)) && bw_leq(data->dispclk_required_for_dram_speed_change[mi… in calculate_bandwidth()
1580 …lk_level][s_low], bw_int_to_fixed(9999)) && bw_leq(data->dispclk_required_for_dram_speed_change[da… in calculate_bandwidth()
1586 …k_level][s_mid1], bw_int_to_fixed(9999)) && bw_leq(data->dispclk_required_for_dram_speed_change[da… in calculate_bandwidth()
1592 …k_level][s_mid2], bw_int_to_fixed(9999)) && bw_leq(data->dispclk_required_for_dram_speed_change[da… in calculate_bandwidth()
1598 …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-v4.19/drivers/gpu/drm/amd/display/dc/inc/
Ddce_calcs.h458 struct bw_fixed dispclk_required_for_dram_speed_change[3][8]; member