Loading drivers/platform/msm/ipa/ipa_v2/ipa_uc.c +6 −0 Original line number Diff line number Diff line Loading @@ -666,6 +666,12 @@ int ipa_uc_send_cmd(u32 cmd, u32 opcode, u32 expected_status, retries++; if (retries == IPA_BAM_STOP_MAX_RETRY) { IPAERR("Failed after %d tries\n", retries); mutex_unlock(&ipa_ctx->uc_ctx.uc_lock); /* * Max retry reached, * assert to check why cmd send failed. */ ipa_assert(); } else { /* sleep for short period to flush IPA */ usleep_range(IPA_UC_WAIT_MIN_SLEEP, Loading Loading
drivers/platform/msm/ipa/ipa_v2/ipa_uc.c +6 −0 Original line number Diff line number Diff line Loading @@ -666,6 +666,12 @@ int ipa_uc_send_cmd(u32 cmd, u32 opcode, u32 expected_status, retries++; if (retries == IPA_BAM_STOP_MAX_RETRY) { IPAERR("Failed after %d tries\n", retries); mutex_unlock(&ipa_ctx->uc_ctx.uc_lock); /* * Max retry reached, * assert to check why cmd send failed. */ ipa_assert(); } else { /* sleep for short period to flush IPA */ usleep_range(IPA_UC_WAIT_MIN_SLEEP, Loading