Home
last modified time | relevance | path

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

/linux/drivers/gpu/drm/amd/display/dc/dml2_0/dml21/src/dml2_core/
H A Ddml2_core_shared_types.h1195 bool VRatioPrefetchMoreThanMax;
1194 bool VRatioPrefetchMoreThanMax; global() member
H A Ddml2_core_dcn4_calcs.c11257 s->VRatioPrefetchMoreThanMax = false; in dml_core_mode_programming()
11415 s->VRatioPrefetchMoreThanMax = true; in dml_core_mode_programming()
11418 DML_LOG_VERBOSE("DML::%s: VRatioPrefetchMoreThanMax = %u\n", __func__, s->VRatioPrefetchMoreThanMax); in dml_core_mode_programming()
11427 if (s->VRatioPrefetchMoreThanMax == true || s->DestinationLineTimesForPrefetchLessThan2 == true) { in dml_core_mode_programming()
11428 DML_LOG_VERBOSE("DML::%s: VRatioPrefetchMoreThanMax = %u\n", __func__, s->VRatioPrefetchMoreThanMax); in dml_core_mode_programming()
/linux/drivers/gpu/drm/amd/display/dc/dml/dcn32/
H A Ddisplay_mode_vba_32.c71 bool VRatioPrefetchMoreThanMax = false; in DISPCLKDPPCLKDCFCLKDeepSleepPrefetchParametersWatermarksAndPerformanceCalculation()
748 VRatioPrefetchMoreThanMax = false; in DISPCLKDPPCLKDCFCLKDeepSleepPrefetchParametersWatermarksAndPerformanceCalculation()
908 VRatioPrefetchMoreThanMax = true; in DISPCLKDPPCLKDCFCLKDeepSleepPrefetchParametersWatermarksAndPerformanceCalculation()
995 if (VRatioPrefetchMoreThanMax != false || DestinationLineTimesForPrefetchLessThan2 != false) { in DISPCLKDPPCLKDCFCLKDeepSleepPrefetchParametersWatermarksAndPerformanceCalculation()
69 bool VRatioPrefetchMoreThanMax = false; DISPCLKDPPCLKDCFCLKDeepSleepPrefetchParametersWatermarksAndPerformanceCalculation() local
/linux/drivers/gpu/drm/amd/display/dc/dml2_0/
H A Ddisplay_mode_core_structs.h1728 dml_bool_t VRatioPrefetchMoreThanMax; member
H A Ddisplay_mode_core.c9061 s->VRatioPrefetchMoreThanMax = false; in dml_core_mode_programming()
9233 s->VRatioPrefetchMoreThanMax = true; in dml_core_mode_programming()
9314 if (s->VRatioPrefetchMoreThanMax != false || s->DestinationLineTimesForPrefetchLessThan2 != false) { in dml_core_mode_programming()
9315 dml_print("DML::%s: VRatioPrefetchMoreThanMax = %u\n", __func__, s->VRatioPrefetchMoreThanMax); in dml_core_mode_programming()