Browse Source

Merge "camera: uapi: Add uapi support for semi real time device types" into camera-kernel.lnx.1.0

Pavan Kumar Chilamkurthi 6 years ago
parent
commit
994f1255bf
1 changed files with 7 additions and 4 deletions
  1. 7 4
      include/uapi/media/cam_icp.h

+ 7 - 4
include/uapi/media/cam_icp.h

@@ -18,10 +18,13 @@
 #define CAM_ICP_DEV_TYPE_MAX     5
 
 /* definitions needed for icp aquire device */
-#define CAM_ICP_RES_TYPE_BPS        1
-#define CAM_ICP_RES_TYPE_IPE_RT     2
-#define CAM_ICP_RES_TYPE_IPE        3
-#define CAM_ICP_RES_TYPE_MAX        4
+#define CAM_ICP_RES_TYPE_BPS         1
+#define CAM_ICP_RES_TYPE_IPE_RT      2
+#define CAM_ICP_RES_TYPE_IPE         3
+#define CAM_ICP_RES_TYPE_IPE_SEMI_RT 4
+#define CAM_ICP_RES_TYPE_BPS_RT      5
+#define CAM_ICP_RES_TYPE_BPS_SEMI_RT 6
+#define CAM_ICP_RES_TYPE_MAX         7
 
 /* packet opcode types */
 #define CAM_ICP_OPCODE_IPE_UPDATE   0