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

Commit 6606f1a7 authored by Venkat Chinta's avatar Venkat Chinta Committed by Gerrit - the friendly Code Review server
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 2763caff
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -33,7 +33,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