Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit b90792e9 authored by Viraja Kommaraju's avatar Viraja Kommaraju Committed by Gerrit - the friendly Code Review server
Browse files

ipc: apr: Add KPI marker to notify ADSP is ready



Add time stamp marker to notify that ADSP load is complete.

Change-Id: I101d8be79dd46d779502b9d90aa0fc5fcc29046f
Signed-off-by: default avatarViraja Kommaraju <virajak@codeaurora.org>
parent 2b79066d
Loading
Loading
Loading
Loading

ipc/apr.c

100644 → 100755
+2 −0
Original line number Diff line number Diff line
@@ -23,6 +23,7 @@
#include <linux/ipc_logging.h>
#include <linux/of_platform.h>
#include <linux/ratelimit.h>
#include <soc/qcom/boot_stats.h>
#include <soc/qcom/subsystem_restart.h>
#include <linux/qcom_scm.h>
#include <soc/snd_event.h>
@@ -314,6 +315,7 @@ static void apr_add_child_devices(struct work_struct *work)
static void apr_adsp_up(void)
{
	pr_info("%s: Q6 is Up\n", __func__);
	place_marker("M - ADSP Ready");
	apr_set_q6_state(APR_SUBSYS_LOADED);

	spin_lock(&apr_priv->apr_lock);