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>
Thu, 18 Nov 2021 18:16:09 +0000 (19:16 +0100)
commit55bf61828ab33b959ecc41b66c6a3725fb921ec1
treeb770fee8b71cafaa91e66bc8775ddb3eaf8f6322
parent36bd10013bdfbc34c35b6eac998323168d97f474
drm/amdgpu: move iommu_resume before ip init/resume

[ 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>
drivers/gpu/drm/amd/amdgpu/amdgpu_device.c