Skip to content

Commit ae311a7

Browse files
Eric Bernsteingregkh
authored andcommitted
drm/amd/display: Remove invalid assert for ODM + MPC case
commit c90f626 upstream. Reviewed-by: Dmytro Laktyushkin <Dmytro.Laktyushkin@amd.com> Acked-by: Anson Jacob <Anson.Jacob@amd.com> Signed-off-by: Eric Bernstein <eric.bernstein@amd.com> Cc: stable@vger.kernel.org Tested-by: Daniel Wheeler <daniel.wheeler@amd.com> Signed-off-by: Alex Deucher <alexander.deucher@amd.com> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
1 parent c2351e5 commit ae311a7

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

drivers/gpu/drm/amd/display/dc/dcn30/dcn30_resource.c

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1875,7 +1875,6 @@ static bool dcn30_split_stream_for_mpc_or_odm(
18751875
}
18761876
pri_pipe->next_odm_pipe = sec_pipe;
18771877
sec_pipe->prev_odm_pipe = pri_pipe;
1878-
ASSERT(sec_pipe->top_pipe == NULL);
18791878

18801879
sec_pipe->stream_res.opp = pool->opps[pipe_idx];
18811880
if (sec_pipe->stream->timing.flags.DSC == 1) {

0 commit comments

Comments
 (0)