qcacld-3.0: Update SNOC freq to 200 MHz for SAP, P2P HE case
Previously, IPA had its default vote which will bump up the SNOC frequency to 200 MHz. Now IPA has removed its vote which is causing throughput drop in HE cases for SAP and P2P GO mode. To fix this, add new throughput level TPUT_LEVEL_HIGH_HE_CASE and provide ini to set its threshold to increase SNOC frequency to 200 MHz. To enable, set ini BandwidthMidHighThreshold to 7000. Change-Id: Ica8c640597c37602aea2f5e4ff6b0646c49ff548 CRs-Fixed: 3297833
This commit is contained in:

committed by
Madan Koyyalamudi

szülő
cc4c2be493
commit
b576218751
@@ -115,6 +115,7 @@ enum pld_bus_type {
|
||||
* @PLD_BUS_WIDTH_LOW: vote for low bus bandwidth
|
||||
* @PLD_BUS_WIDTH_MEDIUM: vote for medium bus bandwidth
|
||||
* @PLD_BUS_WIDTH_HIGH: vote for high bus bandwidth
|
||||
* @PLD_BUS_WIDTH_MID_HIGH: vote for mid high bus bandwidth
|
||||
* @PLD_BUS_WIDTH_VERY_HIGH: vote for very high bus bandwidth
|
||||
* @PLD_BUS_WIDTH_ULTRA_HIGH: vote for ultra high bus bandwidth
|
||||
* @PLD_BUS_WIDTH_LOW_LATENCY: vote for low latency bus bandwidth
|
||||
@@ -130,6 +131,7 @@ enum pld_bus_width_type {
|
||||
PLD_BUS_WIDTH_ULTRA_HIGH,
|
||||
PLD_BUS_WIDTH_MAX,
|
||||
PLD_BUS_WIDTH_LOW_LATENCY,
|
||||
PLD_BUS_WIDTH_MID_HIGH,
|
||||
};
|
||||
|
||||
#define PLD_MAX_FILE_NAME NAME_MAX
|
||||
|
Reference in New Issue
Block a user