Home
last modified time | relevance | path

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

/openbmc/linux/drivers/gpu/drm/amd/display/dc/dml/calcs/
H A 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()
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()
1615 …k_level][s_mid4], bw_int_to_fixed(9999)) && bw_leq(data->dispclk_required_for_dram_speed_change[da… in calculate_bandwidth()
1749 …pclk_required_with_ramping_with_request_bandwidth, data->dispclk_required_for_dram_speed_change[da… in calculate_bandwidth()
[all …]
H A Dcalcs_logger.h561 i, j, bw_fixed_to_int(data->dispclk_required_for_dram_speed_change[i][j])); in print_bw_calcs_data()
/openbmc/linux/drivers/gpu/drm/amd/display/dc/inc/
H A Ddce_calcs.h458 struct bw_fixed dispclk_required_for_dram_speed_change[3][8]; member