Home
last modified time | relevance | path

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

/linux-6.15/drivers/gpu/drm/amd/display/dc/dml2/dml21/src/dml2_core/
H A Ddml2_core_shared_types.h1024 bool VRatioPrefetchMoreThanMax; member
H A Ddml2_core_dcn4_calcs.c11220 s->VRatioPrefetchMoreThanMax = false; in dml_core_mode_programming()
11379 s->VRatioPrefetchMoreThanMax = true; in dml_core_mode_programming()
11382 … dml2_printf("DML::%s: VRatioPrefetchMoreThanMax = %u\n", __func__, s->VRatioPrefetchMoreThanMax); in dml_core_mode_programming()
11391 if (s->VRatioPrefetchMoreThanMax == true || s->DestinationLineTimesForPrefetchLessThan2 == true) { in dml_core_mode_programming()
11392 dml2_printf("DML::%s: VRatioPrefetchMoreThanMax = %u\n", __func__, s->VRatioPrefetchMoreThanMax); in dml_core_mode_programming()
/linux-6.15/drivers/gpu/drm/amd/display/dc/dml/dcn32/
H A Ddisplay_mode_vba_32.c69 bool VRatioPrefetchMoreThanMax = false; in DISPCLKDPPCLKDCFCLKDeepSleepPrefetchParametersWatermarksAndPerformanceCalculation() local
744 VRatioPrefetchMoreThanMax = false; in DISPCLKDPPCLKDCFCLKDeepSleepPrefetchParametersWatermarksAndPerformanceCalculation()
904 VRatioPrefetchMoreThanMax = true; in DISPCLKDPPCLKDCFCLKDeepSleepPrefetchParametersWatermarksAndPerformanceCalculation()
991 if (VRatioPrefetchMoreThanMax != false || DestinationLineTimesForPrefetchLessThan2 != false) { in DISPCLKDPPCLKDCFCLKDeepSleepPrefetchParametersWatermarksAndPerformanceCalculation()
/linux-6.15/drivers/gpu/drm/amd/display/dc/dml2/
H A Ddisplay_mode_core_structs.h1729 dml_bool_t VRatioPrefetchMoreThanMax; member
H A Ddisplay_mode_core.c8944 s->VRatioPrefetchMoreThanMax = false; in dml_core_mode_programming()
9116 s->VRatioPrefetchMoreThanMax = true; in dml_core_mode_programming()
9197 …if (s->VRatioPrefetchMoreThanMax != false || s->DestinationLineTimesForPrefetchLessThan2 != false)… in dml_core_mode_programming()
9198 …::%s: VRatioPrefetchMoreThanMax = %u\n", __func__, s->VRatioPrefetchMoreThanMax); in dml_core_mode_programming()