Commit ff1232a9 authored by Daniel He's avatar Daniel He Committed by Alex Deucher

drm/amd/display: Modified AUX_DPHY_RX_CONTROL0

[Description] This is cause by failing to read link caps from driver.
Signed-off-by: default avatarDaniel He <daniel.he@amd.com>
Reviewed-by: default avatarCharlene Liu <Charlene.Liu@amd.com>
Acked-by: default avatarLeo Li <sunpeng.li@amd.com>
Signed-off-by: default avatarAlex Deucher <alexander.deucher@amd.com>
parent d7644091
......@@ -1359,5 +1359,5 @@ void dcn10_aux_initialize(struct dcn10_link_encoder *enc10)
/* 1/4 window (the maximum allowed) */
AUX_REG_UPDATE(AUX_DPHY_RX_CONTROL0,
AUX_RX_RECEIVE_WINDOW, 1);
AUX_RX_RECEIVE_WINDOW, 0);
}
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment