Home
last modified time | relevance | path

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

/Linux-v5.10/drivers/gpu/drm/amd/display/dc/calcs/
Ddce_calcs.c1481 data->total_average_bandwidth_no_compression = bw_int_to_fixed(0); in calculate_bandwidth()
1485 …data->total_average_bandwidth_no_compression = bw_add(data->total_average_bandwidth_no_compression in calculate_bandwidth()
1539 …if (bw_ltn(data->total_average_bandwidth_no_compression, bw_mul(bw_mul(bw_mul(bw_frc_to_fixed(dcei… in calculate_bandwidth()
1545 …else if (bw_ltn(data->total_average_bandwidth_no_compression, bw_mul(bw_mul(bw_mul(bw_frc_to_fixed… in calculate_bandwidth()
1551 …else if (bw_ltn(data->total_average_bandwidth_no_compression, bw_mul(bw_mul(bw_mul(bw_frc_to_fixed… in calculate_bandwidth()
1582 …if (bw_ltn(data->total_average_bandwidth_no_compression, bw_mul(bw_mul(bw_frc_to_fixed(dceip->max_… in calculate_bandwidth()
1588 …else if (bw_ltn(data->total_average_bandwidth_no_compression, bw_mul(bw_mul(bw_frc_to_fixed(dceip-… in calculate_bandwidth()
1594 …else if (bw_ltn(data->total_average_bandwidth_no_compression, bw_mul(bw_mul(bw_frc_to_fixed(dceip-… in calculate_bandwidth()
1600 …else if (bw_ltn(data->total_average_bandwidth_no_compression, bw_mul(bw_mul(bw_frc_to_fixed(dceip-… in calculate_bandwidth()
1606 …else if (bw_ltn(data->total_average_bandwidth_no_compression, bw_mul(bw_mul(bw_frc_to_fixed(dceip-… in calculate_bandwidth()
[all …]
Dcalcs_logger.h346 bw_fixed_to_int(data->total_average_bandwidth_no_compression)); in print_bw_calcs_data()
/Linux-v5.10/drivers/gpu/drm/amd/display/dc/inc/
Ddce_calcs.h341 struct bw_fixed total_average_bandwidth_no_compression; member