]> git.baikalelectronics.ru Git - kernel.git/commit
drm/amd/display: setting the DIG_MODE to the correct value.
authorZhan liu <zhan.liu@amd.com>
Thu, 17 Oct 2019 18:55:56 +0000 (14:55 -0400)
committerAlex Deucher <alexander.deucher@amd.com>
Wed, 30 Oct 2019 15:56:16 +0000 (11:56 -0400)
commit61367e0ad247df3b4b192af2ec76710c03a2a6cc
tree17b0905fc8e66320711336df83cf9f0a10b766e8
parenta40e42c246b48850622f9b39d886a7790f92e0cd
drm/amd/display: setting the DIG_MODE to the correct value.

[Why]
This patch is for fixing Navi14 HDMI display pink screen issue.

[How]
Call stream->link->link_enc->funcs->setup twice. This is setting
the DIG_MODE to the correct value after having been overridden by
the call to transmitter control.

Signed-off-by: Zhan Liu <zhan.liu@amd.com>
Reviewed-by: Nicholas Kazlauskas <nicholas.kazlauskas@amd.com>
Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
drivers/gpu/drm/amd/display/dc/core/dc_link.c