Searched refs:Tvm_trips (Results 1 – 4 of 4) sorted by relevance
/linux-6.1.9/drivers/gpu/drm/amd/display/dc/dml/dcn32/ |
D | display_mode_vba_util_32.c | 3459 double Tvm_trips; in dml32_CalculatePrefetchSchedule() local 3514 …Tvm_trips = UrgentExtraLatency + trip_to_mem * (v->GPUVMMaxPageTableLevels * (HostVMDynamicLevelsT… in dml32_CalculatePrefetchSchedule() 3517 *Tdmdl = TWait + Tvm_trips + trip_to_mem; in dml32_CalculatePrefetchSchedule() 3547 v->GPUVMEnable == true ? TWait + Tvm_trips : 0); in dml32_CalculatePrefetchSchedule() 3600 Tvm_trips_rounded = dml_ceil(4.0 * Tvm_trips / LineTime, 1.0) / 4.0 * LineTime; in dml32_CalculatePrefetchSchedule() 3642 Tvm_trips, in dml32_CalculatePrefetchSchedule() 3690 dml_print("DML::%s: Tvm_trips = %f\n", __func__, Tvm_trips); in dml32_CalculatePrefetchSchedule() 3856 Tvm_trips, LineTime / 4); in dml32_CalculatePrefetchSchedule()
|
/linux-6.1.9/drivers/gpu/drm/amd/display/dc/dml/dcn31/ |
D | display_mode_vba_31.c | 894 double Tvm_trips; local 945 …Tvm_trips = UrgentExtraLatency + trip_to_mem * (GPUVMPageTableLevels * (HostVMDynamicLevelsTrips +… 952 *Tdmdl = TWait + Tvm_trips + trip_to_mem; 978 …Enable == true && DynamicMetadataVMEnabled == true && GPUVMEnable == true ? TWait + Tvm_trips : 0); 1023 Tvm_trips_rounded = dml_ceil(4.0 * Tvm_trips / LineTime, 1) / 4 * LineTime; 1034 Tvm_trips = 0.0; 1077 …+ PDEAndMetaPTEBytesFrame * HostVMInefficiencyFactor / prefetch_bw_oto, Tvm_trips, LineTime / 4.0); 1090 dml_print("DML::%s: Tvm_trips = %f\n", __func__, Tvm_trips); 1244 …w + PDEAndMetaPTEBytesFrame * HostVMInefficiencyFactor / prefetch_bw_equ, Tvm_trips, LineTime / 4);
|
/linux-6.1.9/drivers/gpu/drm/amd/display/dc/dml/dcn314/ |
D | display_mode_vba_314.c | 916 double Tvm_trips; local 967 …Tvm_trips = UrgentExtraLatency + trip_to_mem * (GPUVMPageTableLevels * (HostVMDynamicLevelsTrips +… 974 *Tdmdl = TWait + Tvm_trips + trip_to_mem; 1000 …Enable == true && DynamicMetadataVMEnabled == true && GPUVMEnable == true ? TWait + Tvm_trips : 0); 1045 Tvm_trips_rounded = dml_ceil(4.0 * Tvm_trips / LineTime, 1) / 4 * LineTime; 1056 Tvm_trips = 0.0; 1099 …+ PDEAndMetaPTEBytesFrame * HostVMInefficiencyFactor / prefetch_bw_oto, Tvm_trips, LineTime / 4.0); 1112 dml_print("DML::%s: Tvm_trips = %f\n", __func__, Tvm_trips); 1266 …w + PDEAndMetaPTEBytesFrame * HostVMInefficiencyFactor / prefetch_bw_equ, Tvm_trips, LineTime / 4);
|
/linux-6.1.9/drivers/gpu/drm/amd/display/dc/dml/dcn30/ |
D | display_mode_vba_30.c | 898 double Tvm_trips = 0; in CalculatePrefetchSchedule() local 938 …Tvm_trips = UrgentExtraLatency + trip_to_mem * (GPUVMPageTableLevels * (HostVMDynamicLevelsTrips +… in CalculatePrefetchSchedule() 941 *Tdmdl = TWait + Tvm_trips + trip_to_mem; in CalculatePrefetchSchedule() 961 …Enable == true && DynamicMetadataVMEnabled == true && GPUVMEnable == true ? TWait + Tvm_trips : 0); in CalculatePrefetchSchedule() 993 Tvm_trips_rounded = dml_ceil(4.0 * Tvm_trips / LineTime, 1) / 4 * LineTime; in CalculatePrefetchSchedule() 1016 Tvm_trips, in CalculatePrefetchSchedule() 1158 …w + PDEAndMetaPTEBytesFrame * HostVMInefficiencyFactor / prefetch_bw_equ, Tvm_trips, LineTime / 4); in CalculatePrefetchSchedule()
|