Quellcode durchsuchen

msm: ipa3: Adding prefetch buff size for kalama target

Due to missing the prefetch buff size route and filter table will
overflow if IPA HW tries to prefetch 128Bytes of additional memory when
dealing with filter/routing tables. This can result in overflowing
of memory if we map only the required size. Make changes to
add the prefetch buff size for kalama target.

Change-Id: I045e14b25e397dc800a775f0d5cc02a889fc7c21
Signed-off-by: Ashok Vuyyuru <[email protected]>
Ashok Vuyyuru vor 2 Jahren
Ursprung
Commit
9093aae4e5
1 geänderte Dateien mit 1 neuen und 0 gelöschten Zeilen
  1. 1 0
      drivers/platform/msm/ipa/ipa_v3/ipahal/ipahal_fltrt.c

+ 1 - 0
drivers/platform/msm/ipa/ipa_v3/ipahal/ipahal_fltrt.c

@@ -1283,6 +1283,7 @@ static struct ipahal_fltrt_obj ipahal_fltrt_objs[IPA_HW_MAX] = {
 				[IPA_IS_FRAG] = 15,
 				[IPA_IS_PURE_ACK] = 0,
 			},
+			IPA3_0_HW_RULE_PREFETCH_BUF_SIZE,
 	},
 
 };