Jelajahi Sumber

msm: ipa3: increasing the uC interrupt timeout value

Increased the timeout value of ipa3_uc_send_cmd
from 10 to 20 in ipa3_uc_debug_stats_alloc function.

Change-Id: I5be5839c60b84226872a22e8a05bb712e395e62d
Signed-off-by: Jagadeesh Ponduru <[email protected]>
Jagadeesh Ponduru 3 tahun lalu
induk
melakukan
884cc1f395
1 mengubah file dengan 2 tambahan dan 2 penghapusan
  1. 2 2
      drivers/platform/msm/ipa/ipa_v3/ipa_uc.c

+ 2 - 2
drivers/platform/msm/ipa/ipa_v3/ipa_uc.c

@@ -1,6 +1,6 @@
 // SPDX-License-Identifier: GPL-2.0-only
 /*
- * Copyright (c) 2012-2020, The Linux Foundation. All rights reserved.
+ * Copyright (c) 2012-2021, The Linux Foundation. All rights reserved.
  */
 
 #include "ipa_i.h"
@@ -1588,7 +1588,7 @@ int ipa3_uc_debug_stats_alloc(
 	result = ipa3_uc_send_cmd((u32)(cmd.phys_base),
 		command,
 		IPA_HW_2_CPU_OFFLOAD_CMD_STATUS_SUCCESS,
-		false, 10 * HZ);
+		false, 20 * HZ);
 	if (result) {
 		IPAERR("fail to alloc offload stats\n");
 		goto cleanup;