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>
This commit is contained in:
Eric Bernstein 2021-07-26 15:53:18 -04:00 committed by Alex Deucher
parent e78b3197db
commit f43a19fd0e
1 changed files with 0 additions and 1 deletions

View File

@ -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];