Searched refs:HostVMInefficiencyFactorPrefetch (Results 1 – 3 of 3) sorted by relevance
/linux/drivers/gpu/drm/amd/display/dc/dml2/dml21/src/dml2_core/ |
H A D | dml2_core_shared_types.h | 928 double HostVMInefficiencyFactorPrefetch; member 991 double HostVMInefficiencyFactorPrefetch; member
|
H A D | dml2_core_shared.c | 476 double HostVMInefficiencyFactorPrefetch, 551 double HostVMInefficiencyFactorPrefetch, 676 double *HostVMInefficiencyFactorPrefetch, 2208 &s->HostVMInefficiencyFactorPrefetch, in dml2_core_shared_mode_support() 2264 s->HostVMInefficiencyFactorPrefetch, in dml2_core_shared_mode_support() 2324 … CalculatePrefetchSchedule_params->HostVMInefficiencyFactor = s->HostVMInefficiencyFactorPrefetch; in dml2_core_shared_mode_support() 7217 double HostVMInefficiencyFactorPrefetch, in CalculateTarb() argument 7245 …rOfDPP[k] * dpte_group_bytes[k] * (1 + 8 * HostVMDynamicLevels) * HostVMInefficiencyFactorPrefetch; in CalculateTarb() 7446 double HostVMInefficiencyFactorPrefetch, in CalculateExtraLatency() argument 7474 HostVMInefficiencyFactorPrefetch, in CalculateExtraLatency() [all …]
|
H A D | dml2_core_dcn4_calcs.c | 4695 double HostVMInefficiencyFactorPrefetch, in CalculateTarb() argument 4723 …rOfDPP[k] * dpte_group_bytes[k] * (1 + 8 * HostVMDynamicLevels) * HostVMInefficiencyFactorPrefetch; in CalculateTarb() 4964 double HostVMInefficiencyFactorPrefetch, in CalculateExtraLatency() argument 4995 HostVMInefficiencyFactorPrefetch, in CalculateExtraLatency() 6884 double *HostVMInefficiencyFactorPrefetch, in calculate_hostvm_inefficiency_factor() argument 6894 *HostVMInefficiencyFactorPrefetch = 1; in calculate_hostvm_inefficiency_factor() 6898 *HostVMInefficiencyFactorPrefetch = *HostVMInefficiencyFactor; in calculate_hostvm_inefficiency_factor() 6900 …if ((*HostVMInefficiencyFactorPrefetch < 4) && (remote_iommu_outstanding_translations < max_outsta… in calculate_hostvm_inefficiency_factor() 6901 *HostVMInefficiencyFactorPrefetch = 4; in calculate_hostvm_inefficiency_factor() 6906 …f("DML::%s: HostVMInefficiencyFactorPrefetch = %f\n", __func__, *HostVMInefficiencyFactorPrefetch); in calculate_hostvm_inefficiency_factor() [all …]
|