Home
last modified time | relevance | path

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

/linux/drivers/gpu/drm/amd/display/dc/dml/dcn32/
H A Ddisplay_mode_vba_util_32.h849 enum dm_prefetch_modes AllowForPStateChangeOrStutterInVBlankFinal,
H A Ddisplay_mode_vba_util_32.c4668 enum dm_prefetch_modes AllowForPStateChangeOrStutterInVBlankFinal, in dml32_CalculateMinAndMaxPrefetchMode() argument
4672 if (AllowForPStateChangeOrStutterInVBlankFinal == dm_prefetch_support_none) { in dml32_CalculateMinAndMaxPrefetchMode()
4675 } else if (AllowForPStateChangeOrStutterInVBlankFinal == dm_prefetch_support_stutter) { in dml32_CalculateMinAndMaxPrefetchMode()
4678 } else if (AllowForPStateChangeOrStutterInVBlankFinal == dm_prefetch_support_fclk_and_stutter) { in dml32_CalculateMinAndMaxPrefetchMode()
4681 …} else if (AllowForPStateChangeOrStutterInVBlankFinal == dm_prefetch_support_uclk_fclk_and_stutter… in dml32_CalculateMinAndMaxPrefetchMode()
H A Ddisplay_mode_vba_32.c731 mode_lib->vba.AllowForPStateChangeOrStutterInVBlankFinal, in DISPCLKDPPCLKDCFCLKDeepSleepPrefetchParametersWatermarksAndPerformanceCalculation()
2987 dml32_CalculateMinAndMaxPrefetchMode(mode_lib->vba.AllowForPStateChangeOrStutterInVBlankFinal, in dml32_ModeSupportAndSystemConfigurationFull()
/linux/drivers/gpu/drm/amd/display/dc/dml/
H A Ddisplay_mode_vba.h291 enum dm_prefetch_modes AllowForPStateChangeOrStutterInVBlankFinal; // Mode Support only member
H A Ddisplay_mode_vba.c357 …mode_lib->vba.AllowForPStateChangeOrStutterInVBlankFinal = soc->allow_for_pstate_or_stutter_in_vbl… in fetch_socbb_params()
/linux/drivers/gpu/drm/amd/display/dc/dml2/
H A Ddml2_translation_helper.c1310 …dml2->v20.dml_core_ctx.policy.AllowForPStateChangeOrStutterInVBlankFinal = dml_prefetch_support_uc… in map_dc_state_into_dml_display_cfg()