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

Commit b5039861 authored by Ju He's avatar Ju He Committed by Stephen Boyd
Browse files

msm: camera: Fix ispif stop frame boundary timeout issue



Previously a 500ms timeout set for stop frame boundary.
But sometimes when doing snapshot with large linecount may make
the frame rate drop to 1fps. Set the timeout to 1s to avoid camera
crash.

Change-Id: Id51fb3eb58300df20e792bdab9702af7c4e18943
Signed-off-by: default avatarJu He <juhe@codeaurora.org>
parent 966a8198
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -40,7 +40,7 @@
#define ISPIF_INTF_CMD_DISABLE_IMMEDIATELY    0x02

#define ISPIF_TIMEOUT_SLEEP_US                1000
#define ISPIF_TIMEOUT_ALL_US                500000
#define ISPIF_TIMEOUT_ALL_US               1000000

#undef CDBG
#ifdef CONFIG_MSMB_CAMERA_DEBUG