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

Commit 2ab1fc0d authored by Venkat Chinta's avatar Venkat Chinta Committed by Sridhar Gujje
Browse files

msm: camera: req_mgr: Reduce maximum attempts to apply request



This change reduces the maximum attempts to apply a particular
request from three to two. After two failed attempts to apply
to ISP device, IRQs for ISP device will be overlapped from
two requests. Thereafter apply request at every alternate
frame will fail without a chance of recovery. Therefore we
must notify userspace to trigger recover on the link.

CRs-Fixed: 2606911
Change-Id: I526bb837a496fe1e67786b854c5afb062dddb918
Signed-off-by: default avatarVenkat Chinta <vchinta@codeaurora.org>
parent 8850eb54
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -34,7 +34,7 @@

#define MAXIMUM_LINKS_PER_SESSION  4

#define MAXIMUM_RETRY_ATTEMPTS 3
#define MAXIMUM_RETRY_ATTEMPTS 2

#define VERSION_1  1
#define VERSION_2  2