msm; mdss: increase max sync fence fd count

Current sync fence number is based on the maximum ammount of layers that
MDP can support, however application may send more than one fence
associated to a single layer. Increase the maximum ammount of sync
fences to allow most use cases.

Change-Id: I9b04ea7c864501433af86fe57c742634abfd7872
Signed-off-by: Adrian Salido-Moreno <adrianm@codeaurora.org>
diff --git a/include/linux/msm_mdp.h b/include/linux/msm_mdp.h
index 61e9cb1..e4df414 100644
--- a/include/linux/msm_mdp.h
+++ b/include/linux/msm_mdp.h
@@ -716,7 +716,7 @@
 	} data;
 };
 
-#define MDP_MAX_FENCE_FD	10
+#define MDP_MAX_FENCE_FD	32
 #define MDP_BUF_SYNC_FLAG_WAIT	1
 
 struct mdp_buf_sync {