msm: camera: reqmgr: Add support to increase the crm handles

Add support to increase the number of available handles
in CRM to 256.

CRs-Fixed: 2811740
Change-Id: I16d05e85302f273ccb2b22ec882c07f9b515694d
Signed-off-by: Jigar Agrawal <jigar@codeaurora.org>
这个提交包含在:
Jigar Agrawal
2021-03-01 13:09:03 -08:00
父节点 ea8a7f5347
当前提交 b621d13226

查看文件

@@ -43,7 +43,7 @@
* It includes both session and device handles
*/
#define CAM_REQ_MGR_MAX_HANDLES 64
#define CAM_REQ_MGR_MAX_HANDLES_V2 128
#define CAM_REQ_MGR_MAX_HANDLES_V2 256
#define MAX_LINKS_PER_SESSION 2
/* V4L event type which user space will subscribe to */