Re: [PATCH 0/2] iommu/amd: Fix IOMMUv2 devices when SME is active

From: Felix Kuehling
Date: Fri Aug 28 2020 - 09:55:09 EST


Am 2020-08-28 um 9:46 a.m. schrieb jroedel@xxxxxxx:
> On Wed, Aug 26, 2020 at 03:25:58PM +0000, Deucher, Alexander wrote:
>>> Alex, do you know if anyone has tested amdgpu on an APU with SME
>>> enabled? Is this considered something we support?
>> It's not something we've tested. I'm not even sure the GPU portion of
>> APUs will work properly without an identity mapping. SME should work
>> properly with dGPUs however, so this is a proper fix for them. We
>> don't use the IOMMUv2 path on dGPUs at all.
> Is it possible to make the IOMMUv2 paths optional on iGPUs as well when
> SME is active (or better, when the GPU is not identity mapped)?

Yes, we're working on this. IOMMUv2 is only needed for KFD. It's not
needed for graphics. And we're making it optional for KFD as well.

The question Alex and I raised here is more general. We may have some
assumptions in the amdgpu driver that are broken when the framebuffer is
not identity mapped. This would break the iGPU in a more general sense,
regardless of KFD and IOMMUv2. In that case, we don't really need to
worry about breaking KFD because we have a much bigger problem.

Regards,
  Felix


>
> Regards,
>
> Joerg