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

Commit cf31766e authored by Jeevan Shriram's avatar Jeevan Shriram
Browse files

msm: mdss: clear the pipe's dirty flag after sspp configuration



In the current implementation, pipe's dirty flag is not cleared when
there is pipe reuse. This change clears the pipe's dirty flag if the
pipe is being reused with no configuration changes but only buffer
handle.

CRs-Fixed: 884773
Change-Id: I8d62e944110cd887f341dd8b33a642a679473ff7
Signed-off-by: default avatarJeevan Shriram <jshriram@codeaurora.org>
parent 77813844
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -1163,6 +1163,7 @@ static int __validate_layers(struct msm_fb_data_type *mfd,
				else
					pipe->params_changed++;
			}
			pipe->dirty = false;
			continue;
		}