Home
last modified time | relevance | path

Searched refs:TWait (Results 1 – 8 of 8) sorted by relevance

/linux/drivers/gpu/drm/amd/display/dc/dml/dcn32/
H A Ddisplay_mode_vba_util_32.c3258 double TWait = 0.0; in dml32_CalculateTWait() local
3265 TWait = dml_max3(DRAMClockChangeLatency + UrgentLatency, SREnterPlusExitTime, UrgentLatency); in dml32_CalculateTWait()
3267 TWait = dml_max3(FCLKChangeLatency + UrgentLatency, SREnterPlusExitTime, UrgentLatency); in dml32_CalculateTWait()
3269 TWait = dml_max(SREnterPlusExitTime, UrgentLatency); in dml32_CalculateTWait()
3271 TWait = UrgentLatency; in dml32_CalculateTWait()
3276 dml_print("DML::%s: TWait = %f\n", __func__, TWait); in dml32_CalculateTWait()
3278 return TWait; in dml32_CalculateTWait()
3426 double TWait, in dml32_CalculatePrefetchSchedule()
3526 *Tdmdl = TWait + Tvm_trips + trip_to_mem; in dml32_CalculatePrefetchSchedule()
3528 *Tdmdl = TWait + UrgentExtraLatency; in dml32_CalculatePrefetchSchedule()
[all …]
H A Ddisplay_mode_vba_util_32.h748 double TWait,
H A Ddisplay_mode_vba_32.c70 double TWait; in DISPCLKDPPCLKDCFCLKDeepSleepPrefetchParametersWatermarksAndPerformanceCalculation() local
752 TWait = dml32_CalculateTWait( in DISPCLKDPPCLKDCFCLKDeepSleepPrefetchParametersWatermarksAndPerformanceCalculation()
812 TWait, in DISPCLKDPPCLKDCFCLKDeepSleepPrefetchParametersWatermarksAndPerformanceCalculation()
3258 mode_lib->vba.TWait = dml32_CalculateTWait( in dml32_ModeSupportAndSystemConfigurationFull()
3319 v->SwathHeightCThisState[k], v->TWait, in dml32_ModeSupportAndSystemConfigurationFull()
/linux/drivers/gpu/drm/amd/display/dc/dml/dcn30/
H A Ddisplay_mode_vba_30.c107 double TWait,
770 double TWait, in CalculatePrefetchSchedule()
844 v->Tdmdl[k] = TWait + Tvm_trips + trip_to_mem; in CalculatePrefetchSchedule()
846 v->Tdmdl[k] = TWait + UrgentExtraLatency; in CalculatePrefetchSchedule()
864 … == true && v->DynamicMetadataVMEnabled == true && v->GPUVMEnable == true ? TWait + Tvm_trips : 0); in CalculatePrefetchSchedule()
909 dst_y_prefetch_equ = VStartup - (Tsetup + dml_max(TWait + TCalc, v->Tdmdl[k])) / LineTime in CalculatePrefetchSchedule()
947 …r fabric to become ready max(pstate exit,cstate enter/exit, urgent latency) after TCalc\n", TWait); in CalculatePrefetchSchedule()
1154 …ler[k] + ((v->DSTXAfterScaler[k]) / (double) myPipe->HTotal)) * LineTime - TWait - TCalc - Tsetup); in CalculatePrefetchSchedule()
1758 double TWait; in DISPCLKDPPCLKDCFCLKDeepSleepPrefetchParametersWatermarksAndPerformanceCalculation() local
2317 TWait = CalculateTWait( in DISPCLKDPPCLKDCFCLKDeepSleepPrefetchParametersWatermarksAndPerformanceCalculation()
[all …]
/linux/drivers/gpu/drm/amd/display/dc/dml2_0/
H A Ddisplay_mode_core.c1082 *p->Tdmdl = p->TWait + s->Tvm_trips + s->trip_to_mem; in CalculatePrefetchSchedule()
1084 *p->Tdmdl = p->TWait + p->UrgentExtraLatency; in CalculatePrefetchSchedule()
1108 …rue && p->DynamicMetadataVMEnabled == true && p->GPUVMEnable == true ? p->TWait + s->Tvm_trips : 0… in CalculatePrefetchSchedule()
1225 …s->dst_y_prefetch_equ = p->VStartup - (*p->TSetup + dml_max(p->TWait + p->TCalc, *p->Tdmdl)) / s->… in CalculatePrefetchSchedule()
1268 …ecome ready max(pstate exit,cstate enter/exit, urgent latency) after TCalc\n", __func__, p->TWait); in CalculatePrefetchSchedule()
1519 …p->DSTXAfterScaler) / (dml_float_t)p->myPipe->HTotal)) * s->LineTime - p->TWait - p->TCalc - *p->T… in CalculatePrefetchSchedule()
1750 dml_float_t TWait = 0.0; in CalculateTWait() local
1755 TWait = dml_max3(DRAMClockChangeLatency + UrgentLatency, SREnterPlusExitTime, UrgentLatency); in CalculateTWait()
1757 TWait = dml_max3(FCLKChangeLatency + UrgentLatency, SREnterPlusExitTime, UrgentLatency); in CalculateTWait()
1759 TWait = dml_max(SREnterPlusExitTime, UrgentLatency); in CalculateTWait()
[all …]
H A Ddisplay_mode_core_structs.h865 dml_float_t TWait; member
1624 dml_float_t TWait; member
/linux/drivers/gpu/drm/amd/display/dc/dml/
H A Ddisplay_mode_vba.h731 double TWait; member
/linux/drivers/gpu/drm/amd/display/dc/dml2_0/dml21/src/dml2_core/
H A Ddml2_core_dcn4_calcs.c4793 double TWait; in CalculateTWait() local
4795 TWait = math_max2(reserved_vblank_time_ns/1000.0, g6_temp_read_blackout_us) + t_urg_trip; in CalculateTWait()
4801 DML_LOG_VERBOSE("DML::%s: TWait = %f\n", __func__, TWait); in CalculateTWait()
4803 return TWait; in CalculateTWait()
5151 …s->TWait_p = p->TWait - p->Ttrip; // TWait includes max(Turg, Ttrip) and Ttrip here is already max… in CalculatePrefetchSchedule()
5168 DML_LOG_VERBOSE("DML::%s: TWait = %f\n", __func__, p->TWait); in CalculatePrefetchSchedule()
5498 …ecome ready max(pstate exit,cstate enter/exit, urgent latency) after TCalc\n", __func__, p->TWait); in CalculatePrefetchSchedule()
5502 DML_LOG_VERBOSE("DML::%s: TWait = %f\n", __func__, p->TWait); in CalculatePrefetchSchedule()
5852 …le)(*p->DSTXAfterScaler) / (double)p->myPipe->HTotal)) * s->LineTime - p->TWait - p->TCalc - *p->T… in CalculatePrefetchSchedule()
7428 mode_lib->ms.TWait[k] = CalculateTWait( in dml_core_ms_prefetch_check()
[all …]