mirror of
https://github.com/torvalds/linux.git
synced 2024-11-22 12:11:40 +00:00
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>
This commit is contained in:
parent
a5b150af2c
commit
f8627c303f
@ -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 {
|
||||
|
Loading…
Reference in New Issue
Block a user