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

Commit 62807e28 authored by Maulik Shah's avatar Maulik Shah
Browse files

soc: qcom: Add support to print wpss master stats



Add support to print WPSS master stats which uses
the same item id as MPSS.

Change-Id: I0c29705a62c4c4103002c952d03ad1b19a06a3d6
Signed-off-by: default avatarMaulik Shah <mkshah@codeaurora.org>
parent 5bf38f99
Loading
Loading
Loading
Loading
+3 −1
Original line number Diff line number Diff line
// SPDX-License-Identifier: GPL-2.0-only

/*
 * Copyright (c) 2017-2020, The Linux Foundation. All rights reserved.
 * Copyright (c) 2017-2021, The Linux Foundation. All rights reserved.
 */

#define pr_fmt(fmt) "%s: " fmt, KBUILD_MODNAME
@@ -43,6 +43,7 @@ enum master_pid {
	PID_ADSP = 2,
	PID_SLPI = 3,
	PID_CDSP = 5,
	PID_WPSS = 13,
	PID_GPU = PID_APSS,
	PID_DISPLAY = PID_APSS,
};
@@ -63,6 +64,7 @@ struct msm_rpmh_master_data {

static const struct msm_rpmh_master_data rpmh_masters[] = {
	{"MPSS", MPSS, PID_MPSS},
	{"WPSS", MPSS, PID_WPSS},
	{"ADSP", ADSP, PID_ADSP},
	{"ADSP_ISLAND", SLPI_ISLAND, PID_ADSP},
	{"CDSP", CDSP, PID_CDSP},