Searched refs:bandwidth_support_ok (Results 1 – 2 of 2) sorted by relevance
/linux-6.12.1/drivers/gpu/drm/amd/display/dc/dml2/dml21/src/dml2_core/ |
D | dml2_core_shared.c | 607 bool *bandwidth_support_ok, // max of vm, prefetch, vactive all ok 8378 bool *bandwidth_support_ok, // max of vm, prefetch, vactive all ok in check_urgent_bandwidth_support() argument 8386 *bandwidth_support_ok = 1; in check_urgent_bandwidth_support() 8399 …*bandwidth_support_ok &= urg_bandwidth_required[dml2_core_internal_soc_state_sys_active][dml2_core… in check_urgent_bandwidth_support() 8400 …*bandwidth_support_ok &= urg_bandwidth_required[dml2_core_internal_soc_state_sys_active][dml2_core… in check_urgent_bandwidth_support() 8403 …*bandwidth_support_ok &= urg_bandwidth_required[dml2_core_internal_soc_state_svp_prefetch][dml2_co… in check_urgent_bandwidth_support() 8404 …*bandwidth_support_ok &= urg_bandwidth_required[dml2_core_internal_soc_state_svp_prefetch][dml2_co… in check_urgent_bandwidth_support() 8410 *bandwidth_support_ok &= (*frac_urg_bandwidth_nom <= 1.0); in check_urgent_bandwidth_support() 8413 *bandwidth_support_ok &= (*frac_urg_bandwidth_mall <= 1.0); in check_urgent_bandwidth_support() 8430 dml2_printf("DML::%s: bandwidth_support_ok = %d\n", __func__, *bandwidth_support_ok); in check_urgent_bandwidth_support()
|
D | dml2_core_dcn4_calcs.c | 6043 bool *bandwidth_support_ok, // max of vm, prefetch, vactive all ok in check_urgent_bandwidth_support() argument 6064 *bandwidth_support_ok = 1; in check_urgent_bandwidth_support() 6072 …*bandwidth_support_ok &= urg_bandwidth_required[dml2_core_internal_soc_state_sys_active][dml2_core… in check_urgent_bandwidth_support() 6073 …*bandwidth_support_ok &= urg_bandwidth_required[dml2_core_internal_soc_state_sys_active][dml2_core… in check_urgent_bandwidth_support() 6076 …*bandwidth_support_ok &= urg_bandwidth_required[dml2_core_internal_soc_state_svp_prefetch][dml2_co… in check_urgent_bandwidth_support() 6077 …*bandwidth_support_ok &= urg_bandwidth_required[dml2_core_internal_soc_state_svp_prefetch][dml2_co… in check_urgent_bandwidth_support() 6083 *bandwidth_support_ok &= (*frac_urg_bandwidth_nom <= 1.0); in check_urgent_bandwidth_support() 6086 *bandwidth_support_ok &= (*frac_urg_bandwidth_mall <= 1.0); in check_urgent_bandwidth_support() 6103 dml2_printf("DML::%s: bandwidth_support_ok = %d\n", __func__, *bandwidth_support_ok); in check_urgent_bandwidth_support()
|