Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/gpu/drm/amd/display/dc/calcs/
Ddce_calcs.c1376 data->min_dram_speed_change_margin[i][j] = bw_int_to_fixed(9999); in calculate_bandwidth()
1386 …data->min_dram_speed_change_margin[i][j] = bw_min2(data->min_dram_speed_change_margin[i][j], data-… in calculate_bandwidth()
1400 …data->min_dram_speed_change_margin[i][j] = bw_min2(data->min_dram_speed_change_margin[i][j], data-… in calculate_bandwidth()
1455 …abled && bw_mtn(data->min_dram_speed_change_margin[high][s_high], bw_int_to_fixed(0)) && bw_ltn(da… in calculate_bandwidth()
1537 …ef_no || (bw_mtn(data->min_dram_speed_change_margin[low][s_high], bw_int_to_fixed(0)) && bw_ltn(da… in calculate_bandwidth()
1543 …ef_no || (bw_mtn(data->min_dram_speed_change_margin[mid][s_high], bw_int_to_fixed(0)) && bw_ltn(da… in calculate_bandwidth()
1580 …| (bw_mtn(data->min_dram_speed_change_margin[data->y_clk_level][s_low], bw_int_to_fixed(0)) && bw_… in calculate_bandwidth()
1586 …| (bw_mtn(data->min_dram_speed_change_margin[data->y_clk_level][s_mid1], bw_int_to_fixed(0)) && bw… in calculate_bandwidth()
1592 …| (bw_mtn(data->min_dram_speed_change_margin[data->y_clk_level][s_mid2], bw_int_to_fixed(0)) && bw… in calculate_bandwidth()
1598 …| (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-v4.19/drivers/gpu/drm/amd/display/dc/inc/
Ddce_calcs.h457 struct bw_fixed min_dram_speed_change_margin[3][8]; member