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:
parent
94011e5334
commit
18bf7ffbf4
1 changed files with 1 additions and 0 deletions
|
@ -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_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;
|
||||
|
|
Loading…
Add table
Reference in a new issue