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

Commit fd25c919 authored by Jayant Shekhar's avatar Jayant Shekhar Committed by Krishna Chaitanya Devarakonda
Browse files

msm: mdss: Enable mdss restore secure config call for msm8937



MDSS requires restore secure config call for secure session.
Enable the same for msm8937.

Change-Id: I1c87817e01af82118bd66d07bfd38702c6d677ca
Signed-off-by: default avatarJayant Shekhar <jshekhar@codeaurora.org>
parent bd4743e8
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;