Commit 268cadbd authored by Yongqiang Sun's avatar Yongqiang Sun Committed by Alex Deucher
Browse files

drm/amd/display: Do not copy bottom pipe when map resource.

parent f196f080
Loading
Loading
Loading
Loading
+3 −0
Original line number Diff line number Diff line
@@ -1134,6 +1134,9 @@ enum dc_status resource_map_pool_resources(
			if (!are_stream_backends_same(old_pipe_ctx->stream, stream))
				continue;

			if (old_pipe_ctx->top_pipe)
				continue;

			pipe_ctx->stream = stream;
			copy_pipe_ctx(old_pipe_ctx, pipe_ctx);