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

Commit 2763caff authored by Venkat Chinta's avatar Venkat Chinta Committed by Gerrit - the friendly Code Review server
Browse files

msm: camera: req_mgr: Increase watchdog timeout



This change increases the watchdog timeout value from one second
to five.

CRs-Fixed: 2606911
Change-Id: I353f78369c31a513dfd94dd1988bc42c2f75b167
Signed-off-by: default avatarVenkat Chinta <vchinta@codeaurora.org>
parent ecc1637f
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
/* SPDX-License-Identifier: GPL-2.0-only */
/*
 * Copyright (c) 2016-2019, The Linux Foundation. All rights reserved.
 * Copyright (c) 2016-2020, The Linux Foundation. All rights reserved.
 */
#ifndef _CAM_REQ_MGR_CORE_H_
#define _CAM_REQ_MGR_CORE_H_
@@ -13,7 +13,7 @@
#define CAM_REQ_MGR_MAX_LINKED_DEV     16
#define MAX_REQ_SLOTS                  48

#define CAM_REQ_MGR_WATCHDOG_TIMEOUT       1000
#define CAM_REQ_MGR_WATCHDOG_TIMEOUT       5000
#define CAM_REQ_MGR_WATCHDOG_TIMEOUT_MAX   50000
#define CAM_REQ_MGR_SCHED_REQ_TIMEOUT      1000
#define CAM_REQ_MGR_SIMULATE_SCHED_REQ     30