Commit f8627c30 authored by Maulik Shah's avatar Maulik Shah Committed by Bjorn Andersson
Browse files

soc: qcom: qcom_stats: Add DSPs and apss subsystem stats



Add SMEM items for compute, general purpose DSPs and application processor
subsystem stats.

Signed-off-by: default avatarMaulik Shah <quic_mkshah@quicinc.com>
Reviewed-by: default avatarKonrad Dybcio <konrad.dybcio@linaro.org>
Link: https://lore.kernel.org/r/20240215-qcom_stats-v1-1-4a2cf83d0bdd@quicinc.com


Signed-off-by: default avatarBjorn Andersson <andersson@kernel.org>
parent a5b150af
Loading
Loading
Loading
Loading
+4 −0
Original line number Diff line number Diff line
@@ -35,11 +35,15 @@ static const struct subsystem_data subsystems[] = {
	{ "wpss", 605, 13 },
	{ "adsp", 606, 2 },
	{ "cdsp", 607, 5 },
	{ "cdsp1", 607, 12 },
	{ "gpdsp0", 607, 17 },
	{ "gpdsp1", 607, 18 },
	{ "slpi", 608, 3 },
	{ "gpu", 609, 0 },
	{ "display", 610, 0 },
	{ "adsp_island", 613, 2 },
	{ "slpi_island", 613, 3 },
	{ "apss", 631, QCOM_SMEM_HOST_ANY },
};

struct stats_config {