msm: camera: isp adding variable to pix cfg for dual vfe

Adding header changes for passing dual vfe info from userspace to
kernel.

Change-Id: I0fa03a4b87847d19ea63df4b7a188cc110801c4a
Signed-off-by: Senthil Kumar Rajagopal <skrajago@codeaurora.org>
This commit is contained in:
Senthil Kumar Rajagopal 2015-06-01 16:11:03 -07:00 committed by Chandan Gera
parent e17e3ab88f
commit c9b466b29d
1 changed files with 1 additions and 0 deletions

View File

@ -218,6 +218,7 @@ struct msm_vfe_pix_cfg {
enum ISP_START_PIXEL_PATTERN pixel_pattern;
uint32_t input_format;
enum msm_vfe_hvx_streaming_cmd hvx_cmd;
uint32_t is_split;
};
struct msm_vfe_rdi_cfg {