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

Commit f31d17c6 authored by Mahesh Voorugonda(Temp)'s avatar Mahesh Voorugonda(Temp) Committed by Sayantan Majumder
Browse files

msm: vidc: increase max instance support to 24



Increase max video instances support from 16 to 24.

Change-Id: Id21a6eb76640b5d97834d925aae4459ec19270d0
Signed-off-by: default avatarMahesh Voorugonda(Temp) <mvooru@codeaurora.org>
parent 33ad4934
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
/* SPDX-License-Identifier: GPL-2.0-only */
/*
 * Copyright (c) 2012-2020, The Linux Foundation. All rights reserved.
 * Copyright (c) 2012-2020, 2021 The Linux Foundation. All rights reserved.
 */

#ifndef _MSM_VIDC_INTERNAL_H_
@@ -47,7 +47,7 @@
#define MAX_NUM_INPUT_BUFFERS VIDEO_MAX_FRAME // same as VB2_MAX_FRAME
#define MAX_NUM_OUTPUT_BUFFERS VIDEO_MAX_FRAME // same as VB2_MAX_FRAME

#define MAX_SUPPORTED_INSTANCES 16
#define MAX_SUPPORTED_INSTANCES 24

/* Maintains the number of FTB's between each FBD over a window */
#define DCVS_FTB_WINDOW 16