msm: vidc: Set dpb count based on target for smooth streaming

The min_dpb required for smooth streaming is set for the
max requirement of 1080p playback session. For 8960 num
of dpb required is 18 and for 8660 it is 8. This is set
in vidc platform data in the resepective device file.

Change-Id: I1e6bc3e8dcd64a00a7eb159f4600d40f5c229e45
Signed-off-by: Mohan Kumar Gubbihalli Lachma Naik <mgubbi@codeaurora.org>
diff --git a/arch/arm/mach-msm/devices-msm7x30.c b/arch/arm/mach-msm/devices-msm7x30.c
index 5f08d77..234af04 100644
--- a/arch/arm/mach-msm/devices-msm7x30.c
+++ b/arch/arm/mach-msm/devices-msm7x30.c
@@ -955,7 +955,8 @@
 struct msm_vidc_platform_data vidc_platform_data = {
 	.memtype = MEMTYPE_EBI0,
 	.enable_ion = 0,
-	.disable_dmx = 0
+	.disable_dmx = 0,
+	.cont_mode_dpb_count = 8
 };
 
 struct platform_device msm_device_vidc_720p = {