amd-gfx.lists.freedesktop.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] drm/amdgpu: Updated XGMI power down control support check
@ 2020-05-14  3:23 Clements, John
  2020-05-14  3:29 ` Zhang, Hawking
  0 siblings, 1 reply; 2+ messages in thread
From: Clements, John @ 2020-05-14  3:23 UTC (permalink / raw)
  To: amd-gfx, Zhang, Hawking


[-- Attachment #1.1: Type: text/plain, Size: 139 bytes --]

[AMD Official Use Only - Internal Distribution Only]

Updated SMC FW version check to determine if XGMI power down control is supported

[-- Attachment #1.2: Type: text/html, Size: 1860 bytes --]

[-- Attachment #2: 0001-drm-amdgpu-Updated-XGMI-power-down-control-support-c.patch --]
[-- Type: application/octet-stream, Size: 1310 bytes --]

From 678fce4a2679741a1ef583ce79136a43dd3ca7a3 Mon Sep 17 00:00:00 2001
From: John Clements <john.clements@amd.com>
Date: Thu, 14 May 2020 11:21:01 +0800
Subject: [PATCH] drm/amdgpu: Updated XGMI power down control support check

Updated SMC FW version check to determine if XGMI power down control is supported

Signed-off-by: John Clements <john.clements@amd.com>
Change-Id: I13ad802fc9282f5a6fe5a03a1655789ebcfca4fc
---
 drivers/gpu/drm/amd/powerplay/arcturus_ppt.c | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/drivers/gpu/drm/amd/powerplay/arcturus_ppt.c b/drivers/gpu/drm/amd/powerplay/arcturus_ppt.c
index 4874a20ccdf1..cbf70122de9b 100644
--- a/drivers/gpu/drm/amd/powerplay/arcturus_ppt.c
+++ b/drivers/gpu/drm/amd/powerplay/arcturus_ppt.c
@@ -2298,9 +2298,9 @@ static int arcturus_allow_xgmi_power_down(struct smu_context *smu, bool en)
 		return ret;
 	}
 
-	/* PPSMC_MSG_GmiPwrDnControl is supported by 54.20.0 and onwards */
-	if (smu_version < 0x365000) {
-		pr_err("XGMI power down control is only supported by PMFW 54.20.0 and onwards\n");
+	/* PPSMC_MSG_GmiPwrDnControl is supported by 54.23.0 and onwards */
+	if (smu_version < 0x00361700) {
+		pr_err("XGMI power down control is only supported by PMFW 54.23.0 and onwards\n");
 		return -EINVAL;
 	}
 
-- 
2.17.1


[-- Attachment #3: Type: text/plain, Size: 154 bytes --]

_______________________________________________
amd-gfx mailing list
amd-gfx@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/amd-gfx

^ permalink raw reply related	[flat|nested] 2+ messages in thread

* RE: [PATCH] drm/amdgpu: Updated XGMI power down control support check
  2020-05-14  3:23 [PATCH] drm/amdgpu: Updated XGMI power down control support check Clements, John
@ 2020-05-14  3:29 ` Zhang, Hawking
  0 siblings, 0 replies; 2+ messages in thread
From: Zhang, Hawking @ 2020-05-14  3:29 UTC (permalink / raw)
  To: Clements, John, amd-gfx


[-- Attachment #1.1: Type: text/plain, Size: 505 bytes --]

[AMD Official Use Only - Internal Distribution Only]

Reviewed-by: Hawking Zhang <Hawking.Zhang@amd.com>

Regards,
Hawking
From: Clements, John <John.Clements@amd.com>
Sent: Thursday, May 14, 2020 11:23
To: amd-gfx@lists.freedesktop.org; Zhang, Hawking <Hawking.Zhang@amd.com>
Subject: [PATCH] drm/amdgpu: Updated XGMI power down control support check


[AMD Official Use Only - Internal Distribution Only]

Updated SMC FW version check to determine if XGMI power down control is supported

[-- Attachment #1.2: Type: text/html, Size: 3129 bytes --]

[-- Attachment #2: Type: text/plain, Size: 154 bytes --]

_______________________________________________
amd-gfx mailing list
amd-gfx@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/amd-gfx

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2020-05-14  3:29 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-05-14  3:23 [PATCH] drm/amdgpu: Updated XGMI power down control support check Clements, John
2020-05-14  3:29 ` Zhang, Hawking

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).