Re: [PATCH] drm/amdgpu: fix the hibernation suspend with s0ix

2021-03-08 Thread Huang Rui
On Tue, Mar 09, 2021 at 12:45:44PM +0800, Liang, Prike wrote: > > > > -Original Message- > > From: Alex Deucher > > Sent: Tuesday, March 9, 2021 12:07 PM > > To: Liang, Prike > > Cc: amd-gfx list ; Deucher, Alexander > > ; Huang, Ray &g

RE: [PATCH] drm/amdgpu: fix the hibernation suspend with s0ix

2021-03-08 Thread Liang, Prike
> -Original Message- > From: Alex Deucher > Sent: Tuesday, March 9, 2021 12:07 PM > To: Liang, Prike > Cc: amd-gfx list ; Deucher, Alexander > ; Huang, Ray > Subject: Re: [PATCH] drm/amdgpu: fix the hibernation suspend with s0ix > > On Mon, Mar 8, 2021 at

Re: [PATCH] drm/amdgpu: fix the hibernation suspend with s0ix

2021-03-08 Thread Alex Deucher
On Mon, Mar 8, 2021 at 10:52 PM Prike Liang wrote: > > During system hibernation suspend still need un-gate gfx CG/PG firstly to > handle HW > status check before HW resource destory. > > Signed-off-by: Prike Liang This is fine for stable, but we should work on cleaning this up. I have a patch

[PATCH] drm/amdgpu: fix the hibernation suspend with s0ix

2021-03-08 Thread Prike Liang
During system hibernation suspend still need un-gate gfx CG/PG firstly to handle HW status check before HW resource destory. Signed-off-by: Prike Liang --- drivers/gpu/drm/amd/amdgpu/amdgpu_device.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/drivers/gpu/drm/amd/amdg