drm/amdgpu: skip kfd suspend/resume for S0ix
authorAlex Deucher <alexander.deucher@amd.com>
Wed, 17 Mar 2021 02:02:14 +0000 (22:02 -0400)
committerAlex Deucher <alexander.deucher@amd.com>
Mon, 22 Mar 2021 19:28:20 +0000 (15:28 -0400)
commitac5789ef927006a8449ea235a866922b2d8f8290
tree193c2abc4d5f234cfa678e176bf0dc2ff1421f27
parent264705005e6bc7f484652c1d7aee798034c82e12
drm/amdgpu: skip kfd suspend/resume for S0ix

GFX is in gfxoff mode during s0ix so we shouldn't need to
actually tear anything down and restore it.

Acked-by: Evan Quan <evan.quan@amd.com>
Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
drivers/gpu/drm/amd/amdgpu/amdgpu_device.c