]> git.proxmox.com Git - mirror_ubuntu-jammy-kernel.git/commit
drm/amdgpu: move iommu_resume before ip init/resume
authorJames Zhu <James.Zhu@amd.com>
Tue, 7 Sep 2021 15:32:22 +0000 (11:32 -0400)
committerAndrea Righi <andrea.righi@canonical.com>
Tue, 7 Dec 2021 06:32:40 +0000 (07:32 +0100)
commitaa4cc1e5e6731c40c3a4e9317af9e348b1d86fc0
tree14236898bc1ae0e50da304fc65b343152a3d800c
parent26bba539781dcc04a222434a24248f1a9ffcded4
drm/amdgpu: move iommu_resume before ip init/resume

BugLink: https://bugs.launchpad.net/bugs/1951822
[ Upstream commit 9cec53c18a3170c7e5673c414da56aeecee94832 ]

Separate iommu_resume from kfd_resume, and move it before
other amdgpu ip init/resume.

Bug: https://bugzilla.kernel.org/show_bug.cgi?id=211277
Signed-off-by: James Zhu <James.Zhu@amd.com>
Reviewed-by: Felix Kuehling <Felix.Kuehling@amd.com>
Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
Signed-off-by: Sasha Levin <sashal@kernel.org>
Signed-off-by: Paolo Pisati <paolo.pisati@canonical.com>
drivers/gpu/drm/amd/amdgpu/amdgpu_device.c