msm: board8960: fix for 8960 mdp writeback hang issue

set the correct size to the writeback buffer based on the
panel size to fix the hung issue.

Signed-off-by: Nagamalleswararao Ganji <nganji@codeaurora.org>
diff --git a/arch/arm/mach-msm/board-msm8960.c b/arch/arm/mach-msm/board-msm8960.c
index d209eff..924febd 100644
--- a/arch/arm/mach-msm/board-msm8960.c
+++ b/arch/arm/mach-msm/board-msm8960.c
@@ -1005,8 +1005,7 @@
 #endif
 
 #ifdef CONFIG_FB_MSM_MIPI_DSI
-/* 960 x 540 x 3 x 2 */
-#define MIPI_DSI_WRITEBACK_SIZE 0x300000
+#define MIPI_DSI_WRITEBACK_SIZE (1024 * 600 * 3 * 2)
 #else
 #define MIPI_DSI_WRITEBACK_SIZE 0
 #endif