Home
last modified time | relevance | path

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

/Linux-v6.6/drivers/gpu/drm/amd/display/dc/dml/calcs/
Ddce_calcs.c1489 data->total_average_bandwidth_no_compression = bw_int_to_fixed(0); in calculate_bandwidth()
1493 …data->total_average_bandwidth_no_compression = bw_add(data->total_average_bandwidth_no_compression in calculate_bandwidth()
1547 …if (bw_ltn(data->total_average_bandwidth_no_compression, bw_mul(bw_mul(bw_mul(bw_frc_to_fixed(dcei… in calculate_bandwidth()
1553 …else if (bw_ltn(data->total_average_bandwidth_no_compression, bw_mul(bw_mul(bw_mul(bw_frc_to_fixed… in calculate_bandwidth()
1559 …else if (bw_ltn(data->total_average_bandwidth_no_compression, bw_mul(bw_mul(bw_mul(bw_frc_to_fixed… in calculate_bandwidth()
1590 …if (bw_ltn(data->total_average_bandwidth_no_compression, bw_mul(bw_mul(bw_frc_to_fixed(dceip->max_… in calculate_bandwidth()
1596 …else if (bw_ltn(data->total_average_bandwidth_no_compression, bw_mul(bw_mul(bw_frc_to_fixed(dceip-… in calculate_bandwidth()
1602 …else if (bw_ltn(data->total_average_bandwidth_no_compression, bw_mul(bw_mul(bw_frc_to_fixed(dceip-… in calculate_bandwidth()
1608 …else if (bw_ltn(data->total_average_bandwidth_no_compression, bw_mul(bw_mul(bw_frc_to_fixed(dceip-… in calculate_bandwidth()
1614 …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-v6.6/drivers/gpu/drm/amd/display/dc/inc/
Ddce_calcs.h341 struct bw_fixed total_average_bandwidth_no_compression; member