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

Commit ed80a6d9 authored by Linux Build Service Account's avatar Linux Build Service Account Committed by Gerrit - the friendly Code Review server
Browse files

Merge "disp: msm: sde: add SSPP CP features to dirty list during IPC" into dev/msm-4.14-display

parents 1e52b82a 1253a2ac
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -3899,7 +3899,7 @@ static int sde_plane_sspp_atomic_update(struct drm_plane *plane,
	if (psde->revalidate) {
		SDE_DEBUG("plane:%d - reconfigure all the parameters\n",
				plane->base.id);
		pstate->dirty = SDE_PLANE_DIRTY_ALL;
		pstate->dirty = SDE_PLANE_DIRTY_ALL | SDE_PLANE_DIRTY_CP;
		psde->revalidate = false;
	}