diff --git a/msm/sde/sde_plane.c b/msm/sde/sde_plane.c index 9e744f12be..ddd6746cae 100644 --- a/msm/sde/sde_plane.c +++ b/msm/sde/sde_plane.c @@ -3169,7 +3169,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; }