]> git.baikalelectronics.ru Git - kernel.git/commit
drm/amdkfd: remove redundant iommu cleanup code
authorYifan Zhang <yifan1.zhang@amd.com>
Fri, 24 Sep 2021 03:15:35 +0000 (11:15 +0800)
committerAlex Deucher <alexander.deucher@amd.com>
Tue, 5 Oct 2021 17:02:13 +0000 (13:02 -0400)
commitc891e055fda9c8fd41e36e4a9f7ee5397ab8af29
tree6a19a2bf8c3a8648c1f142af03775f0eb3996dd2
parent5035d9b2f3c94343a573b1f33052b31b3ebbd5f3
drm/amdkfd: remove redundant iommu cleanup code

kfd_resume doesn't involve iommu operation, remove
redundant iommu cleanup code.

Signed-off-by: Yifan Zhang <yifan1.zhang@amd.com>
Reviewed-by: James Zhu <James.Zhu@amd.com>
Tested-by: James Zhu <James.Zhu@amd.com>
Acked-by: Felix Kuehling <Felix.Kuehling@amd.com>
Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
drivers/gpu/drm/amd/amdkfd/kfd_device.c