Re: [PATCH v2 1/2] drm/amdkfd: fix boot failure when iommu is disabled in Picasso.

2021-10-13 Thread James Zhu
Reviewed-by:JamesZhufortheseries. When IOMMU disabled in sbios and kfd in iommuv2 path, iommuv2 init will fail. But this failure should not block amdgpu driver init. Reported-by: youling Tested-by: youling Signed-off-by: Yifan Zhang --- drivers/gpu/drm/amd/amdgpu/amdgpu_device.c | 4 dr

[PATCH v2 1/2] drm/amdkfd: fix boot failure when iommu is disabled in Picasso.

2021-10-12 Thread Yifan Zhang
When IOMMU disabled in sbios and kfd in iommuv2 path, iommuv2 init will fail. But this failure should not block amdgpu driver init. Reported-by: youling Tested-by: youling Signed-off-by: Yifan Zhang --- drivers/gpu/drm/amd/amdgpu/amdgpu_device.c | 4 drivers/gpu/drm/amd/amdkfd/kfd_device.