qcacld-3.0: During wlan IPA suspend, force the BW voting to high
During wlan IPA suspend, force the bandwidth voting to high when CFG_DP_IPA_ENABLE_FORCE_VOTING is enabled. Change-Id: I9b368081f9c0919f5fecfacf318ad1a714cc33cf CRs-Fixed: 2521815
This commit is contained in:
@@ -155,6 +155,25 @@
|
||||
100, \
|
||||
CFG_VALUE_OR_DEFAULT, "IPA low bw threshold")
|
||||
|
||||
/*
|
||||
* <ini>
|
||||
* gIPAForceVotingEnable - IPA force voting enable
|
||||
* @Default: false
|
||||
*
|
||||
* This ini specifies to enable IPA force voting
|
||||
*
|
||||
* Related: N/A
|
||||
*
|
||||
* Supported Feature: IPA
|
||||
*
|
||||
* Usage: Internal
|
||||
*
|
||||
* </ini>
|
||||
*/
|
||||
#define CFG_DP_IPA_ENABLE_FORCE_VOTING \
|
||||
CFG_INI_BOOL("gIPAForceVotingEnable", \
|
||||
false, "Ctrl to enable force voting")
|
||||
|
||||
/*
|
||||
* <ini>
|
||||
* IpaUcTxBufCount - IPA tx buffer count
|
||||
@@ -185,6 +204,7 @@
|
||||
CFG(CFG_DP_IPA_HIGH_BANDWIDTH_MBPS) \
|
||||
CFG(CFG_DP_IPA_MEDIUM_BANDWIDTH_MBPS) \
|
||||
CFG(CFG_DP_IPA_LOW_BANDWIDTH_MBPS) \
|
||||
CFG(CFG_DP_IPA_ENABLE_FORCE_VOTING) \
|
||||
CFG(CFG_DP_IPA_UC_TX_BUF_COUNT)
|
||||
|
||||
#endif /* _CFG_IPA_H_ */
|
||||
|
مرجع در شماره جدید
Block a user