Sfoglia il codice sorgente

msm: ipa3: Increase IPA SRAM Q6 "hw_stats_quota_size"

Increase the hw_stats_quota_size from 72 to 96 bytes on targets
IPA_5_2.

Change-Id: I0870329ba626115d976d0fe2b96fe76213ebe8b8
Signed-off-by: Jagadeesh Ponduru <[email protected]>
Jagadeesh Ponduru 3 anni fa
parent
commit
94e00bca16
1 ha cambiato i file con 3 aggiunte e 3 eliminazioni
  1. 3 3
      drivers/platform/msm/ipa/ipa_v3/ipa_utils.c

+ 3 - 3
drivers/platform/msm/ipa/ipa_v3/ipa_utils.c

@@ -6651,9 +6651,9 @@ static struct ipa3_mem_partition ipa_5_2_mem_part = {
 	.apps_hdr_proc_ctx_size = 0x200,
 	.apps_hdr_proc_ctx_size_ddr = 0x0,
 	.stats_quota_q6_ofst = 0x1868,
-	.stats_quota_q6_size = 0x48,
-	.stats_quota_ap_ofst = 0x18B0,
-	.stats_quota_ap_size = 0x60,
+	.stats_quota_q6_size = 0x60,
+	.stats_quota_ap_ofst = 0x18C8,
+	.stats_quota_ap_size = 0x48,
 	.stats_tethering_ofst = 0x1910,
 	.stats_tethering_size = 0x0,
 	.apps_v4_flt_nhash_ofst = 0x1918,