Home
last modified time | relevance | path

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

/Linux-v5.10/drivers/gpu/drm/amd/display/dc/calcs/
Ddce_calcs.c1379 data->min_dram_speed_change_margin[i][j] = bw_int_to_fixed(9999); in calculate_bandwidth()
1389 …data->min_dram_speed_change_margin[i][j] = bw_min2(data->min_dram_speed_change_margin[i][j], data-… in calculate_bandwidth()
1403 …data->min_dram_speed_change_margin[i][j] = bw_min2(data->min_dram_speed_change_margin[i][j], data-… in calculate_bandwidth()
1458 …abled && bw_mtn(data->min_dram_speed_change_margin[high][s_high], bw_int_to_fixed(0)) && bw_ltn(da… in calculate_bandwidth()
1540 …ef_no || (bw_mtn(data->min_dram_speed_change_margin[low][s_high], bw_int_to_fixed(0)) && bw_ltn(da… in calculate_bandwidth()
1546 …ef_no || (bw_mtn(data->min_dram_speed_change_margin[mid][s_high], bw_int_to_fixed(0)) && bw_ltn(da… in calculate_bandwidth()
1583 …| (bw_mtn(data->min_dram_speed_change_margin[data->y_clk_level][s_low], bw_int_to_fixed(0)) && bw_… in calculate_bandwidth()
1589 …| (bw_mtn(data->min_dram_speed_change_margin[data->y_clk_level][s_mid1], bw_int_to_fixed(0)) && bw… in calculate_bandwidth()
1595 …| (bw_mtn(data->min_dram_speed_change_margin[data->y_clk_level][s_mid2], bw_int_to_fixed(0)) && bw… in calculate_bandwidth()
1601 …| (bw_mtn(data->min_dram_speed_change_margin[data->y_clk_level][s_mid3], bw_int_to_fixed(0)) && bw… in calculate_bandwidth()
[all …]
Dcalcs_logger.h559 i, j, bw_fixed_to_int(data->min_dram_speed_change_margin[i][j])); in print_bw_calcs_data()
/Linux-v5.10/drivers/gpu/drm/amd/display/dc/inc/
Ddce_calcs.h457 struct bw_fixed min_dram_speed_change_margin[3][8]; member