Home
last modified time | relevance | path

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

/linux-6.1.9/drivers/gpu/drm/amd/display/dc/dml/calcs/
Ddce_calcs.c1387 data->min_dram_speed_change_margin[i][j] = bw_int_to_fixed(9999); in calculate_bandwidth()
1397 …data->min_dram_speed_change_margin[i][j] = bw_min2(data->min_dram_speed_change_margin[i][j], data-… in calculate_bandwidth()
1411 …data->min_dram_speed_change_margin[i][j] = bw_min2(data->min_dram_speed_change_margin[i][j], data-… in calculate_bandwidth()
1466 …abled && bw_mtn(data->min_dram_speed_change_margin[high][s_high], bw_int_to_fixed(0)) && bw_ltn(da… in calculate_bandwidth()
1548 …ef_no || (bw_mtn(data->min_dram_speed_change_margin[low][s_high], bw_int_to_fixed(0)) && bw_ltn(da… in calculate_bandwidth()
1554 …ef_no || (bw_mtn(data->min_dram_speed_change_margin[mid][s_high], bw_int_to_fixed(0)) && bw_ltn(da… in calculate_bandwidth()
1591 …| (bw_mtn(data->min_dram_speed_change_margin[data->y_clk_level][s_low], bw_int_to_fixed(0)) && bw_… in calculate_bandwidth()
1597 …| (bw_mtn(data->min_dram_speed_change_margin[data->y_clk_level][s_mid1], bw_int_to_fixed(0)) && bw… in calculate_bandwidth()
1603 …| (bw_mtn(data->min_dram_speed_change_margin[data->y_clk_level][s_mid2], bw_int_to_fixed(0)) && bw… in calculate_bandwidth()
1609 …| (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-6.1.9/drivers/gpu/drm/amd/display/dc/inc/
Ddce_calcs.h457 struct bw_fixed min_dram_speed_change_margin[3][8]; member