drm/amdgpu: for S0ix, skip SDMA 5.x+ suspend/resume
authorAlex Deucher <alexander.deucher@amd.com>
Fri, 2 Dec 2022 15:13:40 +0000 (10:13 -0500)
committerAlex Deucher <alexander.deucher@amd.com>
Tue, 20 Dec 2022 17:46:55 +0000 (12:46 -0500)
commit2a7798ea7390fd78f191c9e9bf68f5581d3b4a02
tree0a473c0f95533c0eb83806c74f08d511e5048861
parent47198eb72114a93c13195a17f4c3118002c57f1a
drm/amdgpu: for S0ix, skip SDMA 5.x+ suspend/resume

SDMA 5.x is part of the GFX block so it's controlled via
GFXOFF.  Skip suspend as it should be handled the same
as GFX.

v2: drop SDMA 4.x.  That requires special handling.

Reviewed-by: Mario Limonciello <mario.limonciello@amd.com>
Acked-by: Rajneesh Bhardwaj <rajneesh.bhardwaj@amd.com>
Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
drivers/gpu/drm/amd/amdgpu/amdgpu_device.c