Home
last modified time | relevance | path

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

/linux/drivers/gpu/drm/amd/display/dc/dml2_0/dml21/src/dml2_core/
H A Ddml2_core_dcn5_calcs_dchub.c2490 double extra_bytes_prefetch = 0; in dcn5_calculate_tarb() local
2503 extra_bytes_prefetch = extra_bytes; in dcn5_calculate_tarb()
2510extra_bytes_prefetch = extra_bytes_prefetch + NumberOfDPP[k] * dpte_group_bytes[k] * (1 + 8 * Host… in dcn5_calculate_tarb()
2514 *Tarb_prefetch = extra_bytes_prefetch / ReturnBW; in dcn5_calculate_tarb()
2518 DML_LOG_VERBOSE("DML::%s: extra_bytes_prefetch = %f\n", __func__, extra_bytes_prefetch); in dcn5_calculate_tarb()