]> git.ipfire.org Git - thirdparty/linux.git/commitdiff
drm/amd/display: Unset Replay desync error verification by default
authorAllen Li <Allen.Li@amd.com>
Mon, 16 Mar 2026 11:32:19 +0000 (19:32 +0800)
committerAlex Deucher <alexander.deucher@amd.com>
Fri, 17 Apr 2026 19:41:15 +0000 (15:41 -0400)
[Why & How]
There will be an unexpected desync error while doing PSR -> Replay transit,
so we want to disable the replay desync error detection by default.

Reviewed-by: Robin Chen <robin.chen@amd.com>
Signed-off-by: Allen Li <allen.li@amd.com>
Signed-off-by: Chenyu Chen <chen-yu.chen@amd.com>
Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
drivers/gpu/drm/amd/display/dc/link/protocols/link_edp_panel_control.c

index 4a2699a374b7ed018cbc6a67c72863785e078587..4ae739dd9c7e53acdf8c434d5d2c45c9e9fb0953 100644 (file)
@@ -1050,8 +1050,7 @@ bool edp_setup_freesync_replay(struct dc_link *link, const struct dc_stream_stat
        if (link->replay_settings.replay_feature_enabled) {
 
                replay_config.bits.FREESYNC_PANEL_REPLAY_MODE = 1;
-               replay_config.bits.TIMING_DESYNC_ERROR_VERIFICATION =
-                       link->replay_settings.config.replay_timing_sync_supported;
+               replay_config.bits.TIMING_DESYNC_ERROR_VERIFICATION = 0;
                replay_config.bits.STATE_TRANSITION_ERROR_DETECTION = 1;
                dm_helpers_dp_write_dpcd(link->ctx, link,
                        DP_SINK_PR_ENABLE_AND_CONFIGURATION,