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>
Fri, 9 Apr 2021 20:37:29 +0000 (16:37 -0400)
commit5d3a2d95224da3213b1ce60fe28bf60b3dfe6827
treee9462ee8fd4a41b9ef73cf0f214fe8c4a40a9821
parent50ec83f0d820bd7c7ef0c88a91816a7e2bb2682c
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