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)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Tue, 14 Dec 2021 10:32:35 +0000 (11:32 +0100)
commitac9db04ee32f007e48cb0763784ccfadd5a21342
treea187ed36e6ae99cf2217a13c903385280178767d
parentfe9dca7dda61f8f3b3000df2abe88c60d1bfab93
drm/amdgpu: move iommu_resume before ip init/resume

commit f02abeb0779700c308e661a412451b38962b8a0b upstream.

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>
Cc: stable@vger.kernel.org
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/gpu/drm/amd/amdgpu/amdgpu_device.c