Home
last modified time | relevance | path

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

/linux/drivers/gpu/drm/amd/display/dc/dml2_0/dml21/src/dml2_core/
H A Ddml2_core_shared_types.h2030 double estimated_urg_bandwidth_required_mbps; member
H A Ddml2_core_dcn4_calcs.c6023 …estimated_urg_bandwidth_required_mbps = %f\n", __func__, p->estimated_urg_bandwidth_required_mbps); in CheckGlobalPrefetchAdmissibility()
6088 …acted_Tsw(k, p->num_active_planes, p->prefetch_sw_bytes, p->estimated_urg_bandwidth_required_mbps); in CheckGlobalPrefetchAdmissibility()
7757 …CheckGlobalPrefetchAdmissibility_params->estimated_urg_bandwidth_required_mbps = mode_lib->ms.supp… in dml_core_ms_prefetch_check()
7760 if (CheckGlobalPrefetchAdmissibility_params->estimated_urg_bandwidth_required_mbps < 10 * 1024) in dml_core_ms_prefetch_check()
7761 CheckGlobalPrefetchAdmissibility_params->estimated_urg_bandwidth_required_mbps = 10 * 1024; in dml_core_ms_prefetch_check()
7763 …ed_dcfclk_mhz = (CheckGlobalPrefetchAdmissibility_params->estimated_urg_bandwidth_required_mbps / … in dml_core_ms_prefetch_check()
11217 …CheckGlobalPrefetchAdmissibility_params->estimated_urg_bandwidth_required_mbps = mode_lib->mp.urg_… in dml_core_mode_programming()