Home
last modified time | relevance | path

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

/Linux-v5.4/drivers/gpu/drm/amd/display/dc/calcs/
Ddce_calcs.c676 data->useful_bytes_per_request[i] = bw_int_to_fixed(64); in calculate_bandwidth()
682 data->useful_bytes_per_request[i] = bw_int_to_fixed(64); in calculate_bandwidth()
694 data->useful_bytes_per_request[i] = bw_int_to_fixed(32); in calculate_bandwidth()
698 data->useful_bytes_per_request[i] = bw_int_to_fixed(64); in calculate_bandwidth()
706 data->useful_bytes_per_request[i] = bw_int_to_fixed(16); in calculate_bandwidth()
712 data->useful_bytes_per_request[i] = bw_int_to_fixed(64); in calculate_bandwidth()
719 data->useful_bytes_per_request[i] = bw_int_to_fixed(32); in calculate_bandwidth()
725 data->useful_bytes_per_request[i] = bw_int_to_fixed(16); in calculate_bandwidth()
731 data->useful_bytes_per_request[i] = bw_int_to_fixed(64); in calculate_bandwidth()
844 …l_rate[i]))), bw_int_to_fixed(data->bytes_per_pixel[i])), data->useful_bytes_per_request[i]), data… in calculate_bandwidth()
[all …]
Dcalcs_logger.h453 i, bw_fixed_to_int(data->useful_bytes_per_request[i])); in print_bw_calcs_data()
/Linux-v5.4/drivers/gpu/drm/amd/display/dc/inc/
Ddce_calcs.h410 struct bw_fixed useful_bytes_per_request[maximum_number_of_surfaces]; member