[AMD Official Use Only - Internal Distribution Only]

Reviewed-by: Evan Quan <[email protected]>

-----Original Message-----
From: Du, Xiaojian <[email protected]>
Sent: Tuesday, December 15, 2020 3:40 PM
To: [email protected]
Cc: Huang, Ray <[email protected]>; Quan, Evan <[email protected]>; Deucher, 
Alexander <[email protected]>; Wang, Kevin(Yang) <[email protected]>; 
Huang, Shimmer <[email protected]>; Lazar, Lijo <[email protected]>; Du, 
Xiaojian <[email protected]>
Subject: [PATCH] drm/amd/pm: correct the sensor value of power for vangogh

This patch is to correct the sensor value of power for vangogh.

Signed-off-by: Xiaojian Du <[email protected]>
---
 drivers/gpu/drm/amd/pm/swsmu/smu11/vangogh_ppt.c | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/drivers/gpu/drm/amd/pm/swsmu/smu11/vangogh_ppt.c 
b/drivers/gpu/drm/amd/pm/swsmu/smu11/vangogh_ppt.c
index 9bccf2ad038c..a33c1e07c5df 100644
--- a/drivers/gpu/drm/amd/pm/swsmu/smu11/vangogh_ppt.c
+++ b/drivers/gpu/drm/amd/pm/swsmu/smu11/vangogh_ppt.c
@@ -252,7 +252,8 @@ static int vangogh_get_smu_metrics_data(struct smu_context 
*smu,
 *value = metrics->UvdActivity;
 break;
 case METRICS_AVERAGE_SOCKETPOWER:
-*value = metrics->CurrentSocketPower;
+*value = (metrics->CurrentSocketPower << 8) /
+1000 ;
 break;
 case METRICS_TEMPERATURE_EDGE:
 *value = metrics->GfxTemperature / 100 *
--
2.17.1

_______________________________________________
amd-gfx mailing list
[email protected]
https://lists.freedesktop.org/mailman/listinfo/amd-gfx

Reply via email to