Searched refs:MaxPrefetchMode (Results 1 – 6 of 6) sorted by relevance
/Linux-v5.10/drivers/gpu/drm/amd/display/dc/dml/ |
D | display_mode_vba.c | 774 unsigned int *MaxPrefetchMode) in CalculateMinAndMaxPrefetchMode() argument 779 *MaxPrefetchMode = 2; in CalculateMinAndMaxPrefetchMode() 783 *MaxPrefetchMode = 1; in CalculateMinAndMaxPrefetchMode() 788 *MaxPrefetchMode = 0; in CalculateMinAndMaxPrefetchMode() 793 *MaxPrefetchMode = 2; in CalculateMinAndMaxPrefetchMode() 797 *MaxPrefetchMode = 2; in CalculateMinAndMaxPrefetchMode()
|
D | display_mode_vba.h | 367 unsigned int MaxPrefetchMode; member 933 unsigned int *MaxPrefetchMode);
|
/Linux-v5.10/drivers/gpu/drm/amd/display/dc/dml/dcn30/ |
D | display_mode_vba_30.c | 399 int MaxPrefetchMode, 3645 int MaxPrefetchMode = 2; in dml30_ModeSupportAndSystemConfigurationFull() local 4763 MaxPrefetchMode, in dml30_ModeSupportAndSystemConfigurationFull() 5191 … || (v->NextMaxVStartup == v->MaxMaxVStartup[i][j] && NextPrefetchModeState > MaxPrefetchMode))); in dml30_ModeSupportAndSystemConfigurationFull() 6682 int MaxPrefetchMode, in UseMinimumDCFCLK() argument 6775 …MinimumTWait = CalculateTWait(MaxPrefetchMode, FinalDRAMClockChangeLatency, UrgLatency[i], SREnter… in UseMinimumDCFCLK()
|
/Linux-v5.10/drivers/gpu/drm/amd/display/dc/dml/dcn20/ |
D | display_mode_vba_20.c | 4405 …AllowDRAMSelfRefreshOrDRAMClockChangeInVblank, &locals->MinPrefetchMode, &locals->MaxPrefetchMode); in dml20_ModeSupportAndSystemConfigurationFull() 4833 && mode_lib->vba.NextPrefetchMode < mode_lib->vba.MaxPrefetchMode); in dml20_ModeSupportAndSystemConfigurationFull()
|
D | display_mode_vba_20v2.c | 4484 …AllowDRAMSelfRefreshOrDRAMClockChangeInVblank, &locals->MinPrefetchMode, &locals->MaxPrefetchMode); 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/ |
D | display_mode_vba_21.c | 4404 &mode_lib->vba.MaxPrefetchMode); in dml21_ModeSupportAndSystemConfigurationFull() 4891 || mode_lib->vba.NextPrefetchMode < mode_lib->vba.MaxPrefetchMode)); in dml21_ModeSupportAndSystemConfigurationFull()
|