Home
last modified time | relevance | path

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

/linux-6.12.1/drivers/gpu/drm/amd/display/dc/basics/
Ddce_calcs.c1385 data->min_dram_speed_change_margin[i][j] = bw_int_to_fixed(9999); in calculate_bandwidth()
1395 …data->min_dram_speed_change_margin[i][j] = bw_min2(data->min_dram_speed_change_margin[i][j], data-… in calculate_bandwidth()
1409 …data->min_dram_speed_change_margin[i][j] = bw_min2(data->min_dram_speed_change_margin[i][j], data-… in calculate_bandwidth()
1464 …abled && bw_mtn(data->min_dram_speed_change_margin[high][s_high], bw_int_to_fixed(0)) && bw_ltn(da… in calculate_bandwidth()
1546 …ef_no || (bw_mtn(data->min_dram_speed_change_margin[low][s_high], bw_int_to_fixed(0)) && bw_ltn(da… in calculate_bandwidth()
1552 …ef_no || (bw_mtn(data->min_dram_speed_change_margin[mid][s_high], bw_int_to_fixed(0)) && bw_ltn(da… in calculate_bandwidth()
1589 …| (bw_mtn(data->min_dram_speed_change_margin[data->y_clk_level][s_low], bw_int_to_fixed(0)) && bw_… in calculate_bandwidth()
1595 …| (bw_mtn(data->min_dram_speed_change_margin[data->y_clk_level][s_mid1], bw_int_to_fixed(0)) && bw… in calculate_bandwidth()
1601 …| (bw_mtn(data->min_dram_speed_change_margin[data->y_clk_level][s_mid2], bw_int_to_fixed(0)) && bw… in calculate_bandwidth()
1607 …| (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.12.1/drivers/gpu/drm/amd/display/dc/inc/
Ddce_calcs.h457 struct bw_fixed min_dram_speed_change_margin[3][8]; member