Searched refs:scatter_gather_total_pte_request_groups (Results 1 - 6 of 6) sorted by relevance
/kernel/linux/linux-5.10/drivers/gpu/drm/amd/display/dc/inc/ |
H A D | dce_calcs.h | 292 struct bw_fixed scatter_gather_total_pte_request_groups; member
|
/kernel/linux/linux-6.6/drivers/gpu/drm/amd/display/dc/inc/ |
H A D | dce_calcs.h | 292 struct bw_fixed scatter_gather_total_pte_request_groups; member
|
/kernel/linux/linux-5.10/drivers/gpu/drm/amd/display/dc/calcs/ |
H A D | calcs_logger.h | 260 DC_LOG_BANDWIDTH_CALCS(" [bw_fixed] scatter_gather_total_pte_request_groups: %d", in print_bw_calcs_data() 261 bw_fixed_to_int(data->scatter_gather_total_pte_request_groups)); in print_bw_calcs_data()
|
H A D | dce_calcs.c | 1077 data->scatter_gather_total_pte_request_groups = bw_int_to_fixed(0); in calculate_bandwidth() 1089 data->scatter_gather_total_pte_request_groups = bw_add(data->scatter_gather_total_pte_request_groups, bw_ceil2(bw_div(data->scatter_gather_pte_request_limit[i], bw_ceil2(data->pte_request_per_chunk[i], bw_int_to_fixed(1))), bw_int_to_fixed(1))); in calculate_bandwidth() 1115 data->dmif_total_page_close_open_time = bw_div(bw_mul((bw_add(bw_add(data->dmif_total_number_of_data_request_page_close_open, data->scatter_gather_total_pte_request_groups), data->cursor_total_request_groups)), vbios->trc), bw_int_to_fixed(1000)); in calculate_bandwidth()
|
/kernel/linux/linux-6.6/drivers/gpu/drm/amd/display/dc/dml/calcs/ |
H A D | calcs_logger.h | 260 DC_LOG_BANDWIDTH_CALCS(" [bw_fixed] scatter_gather_total_pte_request_groups: %d", in print_bw_calcs_data() 261 bw_fixed_to_int(data->scatter_gather_total_pte_request_groups)); in print_bw_calcs_data()
|
H A D | dce_calcs.c | 1088 data->scatter_gather_total_pte_request_groups = bw_int_to_fixed(0); in calculate_bandwidth() 1100 data->scatter_gather_total_pte_request_groups = bw_add(data->scatter_gather_total_pte_request_groups, bw_ceil2(bw_div(data->scatter_gather_pte_request_limit[i], bw_ceil2(data->pte_request_per_chunk[i], bw_int_to_fixed(1))), bw_int_to_fixed(1))); in calculate_bandwidth() 1126 data->dmif_total_page_close_open_time = bw_div(bw_mul((bw_add(bw_add(data->dmif_total_number_of_data_request_page_close_open, data->scatter_gather_total_pte_request_groups), data->cursor_total_request_groups)), vbios->trc), bw_int_to_fixed(1000)); in calculate_bandwidth()
|
Completed in 19 milliseconds