]> git.itanic.dy.fi Git - linux-stable/commit
drm/amdkfd: disable IOMMUv2 support for KV/CZ
authorAlex Deucher <alexander.deucher@amd.com>
Fri, 28 Jul 2023 15:34:59 +0000 (11:34 -0400)
committerAlex Deucher <alexander.deucher@amd.com>
Fri, 11 Aug 2023 18:47:03 +0000 (14:47 -0400)
commit99c150199659f86bc9135a2d283d859bbcb7ed93
tree1610211296816b8800116b12b2146ab0aed4b7d5
parent95979df25be526f06f75313a741c74ee29ee8b65
drm/amdkfd: disable IOMMUv2 support for KV/CZ

Use the dGPU path instead.  There were a lot of platform
issues with IOMMU in general on these chips due to windows
not enabling IOMMU at the time.  The dGPU path has been
used for a long time with newer APUs and works fine.  This
also paves the way to simplify the driver significantly.

v2: use the dGPU queue manager functions

Reviewed-by: Felix Kuehling <Felix.Kuehling@amd.com>
Acked-by: Christian König <christian.koenig@amd.com>
Tested-by: Mike Lothian <mike@fireburn.co.uk>
Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
drivers/gpu/drm/amd/amdkfd/kfd_device.c
drivers/gpu/drm/amd/amdkfd/kfd_device_queue_manager.c