Home
last modified time | relevance | path

Searched refs:NextPrefetchMode (Results 1 – 4 of 4) sorted by relevance

/Linux-v5.4/drivers/gpu/drm/amd/display/dc/dml/
Ddisplay_mode_vba.h147 unsigned int NextPrefetchMode; member
/Linux-v5.4/drivers/gpu/drm/amd/display/dc/dml/dcn20/
Ddisplay_mode_vba_20.c4661 mode_lib->vba.NextPrefetchMode = mode_lib->vba.MinPrefetchMode; in dml20_ModeSupportAndSystemConfigurationFull()
4663 mode_lib->vba.PrefetchMode[i][j] = mode_lib->vba.NextPrefetchMode; in dml20_ModeSupportAndSystemConfigurationFull()
4664 mode_lib->vba.NextPrefetchMode = mode_lib->vba.NextPrefetchMode + 1; in dml20_ModeSupportAndSystemConfigurationFull()
4826 && mode_lib->vba.NextPrefetchMode < mode_lib->vba.MaxPrefetchMode); in dml20_ModeSupportAndSystemConfigurationFull()
Ddisplay_mode_vba_20v2.c4698 mode_lib->vba.NextPrefetchMode = mode_lib->vba.MinPrefetchMode; in dml20v2_ModeSupportAndSystemConfigurationFull()
4700 mode_lib->vba.PrefetchMode[i][j] = mode_lib->vba.NextPrefetchMode; in dml20v2_ModeSupportAndSystemConfigurationFull()
4701 mode_lib->vba.NextPrefetchMode = mode_lib->vba.NextPrefetchMode + 1; in dml20v2_ModeSupportAndSystemConfigurationFull()
4860 && mode_lib->vba.NextPrefetchMode < mode_lib->vba.MaxPrefetchMode); in dml20v2_ModeSupportAndSystemConfigurationFull()
/Linux-v5.4/drivers/gpu/drm/amd/display/dc/dml/dcn21/
Ddisplay_mode_vba_21.c4646 mode_lib->vba.NextPrefetchMode = mode_lib->vba.MinPrefetchMode; in dml21_ModeSupportAndSystemConfigurationFull()
4649 mode_lib->vba.PrefetchMode[i][j] = mode_lib->vba.NextPrefetchMode; in dml21_ModeSupportAndSystemConfigurationFull()
4868 mode_lib->vba.NextPrefetchMode = mode_lib->vba.NextPrefetchMode + 1; in dml21_ModeSupportAndSystemConfigurationFull()
4874 || mode_lib->vba.NextPrefetchMode < mode_lib->vba.MaxPrefetchMode)); in dml21_ModeSupportAndSystemConfigurationFull()