drm/amd/display: Remove invalid RDPCS Programming in DAL
RDPCS programming is done in DMUB remove legacy invalid code Reviewed-by: Alvin Lee <Alvin.Lee2@amd.com> Acked-by: Alan Liu <HaoPing.Liu@amd.com> Signed-off-by: Hansen Dsouza <Hansen.Dsouza@amd.com> Tested-by: Daniel Wheeler <daniel.wheeler@amd.com> Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
This commit is contained in:
parent
d58b8a99cb
commit
1e242bf8bc
@ -240,18 +240,9 @@ static void enc31_hw_init(struct link_encoder *enc)
|
||||
// 100MHz -> 0x32
|
||||
// 48MHz -> 0x18
|
||||
|
||||
#ifdef CLEANUP_FIXME
|
||||
/*from display_init*/
|
||||
REG_WRITE(RDPCSTX_DEBUG_CONFIG, 0);
|
||||
#endif
|
||||
|
||||
// Set TMDS_CTL0 to 1. This is a legacy setting.
|
||||
REG_UPDATE(TMDS_CTL_BITS, TMDS_CTL0, 1);
|
||||
|
||||
/*HW default is 5*/
|
||||
REG_UPDATE(RDPCSTX_CNTL,
|
||||
RDPCS_TX_FIFO_RD_START_DELAY, 4);
|
||||
|
||||
dcn10_aux_initialize(enc10);
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user