OSDN Git Service

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)
committerAlex Deucher <alexander.deucher@amd.com>
Tue, 14 Sep 2021 19:59:58 +0000 (15:59 -0400)
commit9cec53c18a3170c7e5673c414da56aeecee94832
treef38c1595985e1158b5022f72bf8243bb3facc95e
parentea20e246f39aa3dc092627c632c2dac1d4d55de0
drm/amdgpu: move iommu_resume before ip init/resume

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