drm/amd/display: Correcting prefetch mode for fast validate
authorSaaem Rizvi <SyedSaaem.Rizvi@amd.com>
Thu, 5 Jan 2023 23:28:34 +0000 (18:28 -0500)
committerAlex Deucher <alexander.deucher@amd.com>
Tue, 24 Jan 2023 18:26:24 +0000 (13:26 -0500)
commitae284577d8a4a2ffdd25acc221d51a4ac05a2b2d
tree5424982210714186c4e417cc9f95cf3c2c0a1051
parent40e9f3f067bc6fb47b878f8ba0a9cc7b93abbf49
drm/amd/display: Correcting prefetch mode for fast validate

[WHY and HOW]
When fast validating, we should be agnostic to any sort of optimizations
such as supporting Pstate or stutter in Vblank. We should change our
prefetch mode for fast validate to support none of these optimizations.
For example, Valve Index running at 144Hz can only be validated without
any support these optimizations.

Reviewed-by: Alvin Lee <Alvin.Lee2@amd.com>
Acked-by: Alan Liu <HaoPing.Liu@amd.com>
Signed-off-by: Saaem Rizvi <SyedSaaem.Rizvi@amd.com>
Tested-by: Daniel Wheeler <daniel.wheeler@amd.com>
Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
drivers/gpu/drm/amd/display/dc/dml/dcn32/dcn32_fpu.c