Re: [PATCH] drm/amdgpu: do not enable asic reset for raven2

2022-02-17 Thread Deucher, Alexander
[AMD Official Use Only] Acked-by: Alex Deucher From: Gong, Curry Sent: Thursday, February 17, 2022 4:07 AM To: amd-gfx@lists.freedesktop.org Cc: Deucher, Alexander ; Gong, Curry Subject: [PATCH] drm/amdgpu: do not enable asic reset for raven2 The GPU reset

[PATCH] drm/amdgpu: do not enable asic reset for raven2

2022-02-17 Thread Chen Gong
The GPU reset function of raven2 is not maintained or tested, so it should be very unstable. Now the amdgpu_asic_reset function is added to amdgpu_pmops_suspend, which causes the S3 test of raven2 to fail, so the asic_reset of raven2 is ignored here. Signed-off-by: Chen Gong --- drivers/gpu/drm