Home
last modified time | relevance | path

Searched refs:DRAMClockChangeLatency (Results 1 – 7 of 7) sorted by relevance

/linux/drivers/gpu/drm/amd/display/dc/dml/dcn21/
A Ddisplay_mode_vba_21.c210 double DRAMClockChangeLatency,
306 double DRAMClockChangeLatency,
2103 mode_lib->vba.DRAMClockChangeLatency, in DISPCLKDPPCLKDCFCLKDeepSleepPrefetchParametersWatermarksAndPerformanceCalculation()
2436 mode_lib->vba.DRAMClockChangeLatency, in DISPCLKDPPCLKDCFCLKDeepSleepPrefetchParametersWatermarksAndPerformanceCalculation()
2616 mode_lib->vba.DRAMClockChangeLatency, in DISPCLKDPPCLKDCFCLKDeepSleepPrefetchParametersWatermarksAndPerformanceCalculation()
3010 double DRAMClockChangeLatency, in CalculateTWait() argument
3016 DRAMClockChangeLatency + UrgentLatency, in CalculateTWait()
4797 mode_lib->vba.DRAMClockChangeLatency, in dml21_ModeSupportAndSystemConfigurationFull()
5006 mode_lib->vba.DRAMClockChangeLatency, in dml21_ModeSupportAndSystemConfigurationFull()
5261 double DRAMClockChangeLatency, in CalculateWatermarksAndDRAMSpeedChangeSupport() argument
[all …]
/linux/drivers/gpu/drm/amd/display/dc/dml/dcn31/
A Ddisplay_mode_vba_31.c336 double DRAMClockChangeLatency,
3089 v->DRAMClockChangeLatency,
3608 …return dml_max(DRAMClockChangeLatency + UrgentLatency, dml_max(SREnterPlusExitTime, UrgentLatency)…
5087 v->DRAMClockChangeLatency,
5274 v->DRAMClockChangeLatency,
5574 v->DRAMClockChangeLatency,
5756 double DRAMClockChangeLatency, argument
5827 *DRAMClockChangeWatermark = DRAMClockChangeLatency + *UrgentWatermark;
5830 dml_print("DML::%s: DRAMClockChangeLatency = %f\n", __func__, DRAMClockChangeLatency);
5848 *WritebackDRAMClockChangeWatermark = DRAMClockChangeLatency + WritebackLatency;
[all …]
/linux/drivers/gpu/drm/amd/display/dc/dml/dcn20/
A Ddisplay_mode_vba_20.c158 double DRAMClockChangeLatency,
1507 mode_lib->vba.DRAMClockChangeWatermark = mode_lib->vba.DRAMClockChangeLatency in dml20_DISPCLKDPPCLKDCFCLKDeepSleepPrefetchParametersWatermarksAndPerformanceCalculation()
1518 mode_lib->vba.DRAMClockChangeLatency in dml20_DISPCLKDPPCLKDCFCLKDeepSleepPrefetchParametersWatermarksAndPerformanceCalculation()
1522 mode_lib->vba.DRAMClockChangeLatency in dml20_DISPCLKDPPCLKDCFCLKDeepSleepPrefetchParametersWatermarksAndPerformanceCalculation()
2059 mode_lib->vba.DRAMClockChangeLatency, in dml20_DISPCLKDPPCLKDCFCLKDeepSleepPrefetchParametersWatermarksAndPerformanceCalculation()
2579 + mode_lib->vba.DRAMClockChangeLatency; in dml20_DISPCLKDPPCLKDCFCLKDeepSleepPrefetchParametersWatermarksAndPerformanceCalculation()
2612 mode_lib->vba.DRAMClockChangeLatency, in dml20_DISPCLKDPPCLKDCFCLKDeepSleepPrefetchParametersWatermarksAndPerformanceCalculation()
2925 double DRAMClockChangeLatency, in CalculateTWait() argument
2931 DRAMClockChangeLatency + UrgentLatencyPixelDataOnly, in CalculateTWait()
4677 mode_lib->vba.DRAMClockChangeLatency, in dml20_ModeSupportAndSystemConfigurationFull()
A Ddisplay_mode_vba_20v2.c182 double DRAMClockChangeLatency,
1543 mode_lib->vba.DRAMClockChangeWatermark = mode_lib->vba.DRAMClockChangeLatency in dml20v2_DISPCLKDPPCLKDCFCLKDeepSleepPrefetchParametersWatermarksAndPerformanceCalculation()
1554 mode_lib->vba.DRAMClockChangeLatency in dml20v2_DISPCLKDPPCLKDCFCLKDeepSleepPrefetchParametersWatermarksAndPerformanceCalculation()
1558 mode_lib->vba.DRAMClockChangeLatency in dml20v2_DISPCLKDPPCLKDCFCLKDeepSleepPrefetchParametersWatermarksAndPerformanceCalculation()
2095 mode_lib->vba.DRAMClockChangeLatency, in dml20v2_DISPCLKDPPCLKDCFCLKDeepSleepPrefetchParametersWatermarksAndPerformanceCalculation()
2626 + mode_lib->vba.DRAMClockChangeLatency; in dml20v2_DISPCLKDPPCLKDCFCLKDeepSleepPrefetchParametersWatermarksAndPerformanceCalculation()
2685 mode_lib->vba.DRAMClockChangeLatency, in dml20v2_DISPCLKDPPCLKDCFCLKDeepSleepPrefetchParametersWatermarksAndPerformanceCalculation()
2998 double DRAMClockChangeLatency, in CalculateTWait() argument
3004 DRAMClockChangeLatency + UrgentLatencyPixelDataOnly, in CalculateTWait()
4803 mode_lib->vba.DRAMClockChangeLatency, in dml20v2_ModeSupportAndSystemConfigurationFull()
/linux/drivers/gpu/drm/amd/display/dc/dml/dcn30/
A Ddisplay_mode_vba_30.c221 double DRAMClockChangeLatency,
315 double DRAMClockChangeLatency,
2473 v->FinalDRAMClockChangeLatency = v->DRAMClockChangeLatency; in DISPCLKDPPCLKDCFCLKDeepSleepPrefetchParametersWatermarksAndPerformanceCalculation()
3313 double DRAMClockChangeLatency, in CalculateTWait() argument
3318 return dml_max(DRAMClockChangeLatency + UrgentLatency, in CalculateTWait()
4727 …RAMClockChangeLatencyOverride > 0 ? v->DRAMClockChangeLatencyOverride : v->DRAMClockChangeLatency); in dml30_ModeSupportAndSystemConfigurationFull()
5360 double DRAMClockChangeLatency, in CalculateWatermarksAndDRAMSpeedChangeSupport() argument
5430 *DRAMClockChangeWatermark = DRAMClockChangeLatency + *UrgentWatermark; in CalculateWatermarksAndDRAMSpeedChangeSupport()
5446 *WritebackDRAMClockChangeWatermark = DRAMClockChangeLatency + WritebackLatency; in CalculateWatermarksAndDRAMSpeedChangeSupport()
5448 …*WritebackDRAMClockChangeWatermark = DRAMClockChangeLatency + WritebackLatency + WritebackChunkSiz… in CalculateWatermarksAndDRAMSpeedChangeSupport()
[all …]
/linux/drivers/gpu/drm/amd/display/dc/dml/
A Ddisplay_mode_vba.h233 double DRAMClockChangeLatency; member
A Ddisplay_mode_vba.c242 mode_lib->vba.DRAMClockChangeLatency = soc->dram_clock_change_latency_us; in fetch_socbb_params()

Completed in 59 milliseconds