Home
last modified time | relevance | path

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

/dragonfly/sys/dev/drm/amd/display/dc/inc/
H A Ddce_calcs.h423 struct bw_fixed average_bandwidth[maximum_number_of_surfaces]; member
/dragonfly/sys/dev/drm/amd/display/dc/calcs/
H A Dcalcs_logger.h478 i, bw_fixed_to_int(data->average_bandwidth[i])); in print_bw_calcs_data()
H A Ddce_calcs.c1475 …data->average_bandwidth[i] = bw_div(data->average_bandwidth_no_compression[i], data->compression_r… in calculate_bandwidth()
1483 … data->total_average_bandwidth = bw_add(data->total_average_bandwidth, data->average_bandwidth[i]); in calculate_bandwidth()