Home
last modified time | relevance | path

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

/linux-6.12.1/drivers/gpu/drm/amd/display/dc/basics/
Ddce_calcs.c689 data->useful_bytes_per_request[i] = bw_int_to_fixed(64); in calculate_bandwidth()
695 data->useful_bytes_per_request[i] = bw_int_to_fixed(64); in calculate_bandwidth()
707 data->useful_bytes_per_request[i] = bw_int_to_fixed(32); in calculate_bandwidth()
711 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(16); in calculate_bandwidth()
725 data->useful_bytes_per_request[i] = bw_int_to_fixed(64); in calculate_bandwidth()
732 data->useful_bytes_per_request[i] = bw_int_to_fixed(32); in calculate_bandwidth()
738 data->useful_bytes_per_request[i] = bw_int_to_fixed(16); in calculate_bandwidth()
744 data->useful_bytes_per_request[i] = bw_int_to_fixed(64); in calculate_bandwidth()
853 …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.12.1/drivers/gpu/drm/amd/display/dc/inc/
Ddce_calcs.h410 struct bw_fixed useful_bytes_per_request[maximum_number_of_surfaces]; member