Skip to content

Commit

Permalink
Merge "disp: msm: sde: add SSPP CP features to dirty list during IPC"
Browse files Browse the repository at this point in the history
  • Loading branch information
qctecmdr authored and Gerrit - the friendly Code Review server committed Jul 4, 2019
2 parents 0137e26 + b3aeccb commit 35c5cb2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion drivers/gpu/drm/msm/sde/sde_plane.c
Original file line number Diff line number Diff line change
Expand Up @@ -3869,7 +3869,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;
}

Expand Down

0 comments on commit 35c5cb2

Please sign in to comment.