Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 1bed4d09 authored by Harry Wentland's avatar Harry Wentland Committed by Alex Deucher
Browse files

drm/amd/display: Fix one more place for dc_stream_state leak



One more thing that happened due to uneven applying of patches. This
mirrors what Darren Salt fixed.

Signed-off-by: default avatarHarry Wentland <harry.wentland@amd.com>
Signed-off-by: default avatarAlex Deucher <alexander.deucher@amd.com>
parent 75e68891
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -4484,7 +4484,7 @@ static int dm_update_crtcs_state(struct dc *dc,
			 * TODO: need to dig out the root cause of that
			 */
			if (!aconnector || (!aconnector->dc_sink && aconnector->mst_port))
				continue;
				goto next_crtc;

			if (modereset_required(new_crtc_state))
				goto next_crtc;