mirror of
https://mirrors.bfsu.edu.cn/git/linux.git
synced 2024-12-02 16:44:10 +08:00
drm/amd/display: Revert FEC check in validation
why and how: causes failure on install on certain machines Reviewed-by: George Shen <George.Shen@amd.com> Acked-by: Alex Hung <alex.hung@amd.com> Signed-off-by: Martin Leung <Martin.Leung@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
2944dbedc7
commit
b2075fce10
@ -1496,10 +1496,6 @@ bool dc_validate_boot_timing(const struct dc *dc,
|
||||
if (!link->link_enc->funcs->is_dig_enabled(link->link_enc))
|
||||
return false;
|
||||
|
||||
/* Check for FEC status*/
|
||||
if (link->link_enc->funcs->fec_is_active(link->link_enc))
|
||||
return false;
|
||||
|
||||
enc_inst = link->link_enc->funcs->get_dig_frontend(link->link_enc);
|
||||
|
||||
if (enc_inst == ENGINE_ID_UNKNOWN)
|
||||
|
Loading…
Reference in New Issue
Block a user