drm/amd/display: fix odm combine pipe reset
We fail to reset the second odm combine pipe. This change fixes odm pointer management. Signed-off-by: Dmytro Laktyushkin <Dmytro.Laktyushkin@amd.com> Reviewed-by: Tony Cheng <Tony.Cheng@amd.com> Acked-by: Bhawanpreet Lakha <Bhawanpreet.Lakha@amd.com> Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
This commit is contained in:

committed by
Alex Deucher

parent
bc2193992b
commit
f25f06b67b
@@ -1293,9 +1293,9 @@ bool dc_remove_plane_from_context(
|
|||||||
* For head pipe detach surfaces from pipe for tail
|
* For head pipe detach surfaces from pipe for tail
|
||||||
* pipe just zero it out
|
* pipe just zero it out
|
||||||
*/
|
*/
|
||||||
if (!pipe_ctx->top_pipe ||
|
if (!pipe_ctx->top_pipe || (!pipe_ctx->top_pipe->top_pipe &&
|
||||||
(!pipe_ctx->top_pipe->top_pipe &&
|
|
||||||
pipe_ctx->top_pipe->stream_res.opp != pipe_ctx->stream_res.opp)) {
|
pipe_ctx->top_pipe->stream_res.opp != pipe_ctx->stream_res.opp)) {
|
||||||
|
pipe_ctx->top_pipe = NULL;
|
||||||
pipe_ctx->plane_state = NULL;
|
pipe_ctx->plane_state = NULL;
|
||||||
pipe_ctx->bottom_pipe = NULL;
|
pipe_ctx->bottom_pipe = NULL;
|
||||||
} else {
|
} else {
|
||||||
@@ -1727,8 +1727,6 @@ enum dc_status dc_remove_stream_from_ctx(
|
|||||||
dc->res_pool->funcs->remove_stream_from_ctx(dc, new_ctx, stream);
|
dc->res_pool->funcs->remove_stream_from_ctx(dc, new_ctx, stream);
|
||||||
|
|
||||||
memset(del_pipe, 0, sizeof(*del_pipe));
|
memset(del_pipe, 0, sizeof(*del_pipe));
|
||||||
|
|
||||||
break;
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user