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

Commit 4d0f00b2 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: controller cleanup on panel resolution change"

parents 8f0639f6 d6ff2750
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -3389,7 +3389,7 @@ ctl_stop:
			mdss_mdp_ctl_notifier_unregister(mdp5_data->ctl,
					&mfd->mdp_sync_pt_data.notifier);

			if (!mfd->ref_cnt) {
			if (!mfd->ref_cnt || mfd->panel_reconfig) {
				mdp5_data->borderfill_enable = false;
				mdss_mdp_ctl_destroy(mdp5_data->ctl);
				mdp5_data->ctl = NULL;