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

Commit 38418cf1 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: disable hw underrun recovery only for older mdp reversions"

parents 2576766b 7c40b590
Loading
Loading
Loading
Loading
+3 −2
Original line number Diff line number Diff line
@@ -1128,7 +1128,8 @@ int mdss_hw_init(struct mdss_data_type *mdata)

	mdss_hw_rev_init(mdata);

	/* disable hw underrun recovery */
	/* Disable hw underrun recovery only for older mdp reversions. */
	if (mdata->mdp_rev < MDSS_MDP_HW_REV_105)
		writel_relaxed(0x0, mdata->mdp_base +
			MDSS_MDP_REG_VIDEO_INTF_UNDERFLOW_CTL);