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

Commit 2d91a622 authored by Linux Build Service Account's avatar Linux Build Service Account Committed by Gerrit - the friendly Code Review server
Browse files

Merge "msm: mdss: Reset pipe's mfd parameter during pipe free"

parents 6c6977d9 b0d97e3a
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -655,6 +655,7 @@ static int mdss_mdp_pipe_free(struct mdss_mdp_pipe *pipe)
	mdss_mdp_smp_free(pipe);
	pipe->flags = 0;
	pipe->bwc_mode = 0;
	pipe->mfd = NULL;
	memset(&pipe->scale, 0, sizeof(struct mdp_scale_data));

	mdss_mdp_clk_ctrl(MDP_BLOCK_POWER_OFF, false);