Skip to content

Commit db0473f

Browse files
Chris Parkalexdeucher
authored andcommitted
drm/amd/display: Reset scrambling on Test Pattern
[Why] Programming is missing the sequence where for eDP the scrambling is reset when testing for eye diagram test pattern. [How] Include the required register in the definition Signed-off-by: Chris Park <[email protected]> Reviewed-by: Nicholas Kazlauskas <[email protected]> Acked-by: Rodrigo Siqueira <[email protected]> Signed-off-by: Alex Deucher <[email protected]>
1 parent 5ec37c0 commit db0473f

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

drivers/gpu/drm/amd/display/dc/dcn30/dcn30_resource.c

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -491,6 +491,7 @@ static const struct dcn10_link_enc_hpd_registers link_enc_hpd_regs[] = {
491491
[id] = {\
492492
LE_DCN3_REG_LIST(id), \
493493
UNIPHY_DCN2_REG_LIST(phyid), \
494+
SRI(DP_DPHY_INTERNAL_CTRL, DP, id) \
494495
}
495496

496497
static const struct dce110_aux_registers_shift aux_shift = {

0 commit comments

Comments
 (0)