Home
last modified time | relevance | path

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

/linux-6.6.21/drivers/gpu/drm/amd/display/dc/dml/calcs/
Ddce_calcs.c691 data->useful_bytes_per_request[i] = bw_int_to_fixed(64); in calculate_bandwidth()
697 data->useful_bytes_per_request[i] = bw_int_to_fixed(64); in calculate_bandwidth()
709 data->useful_bytes_per_request[i] = bw_int_to_fixed(32); in calculate_bandwidth()
713 data->useful_bytes_per_request[i] = bw_int_to_fixed(64); in calculate_bandwidth()
721 data->useful_bytes_per_request[i] = bw_int_to_fixed(16); in calculate_bandwidth()
727 data->useful_bytes_per_request[i] = bw_int_to_fixed(64); in calculate_bandwidth()
734 data->useful_bytes_per_request[i] = bw_int_to_fixed(32); in calculate_bandwidth()
740 data->useful_bytes_per_request[i] = bw_int_to_fixed(16); in calculate_bandwidth()
746 data->useful_bytes_per_request[i] = bw_int_to_fixed(64); in calculate_bandwidth()
855 …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-6.6.21/drivers/gpu/drm/amd/display/dc/inc/
Ddce_calcs.h410 struct bw_fixed useful_bytes_per_request[maximum_number_of_surfaces]; member