summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorLinux Build Service Account <lnxbuild@quicinc.com>2017-05-03 23:32:10 -0700
committerGerrit - the friendly Code Review server <code-review@localhost>2017-05-03 23:32:10 -0700
commit48a0c93e1d213b4931215920362d1d0cc14c505f (patch)
treee8ee041a0eb2813cf60c4d7e47baf28d1caa2d6e /include
parent6669dae7d1943930d5be356dddd5fdb733339fb4 (diff)
parentcb9a11cd759f1d3348b0f3deb296eb415619d06f (diff)
Merge "msm: camera: ispif: extend interface with line width"
Diffstat (limited to 'include')
-rw-r--r--include/uapi/media/msmb_ispif.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/include/uapi/media/msmb_ispif.h b/include/uapi/media/msmb_ispif.h
index c3a6e006b2ff..d532037427cc 100644
--- a/include/uapi/media/msmb_ispif.h
+++ b/include/uapi/media/msmb_ispif.h
@@ -112,6 +112,7 @@ struct msm_ispif_param_data_ext {
struct msm_ispif_pack_cfg pack_cfg[CID_MAX];
struct msm_ispif_right_param_entry right_entries[MAX_PARAM_ENTRIES];
uint32_t stereo_enable;
+ uint16_t line_width[VFE_MAX];
};
struct msm_ispif_param_data {
@@ -143,6 +144,7 @@ enum ispif_cfg_type_t {
ISPIF_ENABLE_REG_DUMP,
ISPIF_SET_VFE_INFO,
ISPIF_CFG2,
+ ISPIF_CFG_STEREO,
};
struct ispif_cfg_data {
@@ -165,6 +167,8 @@ struct ispif_cfg_data_ext {
#define ISPIF_3D_SUPPORT 1
+#define ISPIF_LINE_WIDTH_SUPPORT 1
+
#define VIDIOC_MSM_ISPIF_CFG \
_IOWR('V', BASE_VIDIOC_PRIVATE, struct ispif_cfg_data)