drm/amd/display: Fix Replay Desync Error Test
authorDennis Chan <dennis.chan@amd.com>
Tue, 2 Apr 2024 02:58:01 +0000 (10:58 +0800)
committerAlex Deucher <alexander.deucher@amd.com>
Fri, 14 Jun 2024 20:17:13 +0000 (16:17 -0400)
commitb59cb5a67198c20e203f33ae8ca5e35de89e6ccd
treec3b8b90a298c8bf3dee3b5c9beb34bed85089be5
parent0a4b06074cc4d61b624225bcee8b487743751d23
drm/amd/display: Fix Replay Desync Error Test

When PHY power off, the DP_SEC_CNTL cannot be configured and cause
disable Adaptive sync SDP failed. Regarding the issue, the driver will
disabled AS-SDP in replay state machine.

Reviewed-by: Rodrigo Siqueira <Rodrigo.Siqueira@amd.com>
Signed-off-by: Dennis Chan <dennis.chan@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/dce/dmub_replay.c