Merge "disp: msm: sde: add SSPP CP features to dirty list during IPC"
This commit is contained in:

committed by
Gerrit - the friendly Code Review server

commit
103fc67d5c
@@ -3169,7 +3169,7 @@ static int sde_plane_sspp_atomic_update(struct drm_plane *plane,
|
|||||||
if (psde->revalidate) {
|
if (psde->revalidate) {
|
||||||
SDE_DEBUG("plane:%d - reconfigure all the parameters\n",
|
SDE_DEBUG("plane:%d - reconfigure all the parameters\n",
|
||||||
plane->base.id);
|
plane->base.id);
|
||||||
pstate->dirty = SDE_PLANE_DIRTY_ALL;
|
pstate->dirty = SDE_PLANE_DIRTY_ALL | SDE_PLANE_DIRTY_CP;
|
||||||
psde->revalidate = false;
|
psde->revalidate = false;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user