Skip to content

Commit ac2eb31

Browse files
leungmartingregkh
authored andcommitted
drm/amd/display: Revert FEC check in validation
[ Upstream commit b2075fc ] 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>
1 parent eab8e58 commit ac2eb31

File tree

1 file changed

+0
-4
lines changed
  • drivers/gpu/drm/amd/display/dc/core

1 file changed

+0
-4
lines changed

drivers/gpu/drm/amd/display/dc/core/dc.c

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1377,10 +1377,6 @@ bool dc_validate_seamless_boot_timing(const struct dc *dc,
13771377
if (!link->link_enc->funcs->is_dig_enabled(link->link_enc))
13781378
return false;
13791379

1380-
/* Check for FEC status*/
1381-
if (link->link_enc->funcs->fec_is_active(link->link_enc))
1382-
return false;
1383-
13841380
enc_inst = link->link_enc->funcs->get_dig_frontend(link->link_enc);
13851381

13861382
if (enc_inst == ENGINE_ID_UNKNOWN)

0 commit comments

Comments
 (0)