diff options
| author | Linux Build Service Account <lnxbuild@localhost> | 2017-03-14 23:45:40 -0700 |
|---|---|---|
| committer | Gerrit - the friendly Code Review server <code-review@localhost> | 2017-03-14 23:45:40 -0700 |
| commit | 29620da5abe43d80b98b23ab6ed081039b9ef74e (patch) | |
| tree | 48c46bacd92bd484c031924088a914ecabbd035c /include | |
| parent | c4849b9b3ee9f92fb6ee190d199c4828fc362d5d (diff) | |
| parent | 127c4c22e7392e32905368d1a0818aee1928ad3c (diff) | |
Merge "msm: isp: Add support for VFE dual camera resolution limit"
Diffstat (limited to 'include')
| -rw-r--r-- | include/uapi/media/msmb_isp.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/include/uapi/media/msmb_isp.h b/include/uapi/media/msmb_isp.h index 21fcb3401298..d84bb30d56fa 100644 --- a/include/uapi/media/msmb_isp.h +++ b/include/uapi/media/msmb_isp.h @@ -24,6 +24,8 @@ #define ISP_STATS_STREAM_BIT 0x80000000 +#define VFE_HW_LIMIT 1 + struct msm_vfe_cfg_cmd_list; enum ISP_START_PIXEL_PATTERN { @@ -456,6 +458,7 @@ enum msm_vfe_reg_cfg_type { VFE_HW_UPDATE_UNLOCK, SET_WM_UB_SIZE, SET_UB_POLICY, + GET_VFE_HW_LIMIT, }; struct msm_vfe_cfg_cmd2 { |
