Skip to content

Commit 1428da2

Browse files
jonathangraygregkh
authored andcommitted
Revert "drm/amd/display: Skip Recompute DSC Params if no Stream on Link"
This reverts commit a53841b. duplicated a change made in 6.6.46 718d83f Cc: [email protected] # 6.6 Signed-off-by: Jonathan Gray <[email protected]> Signed-off-by: Greg Kroah-Hartman <[email protected]>
1 parent d253f71 commit 1428da2

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

drivers/gpu/drm/amd/display/amdgpu_dm/amdgpu_dm_mst_types.c

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1266,9 +1266,6 @@ static bool is_dsc_need_re_compute(
12661266
}
12671267
}
12681268

1269-
if (new_stream_on_link_num == 0)
1270-
return false;
1271-
12721269
if (new_stream_on_link_num == 0)
12731270
return false;
12741271

0 commit comments

Comments
 (0)