]> Git Repo - J-linux.git/commitdiff
drm/amd/display: Remove invalid assert for ODM + MPC case
authorEric Bernstein <[email protected]>
Mon, 26 Jul 2021 19:53:18 +0000 (15:53 -0400)
committerAlex Deucher <[email protected]>
Tue, 10 Aug 2021 14:40:47 +0000 (10:40 -0400)
Reviewed-by: Dmytro Laktyushkin <[email protected]>
Acked-by: Anson Jacob <[email protected]>
Signed-off-by: Eric Bernstein <[email protected]>
Cc: [email protected]
Tested-by: Daniel Wheeler <[email protected]>
Signed-off-by: Alex Deucher <[email protected]>
drivers/gpu/drm/amd/display/dc/dcn30/dcn30_resource.c

index 253654d605c2302f3d3b4c2ed15eb96efaa37ebd..28e15ebf2f43128367cdcdd79c6559dfa5fa4759 100644 (file)
@@ -1788,7 +1788,6 @@ static bool dcn30_split_stream_for_mpc_or_odm(
                }
                pri_pipe->next_odm_pipe = sec_pipe;
                sec_pipe->prev_odm_pipe = pri_pipe;
-               ASSERT(sec_pipe->top_pipe == NULL);
 
                if (!sec_pipe->top_pipe)
                        sec_pipe->stream_res.opp = pool->opps[pipe_idx];
This page took 0.056465 seconds and 4 git commands to generate.