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:
Alok Kumar
2019-09-23 18:31:09 +05:30
کامیت شده توسط nshrivas
والد d83ba25124
کامیت 44343fc057
4فایلهای تغییر یافته به همراه31 افزوده شده و 1 حذف شده

مشاهده پرونده

@@ -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_ */