Home
last modified time | relevance | path

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

/Linux-v6.1/drivers/gpu/drm/amd/display/dc/dml/
Ddisplay_mode_vba.h233 unsigned int NextPrefetchModeState; member
/Linux-v6.1/drivers/gpu/drm/amd/display/dc/dml/dcn32/
Ddisplay_mode_vba_32.c3181 …v->dummy_vars.dml32_ModeSupportAndSystemConfigurationFull.NextPrefetchModeState = mode_lib->vba.Mi… in dml32_ModeSupportAndSystemConfigurationFull()
3186 …dePerState[i][j] = v->dummy_vars.dml32_ModeSupportAndSystemConfigurationFull.NextPrefetchModeState; in dml32_ModeSupportAndSystemConfigurationFull()
3475 …dSystemConfigurationFull.NextPrefetchModeState = v->dummy_vars.dml32_ModeSupportAndSystemConfigura… in dml32_ModeSupportAndSystemConfigurationFull()
3489 …&& v->dummy_vars.dml32_ModeSupportAndSystemConfigurationFull.NextPrefetchModeState > mode_lib->vba… in dml32_ModeSupportAndSystemConfigurationFull()
/Linux-v6.1/drivers/gpu/drm/amd/display/dc/dml/dcn30/
Ddisplay_mode_vba_30.c4709 int NextPrefetchModeState = MinPrefetchMode; in dml30_ModeSupportAndSystemConfigurationFull() local
4753 v->PrefetchModePerState[i][j] = NextPrefetchModeState; in dml30_ModeSupportAndSystemConfigurationFull()
5006 NextPrefetchModeState = NextPrefetchModeState + 1; in dml30_ModeSupportAndSystemConfigurationFull()
5013 … || (v->NextMaxVStartup == v->MaxMaxVStartup[i][j] && NextPrefetchModeState > MaxPrefetchMode))); in dml30_ModeSupportAndSystemConfigurationFull()
/Linux-v6.1/drivers/gpu/drm/amd/display/dc/dml/dcn31/
Ddisplay_mode_vba_31.c5009 int NextPrefetchModeState = MinPrefetchMode; local
5064 v->PrefetchModePerState[i][j] = NextPrefetchModeState;
5226 NextPrefetchModeState = NextPrefetchModeState + 1;
5235 … || (v->NextMaxVStartup == v->MaxMaxVStartup[i][j] && NextPrefetchModeState > MaxPrefetchMode)));
/Linux-v6.1/drivers/gpu/drm/amd/display/dc/dml/dcn314/
Ddisplay_mode_vba_314.c5106 int NextPrefetchModeState = MinPrefetchMode; local
5161 v->PrefetchModePerState[i][j] = NextPrefetchModeState;
5323 NextPrefetchModeState = NextPrefetchModeState + 1;
5332 … || (v->NextMaxVStartup == v->MaxMaxVStartup[i][j] && NextPrefetchModeState > MaxPrefetchMode)));