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

Commit a296cc18 authored by Gidon Studinski's avatar Gidon Studinski Committed by Gerrit - the friendly Code Review server
Browse files

msm: ipa: reduce sps power management timeout to 100 msec



Currently, SPS driver holds IPA clocks for 1000 msec after IPA clocks are
no longer required. This is done in order to prevent frequent toggling of
IPA clocks. This long timeout may degrade power performance. Reducing the
tieout to 100 msec.

Change-Id: I1a6b169dd1214ffefe34abadee315ca4c64fc48a
Signed-off-by: default avatarGidon Studinski <gidons@codeaurora.org>
parent 8353fd4f
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -64,7 +64,7 @@
#define IPA_Q6_CLEANUP_EXP_AGGR_MAX_CMDS \
	(IPA_NUM_PIPES*2) \

#define IPA_SPS_PROD_TIMEOUT_MSEC 1000
#define IPA_SPS_PROD_TIMEOUT_MSEC 100

#ifdef CONFIG_COMPAT
#define IPA_IOC_ADD_HDR32 _IOWR(IPA_IOC_MAGIC, \