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

Commit c0ee39e6 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: Enable mdss restore secure config call for msm8937"

parents cb08189e fd25c919
Loading
Loading
Loading
Loading
+3 −1
Original line number Diff line number Diff line
@@ -944,7 +944,9 @@ static inline bool mdss_mdp_req_init_restore_cfg(struct mdss_data_type *mdata)
	    IS_MDSS_MAJOR_MINOR_SAME(mdata->mdp_rev,
				MDSS_MDP_HW_REV_108) ||
	    IS_MDSS_MAJOR_MINOR_SAME(mdata->mdp_rev,
				MDSS_MDP_HW_REV_112))
				MDSS_MDP_HW_REV_112) ||
	    IS_MDSS_MAJOR_MINOR_SAME(mdata->mdp_rev,
				MDSS_MDP_HW_REV_114))
		return true;

	return false;