mirror of
https://mirrors.bfsu.edu.cn/git/linux.git
synced 2024-11-19 02:04:19 +08:00
Revert "drm/amd/display: setting the DIG_MODE to the correct value."
This reverts commit 967a3b85ba
.
Reason for revert: Root cause of this issue is found. The workaround is not needed anymore.
Signed-off-by: Zhan Liu <zhan.liu@amd.com>
Reviewed-by: Hersen Wu <hersenxs.wu@amd.com>
Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
This commit is contained in:
parent
9fd4c2d712
commit
b73b7f4889
@ -3027,15 +3027,6 @@ void core_link_enable_stream(
|
|||||||
CONTROLLER_DP_TEST_PATTERN_VIDEOMODE,
|
CONTROLLER_DP_TEST_PATTERN_VIDEOMODE,
|
||||||
COLOR_DEPTH_UNDEFINED);
|
COLOR_DEPTH_UNDEFINED);
|
||||||
|
|
||||||
/* This second call is needed to reconfigure the DIG
|
|
||||||
* as a workaround for the incorrect value being applied
|
|
||||||
* from transmitter control.
|
|
||||||
*/
|
|
||||||
if (!dc_is_virtual_signal(pipe_ctx->stream->signal))
|
|
||||||
stream->link->link_enc->funcs->setup(
|
|
||||||
stream->link->link_enc,
|
|
||||||
pipe_ctx->stream->signal);
|
|
||||||
|
|
||||||
#ifdef CONFIG_DRM_AMD_DC_DSC_SUPPORT
|
#ifdef CONFIG_DRM_AMD_DC_DSC_SUPPORT
|
||||||
if (pipe_ctx->stream->timing.flags.DSC) {
|
if (pipe_ctx->stream->timing.flags.DSC) {
|
||||||
if (dc_is_dp_signal(pipe_ctx->stream->signal) ||
|
if (dc_is_dp_signal(pipe_ctx->stream->signal) ||
|
||||||
|
Loading…
Reference in New Issue
Block a user