mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
synced 2026-08-30 15:43:08 -04:00
drm/amd/display: Unset Replay desync error verification by default
[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>
This commit is contained in:
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user