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

Commit 20d2af8c authored by Xu Yang's avatar Xu Yang
Browse files

Revert "disp: msm: sde: add SSPP CP features to dirty list during IPC"



This reverts commit 1253a2ac.
The commit of "disp: msm: sde: add SSPP CP features to dirty
list during IPC" may cause stability issue related to regdma
timeout. HDR flicker issue would reappear after reverting this.

Change-Id: I75b1c275e259a7c8c3cca61d590930fe1da7bc47
Signed-off-by: default avatarXu Yang <yangxu@codeaurora.org>
parent 068f5a8d
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -3903,7 +3903,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 | SDE_PLANE_DIRTY_CP;
		pstate->dirty = SDE_PLANE_DIRTY_ALL;
		psde->revalidate = false;
	}