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

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

drm/amd/display: Fix Linux after optimize frontend programming



We still require the update_plane_addr call in commit_planes_for_stream.

Signed-off-by: default avatarHarry Wentland <harry.wentland@amd.com>
Reviewed-by: default avatarTony Cheng <Tony.Cheng@amd.com>
Acked-by: default avatarHarry Wentland <harry.wentland@amd.com>
Signed-off-by: default avatarAlex Deucher <alexander.deucher@amd.com>
parent 0084e7fc
Loading
Loading
Loading
Loading
+2 −5
Original line number Diff line number Diff line
@@ -1314,11 +1314,8 @@ static void commit_planes_for_stream(struct dc *dc,
			if (pipe_ctx->plane_state != plane_state)
				continue;

			if (update_type == UPDATE_TYPE_FAST) {
			if (srf_updates[i].flip_addr)
				dc->hwss.update_plane_addr(dc, pipe_ctx);
				continue;
			}
		}
	}