Home
last modified time | relevance | path

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

/linux-6.12.1/drivers/gpu/drm/amd/display/dc/dml2/dml21/src/dml2_core/
Ddml2_core_shared_types.h998 bool VRatioPrefetchMoreThanMax; member
Ddml2_core_dcn4_calcs.c10751 s->VRatioPrefetchMoreThanMax = false; in dml_core_mode_programming()
10897 s->VRatioPrefetchMoreThanMax = true; in dml_core_mode_programming()
10900 … dml2_printf("DML::%s: VRatioPrefetchMoreThanMax = %u\n", __func__, s->VRatioPrefetchMoreThanMax); in dml_core_mode_programming()
10909 if (s->VRatioPrefetchMoreThanMax == true || s->DestinationLineTimesForPrefetchLessThan2 == true) { in dml_core_mode_programming()
10910 dml2_printf("DML::%s: VRatioPrefetchMoreThanMax = %u\n", __func__, s->VRatioPrefetchMoreThanMax); in dml_core_mode_programming()
Ddml2_core_shared.c10606 s->VRatioPrefetchMoreThanMax = false; in dml2_core_shared_mode_programming()
10750 s->VRatioPrefetchMoreThanMax = true; in dml2_core_shared_mode_programming()
10758 if (s->VRatioPrefetchMoreThanMax == true || s->DestinationLineTimesForPrefetchLessThan2 == true) { in dml2_core_shared_mode_programming()
10759 dml2_printf("DML::%s: VRatioPrefetchMoreThanMax = %u\n", __func__, s->VRatioPrefetchMoreThanMax); in dml2_core_shared_mode_programming()
/linux-6.12.1/drivers/gpu/drm/amd/display/dc/dml/dcn32/
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.12.1/drivers/gpu/drm/amd/display/dc/dml2/
Ddisplay_mode_core_structs.h1671 dml_bool_t VRatioPrefetchMoreThanMax; member
Ddisplay_mode_core.c8941 s->VRatioPrefetchMoreThanMax = false; in dml_core_mode_programming()
9113 s->VRatioPrefetchMoreThanMax = true; in dml_core_mode_programming()
9192 …if (s->VRatioPrefetchMoreThanMax != false || s->DestinationLineTimesForPrefetchLessThan2 != false)… in dml_core_mode_programming()
9193 …::%s: VRatioPrefetchMoreThanMax = %u\n", __func__, s->VRatioPrefetchMoreThanMax); in dml_core_mode_programming()