Home
last modified time | relevance | path

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

/linux-6.12.1/drivers/gpu/drm/amd/display/dc/dml/
Ddisplay_mode_vba.h234 unsigned int NextPrefetchModeState; member
/linux-6.12.1/drivers/gpu/drm/amd/display/dc/dml/dcn32/
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-6.12.1/drivers/gpu/drm/amd/display/dc/dml/dcn30/
Ddisplay_mode_vba_30.c4712 int NextPrefetchModeState = MinPrefetchMode; in dml30_ModeSupportAndSystemConfigurationFull() local
4756 v->PrefetchModePerState[i][j] = NextPrefetchModeState; in dml30_ModeSupportAndSystemConfigurationFull()
5009 NextPrefetchModeState = NextPrefetchModeState + 1; in dml30_ModeSupportAndSystemConfigurationFull()
5016 … || (v->NextMaxVStartup == v->MaxMaxVStartup[i][j] && NextPrefetchModeState > MaxPrefetchMode))); in dml30_ModeSupportAndSystemConfigurationFull()
/linux-6.12.1/drivers/gpu/drm/amd/display/dc/dml/dcn31/
Ddisplay_mode_vba_31.c5107 int NextPrefetchModeState = MinPrefetchMode; local
5162 v->PrefetchModePerState[i][j] = NextPrefetchModeState;
5324 NextPrefetchModeState = NextPrefetchModeState + 1;
5333 … || (v->NextMaxVStartup == v->MaxMaxVStartup[i][j] && NextPrefetchModeState > MaxPrefetchMode)));
/linux-6.12.1/drivers/gpu/drm/amd/display/dc/dml/dcn314/
Ddisplay_mode_vba_314.c5193 int NextPrefetchModeState = MinPrefetchMode; local
5248 v->PrefetchModePerState[i][j] = NextPrefetchModeState;
5410 NextPrefetchModeState = NextPrefetchModeState + 1;
5419 … || (v->NextMaxVStartup == v->MaxMaxVStartup[i][j] && NextPrefetchModeState > MaxPrefetchMode)));