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

Commit 6cdf8d4d authored by Ingrid Gallardo's avatar Ingrid Gallardo Committed by Kyle Yan
Browse files

msm: mdss: fix to enable danger for msmcobalt



Add msmcobalt revision to enable danger.

Change-Id: Ie02f67d00c8fe04bf90ded5d4a6ab85c86cf05ad
Signed-off-by: default avatarIngrid Gallardo <ingridg@codeaurora.org>
parent 0c0bbe06
Loading
Loading
Loading
Loading
+3 −1
Original line number Diff line number Diff line
@@ -1221,7 +1221,9 @@ static inline int mdss_mdp_panic_signal_support_mode(
		IS_MDSS_MAJOR_MINOR_SAME(mdata->mdp_rev,
				MDSS_MDP_HW_REV_115) ||
		IS_MDSS_MAJOR_MINOR_SAME(mdata->mdp_rev,
				MDSS_MDP_HW_REV_116))
				MDSS_MDP_HW_REV_116) ||
		IS_MDSS_MAJOR_MINOR_SAME(mdata->mdp_rev,
				MDSS_MDP_HW_REV_300))
		signal_mode = MDSS_MDP_PANIC_PER_PIPE_CFG;

	return signal_mode;