Commit c90f6263 authored by Eric Bernstein's avatar Eric Bernstein Committed by Alex Deucher

drm/amd/display: Remove invalid assert for ODM + MPC case

Reviewed-by: default avatarDmytro Laktyushkin <Dmytro.Laktyushkin@amd.com>
Acked-by: default avatarAnson Jacob <Anson.Jacob@amd.com>
Signed-off-by: default avatarEric Bernstein <eric.bernstein@amd.com>
Cc: stable@vger.kernel.org
Tested-by: default avatarDaniel Wheeler <daniel.wheeler@amd.com>
Signed-off-by: default avatarAlex Deucher <alexander.deucher@amd.com>
parent 3042f80c
...@@ -1788,7 +1788,6 @@ static bool dcn30_split_stream_for_mpc_or_odm( ...@@ -1788,7 +1788,6 @@ static bool dcn30_split_stream_for_mpc_or_odm(
} }
pri_pipe->next_odm_pipe = sec_pipe; pri_pipe->next_odm_pipe = sec_pipe;
sec_pipe->prev_odm_pipe = pri_pipe; sec_pipe->prev_odm_pipe = pri_pipe;
ASSERT(sec_pipe->top_pipe == NULL);
if (!sec_pipe->top_pipe) if (!sec_pipe->top_pipe)
sec_pipe->stream_res.opp = pool->opps[pipe_idx]; sec_pipe->stream_res.opp = pool->opps[pipe_idx];
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment