Home
last modified time | relevance | path

Searched refs:number_of_trips_to_memory_for_getting_apte_row (Results 1 - 6 of 6) sorted by relevance

/kernel/linux/linux-5.10/drivers/gpu/drm/amd/display/dc/inc/
H A Ddce_calcs.h429 struct bw_fixed number_of_trips_to_memory_for_getting_apte_row[maximum_number_of_surfaces]; member
/kernel/linux/linux-6.6/drivers/gpu/drm/amd/display/dc/inc/
H A Ddce_calcs.h429 struct bw_fixed number_of_trips_to_memory_for_getting_apte_row[maximum_number_of_surfaces]; member
/kernel/linux/linux-5.10/drivers/gpu/drm/amd/display/dc/calcs/
H A Dcalcs_logger.h489 DC_LOG_BANDWIDTH_CALCS(" [bw_fixed] number_of_trips_to_memory_for_getting_apte_row[%d]:%d", in print_bw_calcs_data()
490 i, bw_fixed_to_int(data->number_of_trips_to_memory_for_getting_apte_row[i])); in print_bw_calcs_data()
H A Ddce_calcs.c1967 data->number_of_trips_to_memory_for_getting_apte_row[i] = bw_ceil2(bw_div(data->scatter_gather_pte_requests_in_row[i], data->scatter_gather_pte_request_limit[i]), bw_int_to_fixed(1)); in calculate_bandwidth()
1968 if (bw_ltn(data->worst_number_of_trips_to_memory, data->number_of_trips_to_memory_for_getting_apte_row[i])) { in calculate_bandwidth()
1969 data->worst_number_of_trips_to_memory = data->number_of_trips_to_memory_for_getting_apte_row[i]; in calculate_bandwidth()
/kernel/linux/linux-6.6/drivers/gpu/drm/amd/display/dc/dml/calcs/
H A Dcalcs_logger.h489 DC_LOG_BANDWIDTH_CALCS(" [bw_fixed] number_of_trips_to_memory_for_getting_apte_row[%d]:%d", in print_bw_calcs_data()
490 i, bw_fixed_to_int(data->number_of_trips_to_memory_for_getting_apte_row[i])); in print_bw_calcs_data()
H A Ddce_calcs.c1975 data->number_of_trips_to_memory_for_getting_apte_row[i] = bw_ceil2(bw_div(data->scatter_gather_pte_requests_in_row[i], data->scatter_gather_pte_request_limit[i]), bw_int_to_fixed(1)); in calculate_bandwidth()
1976 if (bw_ltn(data->worst_number_of_trips_to_memory, data->number_of_trips_to_memory_for_getting_apte_row[i])) { in calculate_bandwidth()
1977 data->worst_number_of_trips_to_memory = data->number_of_trips_to_memory_for_getting_apte_row[i]; in calculate_bandwidth()

Completed in 17 milliseconds