Loading
Revert "drm/amd: Skip power ungate during suspend for VPE"
Skipping power ungate exposed some scenarios that will fail like below: ``` amdgpu: Register(0) [regVPEC_QUEUE_RESET_REQ] failed to reach value 0x00000000 != 0x00000001n amdgpu 0000:c1:00.0: amdgpu: VPE queue reset failed ... amdgpu: [drm] *ERROR* wait_for_completion_timeout timeout! ``` The underlying s2idle issue that prompted this commit is going to be fixed in BIOS. This reverts commit 2a6c826c. Fixes: 2a6c826c ("drm/amd: Skip power ungate during suspend for VPE") Cc: stable@vger.kernel.org Signed-off-by:Mario Limonciello (AMD) <superm1@kernel.org> Acked-by:
Alex Deucher <alexander.deucher@amd.com> Reported-by:
Konstantin <answer2019@yandex.ru> Closes: https://bugzilla.kernel.org/show_bug.cgi?id=220812 Reported-by:
Matthew Schwartz <matthew.schwartz@linux.dev> Signed-off-by:
Alex Deucher <alexander.deucher@amd.com>