drm/amdgpu: drop S0ix checks around CG/PG in suspend
authorAlex Deucher <alexander.deucher@amd.com>
Tue, 16 Mar 2021 18:18:30 +0000 (14:18 -0400)
committerAlex Deucher <alexander.deucher@amd.com>
Fri, 9 Apr 2021 20:37:24 +0000 (16:37 -0400)
commit50ec83f0d820bd7c7ef0c88a91816a7e2bb2682c
tree26c8ee5c1379f93838b817ac71e9eb4722c8844d
parent5d70a549d00dc1b8f8ae227ff192ca38f902b57c
drm/amdgpu: drop S0ix checks around CG/PG in suspend

We handle it properly within the CG/PG functions directly
now.

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