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

Commit 2d006e56 authored by Rajesh Bharathwaj's avatar Rajesh Bharathwaj
Browse files

msm: camera: reqmgr: Increase V4L2 Queue depth



Increasing V4L2 Queue depth from 30 to 100 to avoid frame drops in
XR Usecases.

Change-Id: I82d2238af52c638c02dc0e4379cfb276915f8c53
CRs-Fixed: 3245359
Signed-off-by: default avatarRajesh Bharathwaj <quic_rabharat@quicinc.com>
parent 030ab03d
Loading
Loading
Loading
Loading
+2 −1
Original line number Diff line number Diff line
// SPDX-License-Identifier: GPL-2.0-only
/*
 * Copyright (c) 2016-2020, The Linux Foundation. All rights reserved.
 * Copyright (c) 2022 Qualcomm Innovation Center, Inc. All rights reserved.
 */

#include <linux/module.h>
@@ -27,7 +28,7 @@
#include "cam_debug_util.h"
#include "cam_common_util.h"

#define CAM_REQ_MGR_EVENT_MAX 30
#define CAM_REQ_MGR_EVENT_MAX 100

static struct cam_req_mgr_device g_dev;
struct kmem_cache *g_cam_req_mgr_timer_cachep;