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

Commit 91f854c2 authored by Camera Software Integration's avatar Camera Software Integration Committed by Gerrit - the friendly Code Review server
Browse files

Merge "msm: camera: ope: Increase max number of stripes" into camera-kernel.lnx.3.1

parents fa954445 350430cc
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

/**