mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
synced 2026-04-29 03:31:04 -04:00
drm/amd/display: Modified AUX_DPHY_RX_CONTROL0
[Description] This is cause by failing to read link caps from driver. Signed-off-by: Daniel He <daniel.he@amd.com> Reviewed-by: Charlene Liu <Charlene.Liu@amd.com> Acked-by: Leo Li <sunpeng.li@amd.com> Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
This commit is contained in:
@@ -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);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user