2023-12-05 10:11:24

by Naman Jain

[permalink] [raw]
Subject: [PATCH] soc: qcom: socinfo: Add few DSPs to get their image details

Add support to get image details from SMEM for DSPs like
DSPS (Sensors DSP), CDSP (Compute DSP), GPDSP (General purpose DSP)
while also supporting this for more than one DSP of certain types.

Signed-off-by: Naman Jain <[email protected]>
---
drivers/soc/qcom/socinfo.c | 10 ++++++++++
1 file changed, 10 insertions(+)

diff --git a/drivers/soc/qcom/socinfo.c b/drivers/soc/qcom/socinfo.c
index 51e05bec5bfc..f7169050d33d 100644
--- a/drivers/soc/qcom/socinfo.c
+++ b/drivers/soc/qcom/socinfo.c
@@ -51,6 +51,11 @@
#define SMEM_IMAGE_TABLE_ADSP_INDEX 12
#define SMEM_IMAGE_TABLE_CNSS_INDEX 13
#define SMEM_IMAGE_TABLE_VIDEO_INDEX 14
+#define SMEM_IMAGE_TABLE_DSPS_INDEX 15
+#define SMEM_IMAGE_TABLE_CDSP_INDEX 16
+#define SMEM_IMAGE_TABLE_CDSP1_INDEX 19
+#define SMEM_IMAGE_TABLE_GPDSP_INDEX 20
+#define SMEM_IMAGE_TABLE_GPDSP1_INDEX 21
#define SMEM_IMAGE_VERSION_TABLE 469

/*
@@ -65,6 +70,11 @@ static const char *const socinfo_image_names[] = {
[SMEM_IMAGE_TABLE_RPM_INDEX] = "rpm",
[SMEM_IMAGE_TABLE_TZ_INDEX] = "tz",
[SMEM_IMAGE_TABLE_VIDEO_INDEX] = "video",
+ [SMEM_IMAGE_TABLE_DSPS_INDEX] = "dsps",
+ [SMEM_IMAGE_TABLE_CDSP_INDEX] = "cdsp",
+ [SMEM_IMAGE_TABLE_CDSP1_INDEX] = "cdsp1",
+ [SMEM_IMAGE_TABLE_GPDSP_INDEX] = "gpdsp",
+ [SMEM_IMAGE_TABLE_GPDSP1_INDEX] = "gpdsp1",
};

static const char *const pmic_models[] = {
--
2.17.1


2023-12-17 17:30:19

by Bjorn Andersson

[permalink] [raw]
Subject: Re: [PATCH] soc: qcom: socinfo: Add few DSPs to get their image details


On Tue, 05 Dec 2023 15:40:18 +0530, Naman Jain wrote:
> Add support to get image details from SMEM for DSPs like
> DSPS (Sensors DSP), CDSP (Compute DSP), GPDSP (General purpose DSP)
> while also supporting this for more than one DSP of certain types.
>
>

Applied, thanks!

[1/1] soc: qcom: socinfo: Add few DSPs to get their image details
commit: cea0585caf068a068bddf2e985ad781c926e3cea

Best regards,
--
Bjorn Andersson <[email protected]>