Home
last modified time | relevance | path

Searched refs:NextPrefetchModeState (Results 1 – 3 of 3) sorted by relevance

/linux/drivers/gpu/drm/amd/display/dc/dml/
H A Ddisplay_mode_vba.h234 unsigned int NextPrefetchModeState; member
/linux/drivers/gpu/drm/amd/display/dc/dml/dcn32/
H A Ddisplay_mode_vba_32.c3249 …v->dummy_vars.dml32_ModeSupportAndSystemConfigurationFull.NextPrefetchModeState = mode_lib->vba.Mi… in dml32_ModeSupportAndSystemConfigurationFull()
3254 …dePerState[i][j] = v->dummy_vars.dml32_ModeSupportAndSystemConfigurationFull.NextPrefetchModeState; in dml32_ModeSupportAndSystemConfigurationFull()
3550 …dSystemConfigurationFull.NextPrefetchModeState = v->dummy_vars.dml32_ModeSupportAndSystemConfigura… in dml32_ModeSupportAndSystemConfigurationFull()
3564 …&& v->dummy_vars.dml32_ModeSupportAndSystemConfigurationFull.NextPrefetchModeState > mode_lib->vba… in dml32_ModeSupportAndSystemConfigurationFull()
/linux/drivers/gpu/drm/amd/display/dc/dml/dcn31/
H A Ddisplay_mode_vba_31.c5104 int NextPrefetchModeState = MinPrefetchMode; local
5159 v->PrefetchModePerState[i][j] = NextPrefetchModeState;
5321 NextPrefetchModeState = NextPrefetchModeState + 1;
5330 … || (v->NextMaxVStartup == v->MaxMaxVStartup[i][j] && NextPrefetchModeState > MaxPrefetchMode)));