Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 350430cc authored by Rishabh Jain's avatar Rishabh Jain
Browse files

msm: camera: ope: Increase max number of stripes



Increasing max number of stripes to 48 from 32 to
support big resolution.

CRs-Fixed: 2593149
Change-Id: I1f573c907bcb6360719293474a39a917ff74cf92
Signed-off-by: default avatarRishabh Jain <risjai@codeaurora.org>
parent d09df6b7
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
/* SPDX-License-Identifier: GPL-2.0-only WITH Linux-syscall-note */
/*
 * Copyright (c) 2019, The Linux Foundation. All rights reserved.
 * Copyright (c) 2019-2020, The Linux Foundation. All rights reserved.
 */

#ifndef __UAPI_OPE_H__
@@ -73,7 +73,7 @@
#define OPE_MAX_IO_BUFS                     (OPE_OUT_RES_MAX + OPE_IN_RES_MAX)
#define OPE_MAX_PASS                        1
#define OPE_MAX_PLANES                      2
#define OPE_MAX_STRIPES                     32
#define OPE_MAX_STRIPES                     48
#define OPE_MAX_BATCH_SIZE                  16

/**