drm/amd/display: Revert FEC check in validation
[ Upstream commit b2075fce104b88b789c15ef1ed2b91dc94198e26 ] 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> Signed-off-by: Sasha Levin <sashal@kernel.org>
This commit is contained in:

committed by
Greg Kroah-Hartman

parent
fa5ee7c423
commit
34ea097fb6
@@ -1173,10 +1173,6 @@ bool dc_validate_seamless_boot_timing(const struct dc *dc,
|
|||||||
if (!link->link_enc->funcs->is_dig_enabled(link->link_enc))
|
if (!link->link_enc->funcs->is_dig_enabled(link->link_enc))
|
||||||
return false;
|
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);
|
enc_inst = link->link_enc->funcs->get_dig_frontend(link->link_enc);
|
||||||
|
|
||||||
if (enc_inst == ENGINE_ID_UNKNOWN)
|
if (enc_inst == ENGINE_ID_UNKNOWN)
|
||||||
|
Reference in New Issue
Block a user