diff options
| author | Shubhraprakash Das <sadas@codeaurora.org> | 2016-07-15 14:33:43 -0700 |
|---|---|---|
| committer | Shubhraprakash Das <sadas@codeaurora.org> | 2016-07-15 14:38:37 -0700 |
| commit | fe2b34fe237b96d545139855eaa1d401d5c4b91e (patch) | |
| tree | a4128dec246d72920461dc4226f465c708408163 /include/uapi | |
| parent | aa958278d16faccd0cc79650b94ea6aa18d4131d (diff) | |
msm: camera: isp: Add isp version
Add isp version for cobalt. The version is used by the driver
to differentiate in the code paths based on the isp type.
CRs-Fixed: 1038370
Change-Id: I81055befae23b95bd7ba7dbe32c13be642bee66d
Signed-off-by: Shubhraprakash Das <sadas@codeaurora.org>
Diffstat (limited to 'include/uapi')
| -rw-r--r-- | include/uapi/media/msmb_isp.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/uapi/media/msmb_isp.h b/include/uapi/media/msmb_isp.h index e658f4b56df9..93613855228e 100644 --- a/include/uapi/media/msmb_isp.h +++ b/include/uapi/media/msmb_isp.h @@ -6,6 +6,7 @@ #define MAX_PLANES_PER_STREAM 3 #define MAX_NUM_STREAM 7 +#define ISP_VERSION_48 48 #define ISP_VERSION_47 47 #define ISP_VERSION_46 46 #define ISP_VERSION_44 44 |
