msm: ipa3: lower turbo voting threshold
Make turbo voting threshold lower to 1000Mbps to account for CPE use case. Change-Id: I5d02d3df7b69e30243a0b44ddf36a894ad739d59 CRs-Fixed: 872263 Signed-off-by: Skylar Chang <chiaweic@codeaurora.org>
This commit is contained in:
parent
7cfa6fa532
commit
7554589ef6
1 changed files with 1 additions and 1 deletions
|
@ -27,7 +27,7 @@
|
|||
#define IPA_V3_0_CLK_RATE_TURBO (200 * 1000 * 1000UL)
|
||||
#define IPA_V3_0_MAX_HOLB_TMR_VAL (4294967296 - 1)
|
||||
|
||||
#define IPA_V3_0_BW_THRESHOLD_TURBO_MBPS (1200)
|
||||
#define IPA_V3_0_BW_THRESHOLD_TURBO_MBPS (1000)
|
||||
#define IPA_V3_0_BW_THRESHOLD_NOMINAL_MBPS (600)
|
||||
|
||||
#define IPA_ENDP_INIT_HDR_METADATA_n_MUX_ID_BMASK 0xFF0000
|
||||
|
|
Loading…
Add table
Reference in a new issue