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

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

parent 3042f80c
Loading
Loading
Loading
Loading
+0 −1
Original line number Diff line number Diff line
@@ -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];