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

Commit 47f9d518 authored by Jayant Shekhar's avatar Jayant Shekhar
Browse files

drm/msm/sde: Fix sspp update for plane layout update



PLANE_PROP_LAYOUT is not considered for marking a pipe
dirty, hence error is triggered during sspp atomic update.
Consider the new property to mark a pipe dirty.

Change-Id: I8808d2de3dd2ecd799c4ae5f1e52fc46ba57078f
Signed-off-by: default avatarJayant Shekhar <jshekhar@codeaurora.org>
parent f7f336ea
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -3826,6 +3826,7 @@ static int sde_plane_sspp_atomic_update(struct drm_plane *plane,
			break;
		case PLANE_PROP_MULTIRECT_MODE:
		case PLANE_PROP_COLOR_FILL:
		case PLANE_PROP_LAYOUT:
			/* potentially need to refresh everything */
			pstate->dirty = SDE_PLANE_DIRTY_ALL;
			break;