Home
last modified time | relevance | path

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

/drivers/gpu/drm/amd/display/dc/dml/dcn31/
Ddisplay_mode_vba_31.c953 double Tvm_trips; local
1003Tvm_trips = UrgentExtraLatency + trip_to_mem * (GPUVMPageTableLevels * (HostVMDynamicLevelsTrips +…
1010 *Tdmdl = TWait + Tvm_trips + trip_to_mem;
1036 …Enable == true && DynamicMetadataVMEnabled == true && GPUVMEnable == true ? TWait + Tvm_trips : 0);
1081 Tvm_trips_rounded = dml_ceil(4.0 * Tvm_trips / LineTime, 1) / 4 * LineTime;
1092 Tvm_trips = 0.0;
1132 …+ PDEAndMetaPTEBytesFrame * HostVMInefficiencyFactor / prefetch_bw_oto, Tvm_trips, LineTime / 4.0);
1145 dml_print("DML::%s: Tvm_trips = %f\n", __func__, Tvm_trips);
1299 …w + PDEAndMetaPTEBytesFrame * HostVMInefficiencyFactor / prefetch_bw_equ, Tvm_trips, LineTime / 4);
/drivers/gpu/drm/amd/display/dc/dml/dcn30/
Ddisplay_mode_vba_30.c964 double Tvm_trips = 0; in CalculatePrefetchSchedule() local
1004Tvm_trips = UrgentExtraLatency + trip_to_mem * (GPUVMPageTableLevels * (HostVMDynamicLevelsTrips +… in CalculatePrefetchSchedule()
1007 *Tdmdl = TWait + Tvm_trips + trip_to_mem; in CalculatePrefetchSchedule()
1027 …Enable == true && DynamicMetadataVMEnabled == true && GPUVMEnable == true ? TWait + Tvm_trips : 0); in CalculatePrefetchSchedule()
1059 Tvm_trips_rounded = dml_ceil(4.0 * Tvm_trips / LineTime, 1) / 4 * LineTime; in CalculatePrefetchSchedule()
1082 Tvm_trips, in CalculatePrefetchSchedule()
1224 …w + PDEAndMetaPTEBytesFrame * HostVMInefficiencyFactor / prefetch_bw_equ, Tvm_trips, LineTime / 4); in CalculatePrefetchSchedule()