Home
last modified time | relevance | path

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

/linux-6.15/drivers/gpu/drm/amd/display/dc/dml2/dml21/src/dml2_core/
H A Ddml2_core_dcn4_calcs.c6364 bool *bandwidth_support_ok,// max of vm, prefetch, vactive all ok in check_urgent_bandwidth_support() argument
6385 *bandwidth_support_ok = 1; in check_urgent_bandwidth_support()
6393 …*bandwidth_support_ok &= urg_bandwidth_required[dml2_core_internal_soc_state_sys_active][dml2_core… in check_urgent_bandwidth_support()
6394 …*bandwidth_support_ok &= urg_bandwidth_required[dml2_core_internal_soc_state_sys_active][dml2_core… in check_urgent_bandwidth_support()
6397 …*bandwidth_support_ok &= urg_bandwidth_required[dml2_core_internal_soc_state_svp_prefetch][dml2_co… in check_urgent_bandwidth_support()
6398 …*bandwidth_support_ok &= urg_bandwidth_required[dml2_core_internal_soc_state_svp_prefetch][dml2_co… in check_urgent_bandwidth_support()
6404 *bandwidth_support_ok &= (*frac_urg_bandwidth_nom <= 1.0); in check_urgent_bandwidth_support()
6407 *bandwidth_support_ok &= (*frac_urg_bandwidth_mall <= 1.0); in check_urgent_bandwidth_support()
6424 dml2_printf("DML::%s: bandwidth_support_ok = %d\n", __func__, *bandwidth_support_ok); in check_urgent_bandwidth_support()