Skip to content

Commit f8627c3

Browse files
maulik-k-shahandersson
authored andcommitted
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: Maulik Shah <quic_mkshah@quicinc.com> Reviewed-by: Konrad Dybcio <konrad.dybcio@linaro.org> Link: https://lore.kernel.org/r/20240215-qcom_stats-v1-1-4a2cf83d0bdd@quicinc.com Signed-off-by: Bjorn Andersson <andersson@kernel.org>
1 parent a5b150a commit f8627c3

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

drivers/soc/qcom/qcom_stats.c

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -35,11 +35,15 @@ static const struct subsystem_data subsystems[] = {
3535
{ "wpss", 605, 13 },
3636
{ "adsp", 606, 2 },
3737
{ "cdsp", 607, 5 },
38+
{ "cdsp1", 607, 12 },
39+
{ "gpdsp0", 607, 17 },
40+
{ "gpdsp1", 607, 18 },
3841
{ "slpi", 608, 3 },
3942
{ "gpu", 609, 0 },
4043
{ "display", 610, 0 },
4144
{ "adsp_island", 613, 2 },
4245
{ "slpi_island", 613, 3 },
46+
{ "apss", 631, QCOM_SMEM_HOST_ANY },
4347
};
4448

4549
struct stats_config {

0 commit comments

Comments
 (0)