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: Jeevan Shriram <jshriram@codeaurora.org>
This commit is contained in:
Jeevan Shriram 2015-01-19 15:41:24 -08:00 committed by David Keitel
parent 94011e5334
commit 18bf7ffbf4

View file

@ -225,6 +225,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_103):
case MDSS_GET_MAJOR_MINOR(MDSS_MDP_HW_REV_105): 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_109):
case MDSS_GET_MAJOR_MINOR(MDSS_MDP_HW_REV_110):
return true; return true;
default: default:
return false; return false;