Home
last modified time | relevance | path

Searched refs:bandwidth_support_ok (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_dcn4_calcs.c6324 bool *bandwidth_support_ok,// max of vm, prefetch, vactive all ok in check_urgent_bandwidth_support() argument
6345 *bandwidth_support_ok = 1; in check_urgent_bandwidth_support()
6353 …*bandwidth_support_ok &= urg_bandwidth_required[dml2_core_internal_soc_state_sys_active][dml2_core… in check_urgent_bandwidth_support()
6354 …*bandwidth_support_ok &= urg_bandwidth_required[dml2_core_internal_soc_state_sys_active][dml2_core… in check_urgent_bandwidth_support()
6357 …*bandwidth_support_ok &= urg_bandwidth_required[dml2_core_internal_soc_state_svp_prefetch][dml2_co… in check_urgent_bandwidth_support()
6358 …*bandwidth_support_ok &= urg_bandwidth_required[dml2_core_internal_soc_state_svp_prefetch][dml2_co… in check_urgent_bandwidth_support()
6364 *bandwidth_support_ok &= (*frac_urg_bandwidth_nom <= 1.0); in check_urgent_bandwidth_support()
6367 *bandwidth_support_ok &= (*frac_urg_bandwidth_mall <= 1.0); in check_urgent_bandwidth_support()
6384 DML_LOG_VERBOSE("DML::%s: bandwidth_support_ok = %d\n", __func__, *bandwidth_support_ok); in check_urgent_bandwidth_support()