Home
last modified time | relevance | path

Searched refs:DestinationLineTimesForPrefetchLessThan2 (Results 1 – 5 of 5) sorted by relevance

/linux/drivers/gpu/drm/amd/display/dc/dml/dcn30/
H A Ddisplay_mode_vba_30.c1756 bool DestinationLineTimesForPrefetchLessThan2 = false; in DISPCLKDPPCLKDCFCLKDeepSleepPrefetchParametersWatermarksAndPerformanceCalculation() local
2315 DestinationLineTimesForPrefetchLessThan2 = false; in DISPCLKDPPCLKDCFCLKDeepSleepPrefetchParametersWatermarksAndPerformanceCalculation()
2480 DestinationLineTimesForPrefetchLessThan2 = true; in DISPCLKDPPCLKDCFCLKDeepSleepPrefetchParametersWatermarksAndPerformanceCalculation()
2494 && !DestinationLineTimesForPrefetchLessThan2) in DISPCLKDPPCLKDCFCLKDeepSleepPrefetchParametersWatermarksAndPerformanceCalculation()
2501 …"DML: DestinationLines for Prefetch %s less than 2\n", (DestinationLineTimesForPrefetchLessThan2) … in DISPCLKDPPCLKDCFCLKDeepSleepPrefetchParametersWatermarksAndPerformanceCalculation()
/linux/drivers/gpu/drm/amd/display/dc/dml/dcn32/
H A Ddisplay_mode_vba_32.c68 bool DestinationLineTimesForPrefetchLessThan2 = false; in DISPCLKDPPCLKDCFCLKDeepSleepPrefetchParametersWatermarksAndPerformanceCalculation() local
743 DestinationLineTimesForPrefetchLessThan2 = false; in DISPCLKDPPCLKDCFCLKDeepSleepPrefetchParametersWatermarksAndPerformanceCalculation()
900 DestinationLineTimesForPrefetchLessThan2 = true; in DISPCLKDPPCLKDCFCLKDeepSleepPrefetchParametersWatermarksAndPerformanceCalculation()
991 if (VRatioPrefetchMoreThanMax != false || DestinationLineTimesForPrefetchLessThan2 != false) { in DISPCLKDPPCLKDCFCLKDeepSleepPrefetchParametersWatermarksAndPerformanceCalculation()
/linux/drivers/gpu/drm/amd/display/dc/dml2_0/
H A Ddisplay_mode_core_structs.h1727 dml_bool_t DestinationLineTimesForPrefetchLessThan2; member
H A Ddisplay_mode_core.c8951 s->DestinationLineTimesForPrefetchLessThan2 = false; in dml_core_mode_programming()
9118 s->DestinationLineTimesForPrefetchLessThan2 = true; in dml_core_mode_programming()
9205 …if (s->VRatioPrefetchMoreThanMax != false || s->DestinationLineTimesForPrefetchLessThan2 != false)… in dml_core_mode_programming()
9207 …onLineTimesForPrefetchLessThan2 = %u\n", __func__, s->DestinationLineTimesForPrefetchLessThan2); in dml_core_mode_programming()
/linux/drivers/gpu/drm/amd/display/dc/dml2_0/dml21/src/dml2_core/
H A Ddml2_core_dcn4_calcs.c11207 s->DestinationLineTimesForPrefetchLessThan2 = false; in dml_core_mode_programming()
11363 s->DestinationLineTimesForPrefetchLessThan2 = true; in dml_core_mode_programming()
11379 if (s->VRatioPrefetchMoreThanMax == true || s->DestinationLineTimesForPrefetchLessThan2 == true) { in dml_core_mode_programming()
11381 …ationLineTimesForPrefetchLessThan2 = %u\n", __func__, s->DestinationLineTimesForPrefetchLessThan2); in dml_core_mode_programming()