msm: ipa3: Fix to increase the inactivity timer
In low latency ping scenario clock unvoting fastly due to this ping RTT was increased. To avoid these scenario increased the inactivity timer to 100msec. Change-Id: I9b11e2adbe087aa67fa2e7ed751b190abb09d0ed Signed-off-by: Ashok Vuyyuru <avuyyuru@codeaurora.org>
This commit is contained in:
parent
596aec557e
commit
efa43ef916
@ -13,7 +13,7 @@
|
||||
#define IPA_PM_MAX_EX_CL 64
|
||||
#define IPA_PM_THRESHOLD_MAX 5
|
||||
#define IPA_PM_EXCEPTION_MAX 5
|
||||
#define IPA_PM_DEFERRED_TIMEOUT 10
|
||||
#define IPA_PM_DEFERRED_TIMEOUT 100
|
||||
|
||||
/*
|
||||
* ipa_pm group names
|
||||
|
Loading…
Reference in New Issue
Block a user