]> Git Repo - linux.git/commitdiff
soc: qcom: qcom_stats: Add DSPs and apss subsystem stats
authorMaulik Shah <[email protected]>
Thu, 15 Feb 2024 09:23:50 +0000 (14:53 +0530)
committerBjorn Andersson <[email protected]>
Mon, 18 Mar 2024 03:19:08 +0000 (22:19 -0500)
Add SMEM items for compute, general purpose DSPs and application processor
subsystem stats.

Signed-off-by: Maulik Shah <[email protected]>
Reviewed-by: Konrad Dybcio <[email protected]>
Link: https://lore.kernel.org/r/[email protected]
Signed-off-by: Bjorn Andersson <[email protected]>
drivers/soc/qcom/qcom_stats.c

index 0216fc24f2caba4df6cd352ae7ca13d107fedeeb..c429d5154aaec2c3115ccefd1c23d712bf6817f7 100644 (file)
@@ -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 {
This page took 0.062446 seconds and 4 git commands to generate.