All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 1/2] Revert "drm/amdkfd: fix boot failure when iommu is disabled in Picasso."
@ 2021-11-02 19:23 James Zhu
  2021-11-02 19:23 ` [PATCH 2/2] drm/amdkfd: fix boot failure when iommu is disabled in Picasso James Zhu
  2021-11-02 20:34 ` [PATCH 1/2] Revert "drm/amdkfd: fix boot failure when iommu is disabled in Picasso." Alex Deucher
  0 siblings, 2 replies; 8+ messages in thread
From: James Zhu @ 2021-11-02 19:23 UTC (permalink / raw)
  To: amd-gfx; +Cc: alexander.deucher, yifan1.zhang, jamesz, zarniwhoop

To revert wrong merge during rebase.
This reverts commit afd18180c07026f94a80ff024acef5f4159084a4.
---
 drivers/gpu/drm/amd/amdkfd/kfd_device.c | 3 ---
 1 file changed, 3 deletions(-)

diff --git a/drivers/gpu/drm/amd/amdkfd/kfd_device.c b/drivers/gpu/drm/amd/amdkfd/kfd_device.c
index 7677ced16a27..be26c4016ade 100644
--- a/drivers/gpu/drm/amd/amdkfd/kfd_device.c
+++ b/drivers/gpu/drm/amd/amdkfd/kfd_device.c
@@ -1031,9 +1031,6 @@ bool kgd2kfd_device_init(struct kfd_dev *kfd,
 
 	svm_migrate_init(kfd->adev);
 
-	if(kgd2kfd_resume_iommu(kfd))
-		goto device_iommu_error;
-
 	if (kfd_resume(kfd))
 		goto kfd_resume_error;
 
-- 
2.25.1


^ permalink raw reply related	[flat|nested] 8+ messages in thread

end of thread, other threads:[~2021-11-03 16:44 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-11-02 19:23 [PATCH 1/2] Revert "drm/amdkfd: fix boot failure when iommu is disabled in Picasso." James Zhu
2021-11-02 19:23 ` [PATCH 2/2] drm/amdkfd: fix boot failure when iommu is disabled in Picasso James Zhu
2021-11-03  3:53   ` Lazar, Lijo
2021-11-03 16:27     ` James Zhu
2021-11-03 16:44       ` Lazar, Lijo
2021-11-02 20:34 ` [PATCH 1/2] Revert "drm/amdkfd: fix boot failure when iommu is disabled in Picasso." Alex Deucher
2021-11-02 21:00   ` Zhu, James
2021-11-02 21:41     ` Ken Moffat

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.