[PATCH] soc: qcom: qcom_stats: Add SoCCP and DCP subsystems stats
From: Sneh Mankad
Date: Mon Jun 15 2026 - 05:00:20 EST
Add SMEM items for SoC Control Processor and Display Co-Processor
subsystem stats which are present in Hawi SoC.
Signed-off-by: Sneh Mankad <sneh.mankad@xxxxxxxxxxxxxxxx>
---
drivers/soc/qcom/qcom_stats.c | 2 ++
1 file changed, 2 insertions(+)
diff --git a/drivers/soc/qcom/qcom_stats.c b/drivers/soc/qcom/qcom_stats.c
index 2e380faf9080354fae120e74f0b9bd1f3786d3e5..e7122444f12a3593547923a4fcdb6a144efd019c 100644
--- a/drivers/soc/qcom/qcom_stats.c
+++ b/drivers/soc/qcom/qcom_stats.c
@@ -54,6 +54,8 @@ static const struct subsystem_data subsystems[] = {
{ "cdsp1", 607, 12 },
{ "gpdsp0", 607, 17 },
{ "gpdsp1", 607, 18 },
+ { "soccp", 607, 19 },
+ { "dcp", 607, 22 },
{ "slpi", 608, 3 },
{ "gpu", 609, 0 },
{ "display", 610, 0 },
---
base-commit: 95e56f0f293ef797123eb032f78f5b5d56a035a6
change-id: 20260615-add_subsystem_lpm_stats-22cffd68a4c6
Best regards,
--
Sneh Mankad <sneh.mankad@xxxxxxxxxxxxxxxx>