msm: camera: memmgr: increase max slot count into 2048

In case large memory slot usage scene like MFHDR, MFSR.
increase kernel slot count to avoid out of memory issue.

CRs-Fixed: 2718732
Change-Id: I49dd2d9bdda548d5f95fa49c290364ecb6d40f6e
Signed-off-by: bohahuan <bohahuan@codeaurora.org>
This commit is contained in:
bohahuan
2020-09-07 15:46:56 +08:00
committad av Gerrit - the friendly Code Review server
förälder 79edec1a06
incheckning 9d1e44a94f
2 ändrade filer med 1 tillägg och 3 borttagningar

Visa fil

@@ -11,8 +11,6 @@
#include <media/cam_req_mgr.h>
#include "cam_mem_mgr_api.h"
#define CAM_MEM_BUFQ_MAX 1024
/* Enum for possible mem mgr states */
enum cam_mem_mgr_state {
CAM_MEM_MGR_UNINITIALIZED,