Skip to content

Commit c90f626

Browse files
Eric Bernsteinalexdeucher
authored andcommitted
drm/amd/display: Remove invalid assert for ODM + MPC case
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>
1 parent 3042f80 commit c90f626

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

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

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1788,7 +1788,6 @@ static bool dcn30_split_stream_for_mpc_or_odm(
17881788
}
17891789
pri_pipe->next_odm_pipe = sec_pipe;
17901790
sec_pipe->prev_odm_pipe = pri_pipe;
1791-
ASSERT(sec_pipe->top_pipe == NULL);
17921791

17931792
if (!sec_pipe->top_pipe)
17941793
sec_pipe->stream_res.opp = pool->opps[pipe_idx];

0 commit comments

Comments
 (0)