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

Commit 8ede24df authored by Jeevan Shriram's avatar Jeevan Shriram
Browse files

msm: mdss: allow unused SMPs during pipe re-use on MDSS v1.10



Allow unused SMPs to be allocated in pipe re-use cases and when
there is a change in required SMPs.

Change-Id: I4737b0edf60577f4bec852a63f47412ead653029
Signed-off-by: default avatarJeevan Shriram <jshriram@codeaurora.org>
parent c84f1f0f
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -149,6 +149,7 @@ static inline bool is_unused_smp_allowed(void)
	case MDSS_GET_MAJOR_MINOR(MDSS_MDP_HW_REV_103):
	case MDSS_GET_MAJOR_MINOR(MDSS_MDP_HW_REV_105):
	case MDSS_GET_MAJOR_MINOR(MDSS_MDP_HW_REV_109):
	case MDSS_GET_MAJOR_MINOR(MDSS_MDP_HW_REV_110):
		return true;
	default:
		return false;