AMD-GFX Archive on lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] drm/amdgpu: fix the hw hang during perform system reboot and reset
@ 2020-04-13 15:08 Prike Liang
  2020-04-13 15:14 ` Alex Deucher
  2020-04-13 16:46 ` Johannes Hirte
  0 siblings, 2 replies; 6+ messages in thread
From: Prike Liang @ 2020-04-13 15:08 UTC (permalink / raw)
  To: amd-gfx; +Cc: Xinhui.Pan, Rahul.Kumar1, ray.huang, Prike Liang, johannes.hirte

Unify set device CGPG to ungate state before enter poweroff or reset.

Signed-off-by: Prike Liang <Prike.Liang@amd.com>
Tested-by: Mengbing Wang <Mengbing.Wang@amd.com>
---
 drivers/gpu/drm/amd/amdgpu/amdgpu_device.c | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/drivers/gpu/drm/amd/amdgpu/amdgpu_device.c b/drivers/gpu/drm/amd/amdgpu/amdgpu_device.c
index 87f7c12..bbe090a 100644
--- a/drivers/gpu/drm/amd/amdgpu/amdgpu_device.c
+++ b/drivers/gpu/drm/amd/amdgpu/amdgpu_device.c
@@ -2413,6 +2413,8 @@ static int amdgpu_device_ip_suspend_phase1(struct amdgpu_device *adev)
 {
 	int i, r;
 
+	amdgpu_device_set_pg_state(adev, AMD_PG_STATE_UNGATE);
+	amdgpu_device_set_cg_state(adev, AMD_CG_STATE_UNGATE);
 
 	for (i = adev->num_ip_blocks - 1; i >= 0; i--) {
 		if (!adev->ip_blocks[i].status.valid)
-- 
2.7.4

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

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

end of thread, other threads:[~2020-04-14  2:06 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2020-04-13 15:08 [PATCH] drm/amdgpu: fix the hw hang during perform system reboot and reset Prike Liang
2020-04-13 15:14 ` Alex Deucher
2020-04-13 18:17   ` Paul Menzel
2020-04-13 20:32     ` Alex Deucher
2020-04-14  2:06       ` Liang, Prike
2020-04-13 16:46 ` Johannes Hirte

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox