Home
last modified time | relevance | path

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

/linux/drivers/gpu/drm/amd/display/dc/dml2_0/dml21/src/dml2_core/
H A Ddml2_core_shared_types.h650 double HostVMInefficiencyFactorPrefetch; member
878 double HostVMInefficiencyFactorPrefetch; member
1181 double HostVMInefficiencyFactorPrefetch; member
1257 double HostVMInefficiencyFactorPrefetch; member
H A Ddml2_core_dcn5_calcs_dchub.c2337 double *HostVMInefficiencyFactorPrefetch, in dcn5_calculate_hostvm_inefficiency_factor() argument
2347 *HostVMInefficiencyFactorPrefetch = 1; in dcn5_calculate_hostvm_inefficiency_factor()
2351 *HostVMInefficiencyFactorPrefetch = *HostVMInefficiencyFactor; in dcn5_calculate_hostvm_inefficiency_factor()
2353 …if ((*HostVMInefficiencyFactorPrefetch < 4) && (remote_iommu_outstanding_translations < max_outsta… in dcn5_calculate_hostvm_inefficiency_factor()
2354 *HostVMInefficiencyFactorPrefetch = 4; in dcn5_calculate_hostvm_inefficiency_factor()
2358 …E("DML::%s: HostVMInefficiencyFactorPrefetch = %f\n", __func__, *HostVMInefficiencyFactorPrefetch); in dcn5_calculate_hostvm_inefficiency_factor()
2481 double HostVMInefficiencyFactorPrefetch, in dcn5_calculate_tarb() argument
2510 …rOfDPP[k] * dpte_group_bytes[k] * (1 + 8 * HostVMDynamicLevels) * HostVMInefficiencyFactorPrefetch; in dcn5_calculate_tarb()
2535 double HostVMInefficiencyFactorPrefetch, in dcn5_calculate_extra_latency() argument
2565 HostVMInefficiencyFactorPrefetch, in dcn5_calculate_extra_latency()
H A Ddml2_core_dcn5_funcs_mode_programming.c423 &s->HostVMInefficiencyFactorPrefetch, in dcn5_mode_programming()
474 s->HostVMInefficiencyFactorPrefetch, in dcn5_mode_programming()
669 CalculatePrefetchSchedule_params->HostVMInefficiencyFactor = s->HostVMInefficiencyFactorPrefetch; in dcn5_mode_programming()