Home
last modified time | relevance | path

Searched refs:Tvm_trips (Results 1 – 4 of 4) sorted by relevance

/openbmc/linux/drivers/gpu/drm/amd/display/dc/dml/dcn32/
H A Ddisplay_mode_vba_util_32.c3466 double Tvm_trips; in dml32_CalculatePrefetchSchedule() local
3521Tvm_trips = UrgentExtraLatency + trip_to_mem * (v->GPUVMMaxPageTableLevels * (HostVMDynamicLevelsT… in dml32_CalculatePrefetchSchedule()
3524 *Tdmdl = TWait + Tvm_trips + trip_to_mem; in dml32_CalculatePrefetchSchedule()
3554 v->GPUVMEnable == true ? TWait + Tvm_trips : 0); in dml32_CalculatePrefetchSchedule()
3607 Tvm_trips_rounded = dml_ceil(4.0 * Tvm_trips / LineTime, 1.0) / 4.0 * LineTime; in dml32_CalculatePrefetchSchedule()
3649 Tvm_trips, in dml32_CalculatePrefetchSchedule()
3697 dml_print("DML::%s: Tvm_trips = %f\n", __func__, Tvm_trips); in dml32_CalculatePrefetchSchedule()
3863 Tvm_trips, LineTime / 4); in dml32_CalculatePrefetchSchedule()
/openbmc/linux/drivers/gpu/drm/amd/display/dc/dml/dcn31/
H A Ddisplay_mode_vba_31.c896 double Tvm_trips; local
947Tvm_trips = UrgentExtraLatency + trip_to_mem * (GPUVMPageTableLevels * (HostVMDynamicLevelsTrips +…
954 *Tdmdl = TWait + Tvm_trips + trip_to_mem;
980 …Enable == true && DynamicMetadataVMEnabled == true && GPUVMEnable == true ? TWait + Tvm_trips : 0);
1025 Tvm_trips_rounded = dml_ceil(4.0 * Tvm_trips / LineTime, 1) / 4 * LineTime;
1036 Tvm_trips = 0.0;
1080 …+ PDEAndMetaPTEBytesFrame * HostVMInefficiencyFactor / prefetch_bw_oto, Tvm_trips, LineTime / 4.0);
1093 dml_print("DML::%s: Tvm_trips = %f\n", __func__, Tvm_trips);
1247 …w + PDEAndMetaPTEBytesFrame * HostVMInefficiencyFactor / prefetch_bw_equ, Tvm_trips, LineTime / 4);
/openbmc/linux/drivers/gpu/drm/amd/display/dc/dml/dcn314/
H A Ddisplay_mode_vba_314.c917 double Tvm_trips; local
968Tvm_trips = UrgentExtraLatency + trip_to_mem * (GPUVMPageTableLevels * (HostVMDynamicLevelsTrips +…
975 *Tdmdl = TWait + Tvm_trips + trip_to_mem;
1001 …Enable == true && DynamicMetadataVMEnabled == true && GPUVMEnable == true ? TWait + Tvm_trips : 0);
1046 Tvm_trips_rounded = dml_ceil(4.0 * Tvm_trips / LineTime, 1) / 4 * LineTime;
1057 Tvm_trips = 0.0;
1101 …+ PDEAndMetaPTEBytesFrame * HostVMInefficiencyFactor / prefetch_bw_oto, Tvm_trips, LineTime / 4.0);
1114 dml_print("DML::%s: Tvm_trips = %f\n", __func__, Tvm_trips);
1268 …w + PDEAndMetaPTEBytesFrame * HostVMInefficiencyFactor / prefetch_bw_equ, Tvm_trips, LineTime / 4);
/openbmc/linux/drivers/gpu/drm/amd/display/dc/dml/dcn30/
H A Ddisplay_mode_vba_30.c895 double Tvm_trips = 0; in CalculatePrefetchSchedule() local
935Tvm_trips = UrgentExtraLatency + trip_to_mem * (GPUVMPageTableLevels * (HostVMDynamicLevelsTrips +… in CalculatePrefetchSchedule()
938 *Tdmdl = TWait + Tvm_trips + trip_to_mem; in CalculatePrefetchSchedule()
958 …Enable == true && DynamicMetadataVMEnabled == true && GPUVMEnable == true ? TWait + Tvm_trips : 0); in CalculatePrefetchSchedule()
990 Tvm_trips_rounded = dml_ceil(4.0 * Tvm_trips / LineTime, 1) / 4 * LineTime; in CalculatePrefetchSchedule()
1013 Tvm_trips, in CalculatePrefetchSchedule()
1155 …w + PDEAndMetaPTEBytesFrame * HostVMInefficiencyFactor / prefetch_bw_equ, Tvm_trips, LineTime / 4); in CalculatePrefetchSchedule()