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

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

Merge "mdss: mdp: Set completion if backlight level is zero"

parents d74d01d5 7fd8b7d3
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -5392,6 +5392,7 @@ static void pp_ad_calc_worker(struct work_struct *work)
	base = mdata->ad_off[ad->calc_hw_num].base;

	if ((ad->cfg.mode == MDSS_AD_MODE_AUTO_STR) && (ad->last_bl == 0)) {
		complete(&ad->comp);
		mutex_unlock(&ad->lock);
		return;
	}