Home
last modified time | relevance | path

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

/openbmc/linux/drivers/gpu/drm/amd/display/dc/dml/
H A Ddisplay_mode_vba.h234 unsigned int NextPrefetchModeState; member
/openbmc/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()
/openbmc/linux/drivers/gpu/drm/amd/display/dc/dml/dcn30/
H A Ddisplay_mode_vba_30.c4708 int NextPrefetchModeState = MinPrefetchMode; in dml30_ModeSupportAndSystemConfigurationFull() local
4752 v->PrefetchModePerState[i][j] = NextPrefetchModeState; in dml30_ModeSupportAndSystemConfigurationFull()
5005 NextPrefetchModeState = NextPrefetchModeState + 1; in dml30_ModeSupportAndSystemConfigurationFull()
5012 … || (v->NextMaxVStartup == v->MaxMaxVStartup[i][j] && NextPrefetchModeState > MaxPrefetchMode))); in dml30_ModeSupportAndSystemConfigurationFull()
/openbmc/linux/drivers/gpu/drm/amd/display/dc/dml/dcn314/
H A Ddisplay_mode_vba_314.c5204 int NextPrefetchModeState = MinPrefetchMode; local
5259 v->PrefetchModePerState[i][j] = NextPrefetchModeState;
5421 NextPrefetchModeState = NextPrefetchModeState + 1;
5430 … || (v->NextMaxVStartup == v->MaxMaxVStartup[i][j] && NextPrefetchModeState > MaxPrefetchMode)));
/openbmc/linux/drivers/gpu/drm/amd/display/dc/dml/dcn31/
H A Ddisplay_mode_vba_31.c5117 int NextPrefetchModeState = MinPrefetchMode; local
5172 v->PrefetchModePerState[i][j] = NextPrefetchModeState;
5334 NextPrefetchModeState = NextPrefetchModeState + 1;
5343 … || (v->NextMaxVStartup == v->MaxMaxVStartup[i][j] && NextPrefetchModeState > MaxPrefetchMode)));