drm/amd/display: set link fec status during init for DCN32
We can now enable FEC. Signed-off-by: Jingwen Zhu <Jingwen.Zhu@github.amd.com> Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
This commit is contained in:
parent
49f594995a
commit
6ea843e01b
@ -635,8 +635,12 @@ void dcn32_init_hw(struct dc *dc)
|
||||
|
||||
/* Check for enabled DIG to identify enabled display */
|
||||
if (link->link_enc->funcs->is_dig_enabled &&
|
||||
link->link_enc->funcs->is_dig_enabled(link->link_enc))
|
||||
link->link_enc->funcs->is_dig_enabled(link->link_enc)) {
|
||||
link->link_status.link_active = true;
|
||||
if (link->link_enc->funcs->fec_is_active &&
|
||||
link->link_enc->funcs->fec_is_active(link->link_enc))
|
||||
link->fec_state = dc_link_fec_enabled;
|
||||
}
|
||||
}
|
||||
|
||||
/* Power gate DSCs */
|
||||
|
Loading…
x
Reference in New Issue
Block a user