Skip to content

Commit c6323a2

Browse files
Eric Bernsteinalexdeucher
authored andcommitted
drm/amd/display: Updates for ODM Transition Test
[Why] There is an assert in cases where transition from ODM 2:1 to ODM 1:1 (bypass) [How] Remove assert since this case is now valid. Update diags tests for ODM transitions. Signed-off-by: Eric Bernstein <eric.bernstein@amd.com> Reviewed-by: Dmytro Laktyushkin <Dmytro.Laktyushkin@amd.com> Acked-by: Stylon Wang <stylon.wang@amd.com> Tested-by: Daniel Wheeler <daniel.wheeler@amd.com> Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
1 parent f2700d0 commit c6323a2

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

drivers/gpu/drm/amd/display/dc/dcn20/dcn20_resource.c

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2789,7 +2789,6 @@ int dcn20_validate_apply_pipe_split_flags(
27892789
split[i] = 0;
27902790
} else if (get_num_odm_splits(pipe)) {
27912791
/* ODM -> MPC transition */
2792-
ASSERT(0); /* NOT expected yet */
27932792
if (pipe->prev_odm_pipe) {
27942793
split[i] = 0;
27952794
merge[i] = true;

0 commit comments

Comments
 (0)