msm: camera: sync: Increase max synx handles
Increase max sync handles that can be created per camera synx session to 256. CRs-Fixed: 3343701 Change-Id: I5c02e6693056df302d1c0fe7005f3278ae752f45 Signed-off-by: Karthik Anantha Ram <quic_kartanan@quicinc.com>
This commit is contained in:

committed by
Camera Software Integration

parent
2a48091a63
commit
6d53b197fb
@@ -13,7 +13,7 @@
|
||||
#include "cam_sync.h"
|
||||
#include "cam_debug_util.h"
|
||||
|
||||
#define CAM_SYNX_MAX_OBJS 64
|
||||
#define CAM_SYNX_MAX_OBJS 256
|
||||
#define CAM_SYNX_OBJ_NAME_LEN 64
|
||||
|
||||
/* Synx obj state */
|
||||
|
Reference in New Issue
Block a user