diff mbox series

soc: qcom: socinfo: Add few DSPs to get their image details

Message ID 20231205101018.6079-1-quic_namajain@quicinc.com (mailing list archive)
State Accepted
Commit cea0585caf068a068bddf2e985ad781c926e3cea
Headers show
Series soc: qcom: socinfo: Add few DSPs to get their image details | expand

Commit Message

Naman Jain Dec. 5, 2023, 10:10 a.m. UTC
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 <quic_namajain@quicinc.com>
---
 drivers/soc/qcom/socinfo.c | 10 ++++++++++
 1 file changed, 10 insertions(+)

Comments

Bjorn Andersson Dec. 17, 2023, 5:21 p.m. UTC | #1
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,
diff mbox series

Patch

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[] = {