mirror of
https://github.com/torvalds/linux.git
synced 2026-05-22 22:22:08 +02:00
drm/amd/display: Remove unneeded DAC link encoder register
Not needed anymore since we use the VBIOS function. Signed-off-by: Timur Kristóf <timur.kristof@gmail.com> Tested-by: Mauro Rossi <issor.oruam@gmail.com> Reviewed-by: Alex Hung <alex.hung@amd.com> Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
This commit is contained in:
parent
4bd8b5f8bc
commit
3ce2ad2670
|
|
@ -101,8 +101,7 @@
|
|||
SRI(DP_SEC_CNTL, DP, id), \
|
||||
SRI(DP_VID_STREAM_CNTL, DP, id), \
|
||||
SRI(DP_DPHY_FAST_TRAINING, DP, id), \
|
||||
SRI(DP_SEC_CNTL1, DP, id), \
|
||||
SR(DAC_ENABLE)
|
||||
SRI(DP_SEC_CNTL1, DP, id)
|
||||
#endif
|
||||
|
||||
#define LE_DCE80_REG_LIST(id)\
|
||||
|
|
|
|||
|
|
@ -226,7 +226,7 @@ static const struct dce110_link_enc_registers link_enc_regs[] = {
|
|||
link_regs(4),
|
||||
link_regs(5),
|
||||
link_regs(6),
|
||||
{ .DAC_ENABLE = mmDAC_ENABLE },
|
||||
{0}
|
||||
};
|
||||
|
||||
#define stream_enc_regs(id)\
|
||||
|
|
|
|||
|
|
@ -243,7 +243,7 @@ static const struct dce110_link_enc_registers link_enc_regs[] = {
|
|||
link_regs(4),
|
||||
link_regs(5),
|
||||
{0},
|
||||
{ .DAC_ENABLE = mmDAC_ENABLE },
|
||||
{0}
|
||||
};
|
||||
|
||||
#define stream_enc_regs(id)\
|
||||
|
|
|
|||
|
|
@ -242,7 +242,7 @@ static const struct dce110_link_enc_registers link_enc_regs[] = {
|
|||
link_regs(4),
|
||||
link_regs(5),
|
||||
link_regs(6),
|
||||
{ .DAC_ENABLE = mmDAC_ENABLE },
|
||||
{0}
|
||||
};
|
||||
|
||||
#define stream_enc_regs(id)\
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user