Skip to content

Commit 4e9b9a3

Browse files
Eric Bernsteinsmb49
Eric Bernstein
authored andcommitted
drm/amd/display: Remove invalid assert for ODM + MPC case
BugLink: https://bugs.launchpad.net/bugs/1943756 commit c90f626 upstream. Reviewed-by: Dmytro Laktyushkin <[email protected]> Acked-by: Anson Jacob <[email protected]> Signed-off-by: Eric Bernstein <[email protected]> Cc: [email protected] Tested-by: Daniel Wheeler <[email protected]> Signed-off-by: Alex Deucher <[email protected]> Signed-off-by: Greg Kroah-Hartman <[email protected]> Signed-off-by: Kamal Mostafa <[email protected]> Signed-off-by: Stefan Bader <[email protected]>
1 parent b08ed02 commit 4e9b9a3

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

drivers/gpu/drm/amd/display/dc/dcn30/dcn30_resource.c

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1891,7 +1891,6 @@ static bool dcn30_split_stream_for_mpc_or_odm(
18911891
}
18921892
pri_pipe->next_odm_pipe = sec_pipe;
18931893
sec_pipe->prev_odm_pipe = pri_pipe;
1894-
ASSERT(sec_pipe->top_pipe == NULL);
18951894

18961895
if (!sec_pipe->top_pipe)
18971896
sec_pipe->stream_res.opp = pool->opps[pipe_idx];

0 commit comments

Comments
 (0)