drm/amdgpu: keep mmhub clock gating being enabled during s2idle suspend
authorPrike Liang <Prike.Liang@amd.com>
Tue, 19 Apr 2022 09:22:34 +0000 (17:22 +0800)
committerAlex Deucher <alexander.deucher@amd.com>
Wed, 27 Apr 2022 21:38:02 +0000 (17:38 -0400)
commitfb8cc3318e47e1a0ced4025ef614317b541147e7
tree063a9a15cdb3883a0fc6c930fc91d7c8a47c62d5
parenta71849cdeaec4579696e5e1c45d9279f7b7484bd
drm/amdgpu: keep mmhub clock gating being enabled during s2idle suspend

Without MMHUB clock gating being enabled then MMHUB will not disconnect
from DF and will result in DF C-state entry can't be accessed during S2idle
suspend, and eventually s0ix entry will be blocked.

Signed-off-by: Prike Liang <Prike.Liang@amd.com>
Acked-by: Alex Deucher <alexander.deucher@amd.com>
Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
drivers/gpu/drm/amd/amdgpu/gmc_v10_0.c