msm: mpq8064: Add Video processing driver block for VCAP

Adding VP portion to MSM VCAP. VP is used for deinterlacing video.

Change-Id: I888e841cf4d65cf1e5b0316db16923c914469235
Signed-off-by: Terence Hampson <thampson@codeaurora.org>
diff --git a/include/media/vcap_fmt.h b/include/media/vcap_fmt.h
index e69f9b0..51b45ac 100644
--- a/include/media/vcap_fmt.h
+++ b/include/media/vcap_fmt.h
@@ -70,6 +70,7 @@
 	enum vcap_type type;
 	union {
 		struct v4l2_format_vc_ext timing;
+		struct v4l2_pix_format pix;
 		/* Once VP is created there will be another type in here */
 	} u;
 };