Home
last modified time | relevance | path

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

/linux-5.19.10/drivers/gpu/drm/amd/display/dc/inc/
Ddce_calcs.h291 struct bw_fixed scatter_gather_total_pte_requests; member
/linux-5.19.10/drivers/gpu/drm/amd/display/dc/dml/calcs/
Ddce_calcs.c1087 data->scatter_gather_total_pte_requests = bw_int_to_fixed(0); in calculate_bandwidth()
1099 …data->scatter_gather_total_pte_requests = bw_add(data->scatter_gather_total_pte_requests, data->sc… in calculate_bandwidth()
1176 …reads_required_data, data->cursor_total_data), bw_mul(data->scatter_gather_total_pte_requests, bw_… in calculate_bandwidth()
1177 …ed_dram_access_data, data->cursor_total_data), bw_mul(data->scatter_gather_total_pte_requests, bw_… in calculate_bandwidth()
1533 …if (bw_mtn(data->scatter_gather_total_pte_requests, dceip->maximum_total_outstanding_pte_requests_… in calculate_bandwidth()
1578 …if (bw_mtn(data->scatter_gather_total_pte_requests, dceip->maximum_total_outstanding_pte_requests_… in calculate_bandwidth()
Dcalcs_logger.h259 bw_fixed_to_int(data->scatter_gather_total_pte_requests)); in print_bw_calcs_data()