drm/amd/display: Link training TPS1 workaround add back in dpcd
authorMartin Leung <martin.leung@amd.com>
Thu, 13 Feb 2020 20:40:06 +0000 (15:40 -0500)
committerAlex Deucher <alexander.deucher@amd.com>
Thu, 5 Mar 2020 05:28:42 +0000 (00:28 -0500)
commit834a9a9f04c7088dce82812b9c34b36faa043e41
tree1fde995ac30e7e325b9c5c3fa4b7642d361f6496
parent022b651816316e207f815f9ea0689388c8b77100
drm/amd/display: Link training TPS1 workaround add back in dpcd

[Why]
Previously implemented early_cr_pattern we mistook dp_hw_link_settings
for a redundant call of dpcd_set_link_settings

[How]
revert the changes to dpcd_set_link_settings calls for this workaround.
Do not need to revert the entire change since it only affects patched
case

Signed-off-by: Martin Leung <martin.leung@amd.com>
Reviewed-by: David Galiffi <David.Galiffi@amd.com>
Acked-by: Rodrigo Siqueira <Rodrigo.Siqueira@amd.com>
Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
drivers/gpu/drm/amd/display/dc/core/dc_link_dp.c