|
@@ -9127,11 +9127,11 @@ static int ipa3_pre_init(const struct ipa3_plat_drv_res *resource_p,
|
|
|
ipa3_ctx->fw_load_data.state = IPA_FW_LOAD_STATE_INIT;
|
|
|
mutex_init(&ipa3_ctx->fw_load_data.lock);
|
|
|
|
|
|
- ipa3_ctx->logbuf = ipc_log_context_create(IPA_IPC_LOG_PAGES, "ipa", 0);
|
|
|
+ ipa3_ctx->logbuf = ipc_log_context_create(IPA_IPC_LOG_PAGES, "ipa", MINIDUMP_MASK);
|
|
|
if (ipa3_ctx->logbuf == NULL)
|
|
|
IPADBG("failed to create IPC log, continue...\n");
|
|
|
|
|
|
- ipa3_ctx->logbuf_clk = ipc_log_context_create(IPA_IPC_LOG_PAGES, "ipa_clk", 0);
|
|
|
+ ipa3_ctx->logbuf_clk = ipc_log_context_create(IPA_IPC_LOG_PAGES, "ipa_clk", MINIDUMP_MASK);
|
|
|
if (ipa3_ctx->logbuf_clk == NULL)
|
|
|
IPADBG("failed to create IPC ipa_clk log, continue...\n");
|
|
|
|