瀏覽代碼

msm: ipa: reduce gsi stop channel delay

Reduce GSI stop channel delay to reduce the time taken to
stop the channels in case there is a retry.

Change-Id: Id86c44239eafecf3dea10bcb13e10e2499421e4d
Signed-off-by: Chaitanya Pratapa <[email protected]>
Chaitanya Pratapa 2 年之前
父節點
當前提交
e9affd4b3e
共有 1 個文件被更改,包括 2 次插入2 次删除
  1. 2 2
      drivers/platform/msm/ipa/ipa_common_i.h

+ 2 - 2
drivers/platform/msm/ipa/ipa_common_i.h

@@ -189,8 +189,8 @@ do {\
 	 (x == ipa3_get_ep_mapping(IPA_CLIENT_AQC_ETHERNET_PROD)) || \
 	 (x == ipa3_get_ep_mapping(IPA_CLIENT_RTK_ETHERNET_PROD)))
 
-#define IPA_GSI_CHANNEL_STOP_SLEEP_MIN_USEC (3000)
-#define IPA_GSI_CHANNEL_STOP_SLEEP_MAX_USEC (5000)
+#define IPA_GSI_CHANNEL_STOP_SLEEP_MIN_USEC (1000)
+#define IPA_GSI_CHANNEL_STOP_SLEEP_MAX_USEC (2000)
 
 #define STR_ETH_IFACE "eth"
 #define STR_ETH0_IFACE "eth0"