소스 검색

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"