Re: [PATCH] drm/amdgpu: correct in_suspend setting for navi series

2019-08-27 Thread Deucher, Alexander
Reviewed-by: Alex Deucher From: amd-gfx on behalf of Hawking Zhang Sent: Tuesday, August 27, 2019 5:19 AM To: amd-gfx@lists.freedesktop.org Cc: Zhang, Hawking Subject: [PATCH] drm/amdgpu: correct in_suspend setting for navi series in_suspend flag should be

[PATCH] drm/amdgpu: correct in_suspend setting for navi series

2019-08-27 Thread Hawking Zhang
in_suspend flag should be set in amdgpu_device_suspend/resume in pairs, instead of gfx10 ip suspend/resume function. Signed-off-by: Hawking Zhang --- drivers/gpu/drm/amd/amdgpu/gfx_v10_0.c | 12 ++-- 1 file changed, 2 insertions(+), 10 deletions(-) diff --git a/drivers/gpu/drm/amd/amdgp