Home
last modified time | relevance | path

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

/linux-6.12.1/drivers/gpu/drm/amd/display/dc/basics/
Ddce_calcs.c1487 data->total_average_bandwidth_no_compression = bw_int_to_fixed(0); in calculate_bandwidth()
1491 …data->total_average_bandwidth_no_compression = bw_add(data->total_average_bandwidth_no_compression in calculate_bandwidth()
1545 …if (bw_ltn(data->total_average_bandwidth_no_compression, bw_mul(bw_mul(bw_mul(bw_frc_to_fixed(dcei… 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()
1557 …else if (bw_ltn(data->total_average_bandwidth_no_compression, bw_mul(bw_mul(bw_mul(bw_frc_to_fixed… in calculate_bandwidth()
1588 …if (bw_ltn(data->total_average_bandwidth_no_compression, bw_mul(bw_mul(bw_frc_to_fixed(dceip->max_… 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()
1612 …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-6.12.1/drivers/gpu/drm/amd/display/dc/inc/
Ddce_calcs.h341 struct bw_fixed total_average_bandwidth_no_compression; member