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_dcn5_calcs_dchub.c5223 bool *bandwidth_support_ok, // max of vm, prefetch, vactive all ok in dcn5_check_urgent_bandwidth_support() argument
5229 *bandwidth_support_ok = urg_bandwidth_required <= urg_bandwidth_available; in dcn5_check_urgent_bandwidth_support()
5231 *bandwidth_support_ok &= (*frac_urg_bandwidth_nom <= 1.0); in dcn5_check_urgent_bandwidth_support()
5234 DML_LOG_VERBOSE("DML::%s: bandwidth_support_ok = %d\n", __func__, *bandwidth_support_ok); in dcn5_check_urgent_bandwidth_support()