提交 f43a19fd 编写于 作者: E Eric Bernstein 提交者: Alex Deucher

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

Reviewed-by: NDmytro Laktyushkin <Dmytro.Laktyushkin@amd.com>
Acked-by: NAnson Jacob <Anson.Jacob@amd.com>
Signed-off-by: NEric Bernstein <eric.bernstein@amd.com>
Cc: stable@vger.kernel.org
Tested-by: NDaniel Wheeler <daniel.wheeler@amd.com>
Signed-off-by: NAlex Deucher <alexander.deucher@amd.com>
上级 e78b3197
...@@ -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% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册