Home
last modified time | relevance | path

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

/Linux-v5.10/drivers/gpu/drm/amd/display/dc/dml/
Ddisplay_mode_vba.h162 unsigned int NextPrefetchMode; member
/Linux-v5.10/drivers/gpu/drm/amd/display/dc/dml/dcn20/
Ddisplay_mode_vba_20.c4668 mode_lib->vba.NextPrefetchMode = mode_lib->vba.MinPrefetchMode; in dml20_ModeSupportAndSystemConfigurationFull()
4670 mode_lib->vba.PrefetchMode[i][j] = mode_lib->vba.NextPrefetchMode; in dml20_ModeSupportAndSystemConfigurationFull()
4671 mode_lib->vba.NextPrefetchMode = mode_lib->vba.NextPrefetchMode + 1; in dml20_ModeSupportAndSystemConfigurationFull()
4833 && mode_lib->vba.NextPrefetchMode < mode_lib->vba.MaxPrefetchMode); in dml20_ModeSupportAndSystemConfigurationFull()
Ddisplay_mode_vba_20v2.c4752 mode_lib->vba.NextPrefetchMode = mode_lib->vba.MinPrefetchMode; in dml20v2_ModeSupportAndSystemConfigurationFull()
4754 mode_lib->vba.PrefetchMode[i][j] = mode_lib->vba.NextPrefetchMode; in dml20v2_ModeSupportAndSystemConfigurationFull()
4755 mode_lib->vba.NextPrefetchMode = mode_lib->vba.NextPrefetchMode + 1; in dml20v2_ModeSupportAndSystemConfigurationFull()
4914 && mode_lib->vba.NextPrefetchMode < mode_lib->vba.MaxPrefetchMode); in dml20v2_ModeSupportAndSystemConfigurationFull()
/Linux-v5.10/drivers/gpu/drm/amd/display/dc/dml/dcn21/
Ddisplay_mode_vba_21.c4663 mode_lib->vba.NextPrefetchMode = mode_lib->vba.MinPrefetchMode; in dml21_ModeSupportAndSystemConfigurationFull()
4666 mode_lib->vba.PrefetchMode[i][j] = mode_lib->vba.NextPrefetchMode; in dml21_ModeSupportAndSystemConfigurationFull()
4885 mode_lib->vba.NextPrefetchMode = mode_lib->vba.NextPrefetchMode + 1; in dml21_ModeSupportAndSystemConfigurationFull()
4891 || mode_lib->vba.NextPrefetchMode < mode_lib->vba.MaxPrefetchMode)); in dml21_ModeSupportAndSystemConfigurationFull()