Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/gpu/drm/amd/display/dc/calcs/
Ddce_calcs.c673 data->useful_bytes_per_request[i] = bw_int_to_fixed(64); in calculate_bandwidth()
679 data->useful_bytes_per_request[i] = bw_int_to_fixed(64); in calculate_bandwidth()
691 data->useful_bytes_per_request[i] = bw_int_to_fixed(32); in calculate_bandwidth()
695 data->useful_bytes_per_request[i] = bw_int_to_fixed(64); in calculate_bandwidth()
703 data->useful_bytes_per_request[i] = bw_int_to_fixed(16); in calculate_bandwidth()
709 data->useful_bytes_per_request[i] = bw_int_to_fixed(64); in calculate_bandwidth()
716 data->useful_bytes_per_request[i] = bw_int_to_fixed(32); in calculate_bandwidth()
722 data->useful_bytes_per_request[i] = bw_int_to_fixed(16); in calculate_bandwidth()
728 data->useful_bytes_per_request[i] = bw_int_to_fixed(64); in calculate_bandwidth()
841 …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-v4.19/drivers/gpu/drm/amd/display/dc/inc/
Ddce_calcs.h410 struct bw_fixed useful_bytes_per_request[maximum_number_of_surfaces]; member