Home
last modified time | relevance | path

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

/linux-6.12.1/drivers/gpu/drm/amd/display/dc/dml2/dml21/src/dml2_core/
Ddml2_core_shared_types.h928 double HostVMInefficiencyFactorPrefetch; member
991 double HostVMInefficiencyFactorPrefetch; member
Ddml2_core_shared.c476 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 …]
Ddml2_core_dcn4_calcs.c4689 double HostVMInefficiencyFactorPrefetch, in CalculateTarb() argument
4717 …rOfDPP[k] * dpte_group_bytes[k] * (1 + 8 * HostVMDynamicLevels) * HostVMInefficiencyFactorPrefetch; in CalculateTarb()
4958 double HostVMInefficiencyFactorPrefetch, in CalculateExtraLatency() argument
4989 HostVMInefficiencyFactorPrefetch, in CalculateExtraLatency()
6878 double *HostVMInefficiencyFactorPrefetch, in calculate_hostvm_inefficiency_factor() argument
6888 *HostVMInefficiencyFactorPrefetch = 1; in calculate_hostvm_inefficiency_factor()
6892 *HostVMInefficiencyFactorPrefetch = *HostVMInefficiencyFactor; in calculate_hostvm_inefficiency_factor()
6894 …if ((*HostVMInefficiencyFactorPrefetch < 4) && (remote_iommu_outstanding_translations < max_outsta… in calculate_hostvm_inefficiency_factor()
6895 *HostVMInefficiencyFactorPrefetch = 4; in calculate_hostvm_inefficiency_factor()
6900 …f("DML::%s: HostVMInefficiencyFactorPrefetch = %f\n", __func__, *HostVMInefficiencyFactorPrefetch); in calculate_hostvm_inefficiency_factor()
[all …]