qcacmn: Add throughput based RTPM API support
Add support to invoke HIF runtime PM APIs in TX packet path based on throughput level. Essentially at high throughputs, where runtime PM is not expected to provide power gains, invoking the APIs is deterimental to performance. Hence invoke runtime_pm APIs based on throughput level. CRs-Fixed: 3059712 Change-Id: I49d111bffa8a37c68abbdd54911f9ecc22430562
This commit is contained in:

کامیت شده توسط
Madan Koyyalamudi

والد
25652ed9d8
کامیت
81e29163db
@@ -11297,6 +11297,9 @@ static struct cdp_cmn_ops dp_ops_cmn = {
|
||||
#if defined(FEATURE_RUNTIME_PM) || defined(DP_POWER_SAVE)
|
||||
.txrx_drain = dp_drain_txrx,
|
||||
#endif
|
||||
#if defined(FEATURE_RUNTIME_PM)
|
||||
.set_rtpm_tput_policy = dp_set_rtpm_tput_policy_requirement,
|
||||
#endif
|
||||
#ifdef WLAN_SYSFS_DP_STATS
|
||||
.txrx_sysfs_fill_stats = dp_sysfs_fill_stats,
|
||||
.txrx_sysfs_set_stat_type = dp_sysfs_set_stat_type,
|
||||
|
مرجع در شماره جدید
Block a user