We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3042f80 commit c90f626Copy full SHA for c90f626
drivers/gpu/drm/amd/display/dc/dcn30/dcn30_resource.c
@@ -1788,7 +1788,6 @@ static bool dcn30_split_stream_for_mpc_or_odm(
1788
}
1789
pri_pipe->next_odm_pipe = sec_pipe;
1790
sec_pipe->prev_odm_pipe = pri_pipe;
1791
- ASSERT(sec_pipe->top_pipe == NULL);
1792
1793
if (!sec_pipe->top_pipe)
1794
sec_pipe->stream_res.opp = pool->opps[pipe_idx];
0 commit comments