Home
last modified time | relevance | path

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

/linux/drivers/gpu/drm/amd/display/dc/dml2_0/dml21/src/dml2_core/
H A Ddml2_core_shared_types.h413 double TWait[DML2_MAX_PLANES]; member
778 double TWait[DML2_MAX_PLANES]; member
1953 double TWait; member
H A Ddml2_core_dcn4.c704 …else if (core->clean_me_up.mode_lib.mp.TWait[plane_index] >= core->clean_me_up.mode_lib.soc.power_… in core_dcn4_mode_programming()
H A Ddml2_core_dcn4_calcs.c4813 double TWait; in CalculateTWait() local
4815 TWait = math_max2(reserved_vblank_time_ns/1000.0, g6_temp_read_blackout_us) + t_urg_trip; in CalculateTWait()
4821 DML_LOG_VERBOSE("DML::%s: TWait = %f\n", __func__, TWait); in CalculateTWait()
4823 return TWait; in CalculateTWait()
5171 …s->TWait_p = p->TWait - p->Ttrip; // TWait includes max(Turg, Ttrip) and Ttrip here is already max… in CalculatePrefetchSchedule()
5188 DML_LOG_VERBOSE("DML::%s: TWait = %f\n", __func__, p->TWait); in CalculatePrefetchSchedule()
5518 …ecome ready max(pstate exit,cstate enter/exit, urgent latency) after TCalc\n", __func__, p->TWait); in CalculatePrefetchSchedule()
5522 DML_LOG_VERBOSE("DML::%s: TWait = %f\n", __func__, p->TWait); in CalculatePrefetchSchedule()
5872 …le)(*p->DSTXAfterScaler) / (double)p->myPipe->HTotal)) * s->LineTime - p->TWait - p->TCalc - *p->T… in CalculatePrefetchSchedule()
7449 mode_lib->ms.TWait[k] = CalculateTWait( in dml_core_ms_prefetch_check()
[all …]
/linux/drivers/gpu/drm/amd/display/dc/dml/dcn32/
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/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