[AMD Official Use Only - General]

Series is

Reviewed-by: Hawking Zhang <[email protected]>

Regards,
Hawking
-----Original Message-----
From: Chai, Thomas <[email protected]>
Sent: Monday, December 18, 2023 15:10
To: [email protected]
Cc: Chai, Thomas <[email protected]>; Zhang, Hawking <[email protected]>; 
Zhou1, Tao <[email protected]>; Li, Candice <[email protected]>; Yang, Stanley 
<[email protected]>; Chai, Thomas <[email protected]>
Subject: [PATCH 4/4] drm/amd/pm: smu v13_0_6 supports ecc info by default

smu v13_0_6 supports ecc info by default.

Signed-off-by: YiPeng Chai <[email protected]>
---
 drivers/gpu/drm/amd/pm/swsmu/smu13/smu_v13_0_6_ppt.c | 8 ++++++++
 1 file changed, 8 insertions(+)

diff --git a/drivers/gpu/drm/amd/pm/swsmu/smu13/smu_v13_0_6_ppt.c 
b/drivers/gpu/drm/amd/pm/swsmu/smu13/smu_v13_0_6_ppt.c
index bb3e953bfed5..7d0cbe840182 100644
--- a/drivers/gpu/drm/amd/pm/swsmu/smu13/smu_v13_0_6_ppt.c
+++ b/drivers/gpu/drm/amd/pm/swsmu/smu13/smu_v13_0_6_ppt.c
@@ -2862,6 +2862,13 @@ static int smu_v13_0_6_select_xgmi_plpd_policy(struct 
smu_context *smu,
        return ret;
 }

+static ssize_t smu_v13_0_6_get_ecc_info(struct smu_context *smu,
+                       void *table)
+{
+       /* Support ecc info by default */
+       return 0;
+}
+
 static const struct pptable_funcs smu_v13_0_6_ppt_funcs = {
        /* init dpm */
        .get_allowed_feature_mask = smu_v13_0_6_get_allowed_feature_mask,
@@ -2916,6 +2923,7 @@ static const struct pptable_funcs smu_v13_0_6_ppt_funcs = 
{
        .i2c_init = smu_v13_0_6_i2c_control_init,
        .i2c_fini = smu_v13_0_6_i2c_control_fini,
        .send_hbm_bad_pages_num = smu_v13_0_6_smu_send_hbm_bad_page_num,
+       .get_ecc_info = smu_v13_0_6_get_ecc_info,
 };

 void smu_v13_0_6_set_ppt_funcs(struct smu_context *smu)
--
2.34.1

Reply via email to