]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commit1cd91f355dda6ef4357039e32540d05be5bb80e9
tree063a9a15cdb3883a0fc6c930fc91d7c8a47c62d5
parent7a0d81f7c98598eb2ce63cabc34e89977cbfa818
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