From: Timothy Pearson Date: Sun, 24 Nov 2019 19:15:16 +0000 (-0600) Subject: amdgpu: Enable KFD on POWER systems X-Git-Tag: v5.10.7~3266^2~25^2~144 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=70ebe8a48216ae2fda862cae47ff0b8af5b279b9;p=platform%2Fkernel%2Flinux-rpi.git amdgpu: Enable KFD on POWER systems KFD has been verified to function on POWER systems (Talos II / Vega 64). It should be available as a kernel configuration option on these systems. Signed-off-by: Timothy Pearson Signed-off-by: Alex Deucher --- diff --git a/drivers/gpu/drm/amd/amdkfd/Kconfig b/drivers/gpu/drm/amd/amdkfd/Kconfig index a1a35d4..ba0e680 100644 --- a/drivers/gpu/drm/amd/amdkfd/Kconfig +++ b/drivers/gpu/drm/amd/amdkfd/Kconfig @@ -5,7 +5,7 @@ config HSA_AMD bool "HSA kernel driver for AMD GPU devices" - depends on DRM_AMDGPU && (X86_64 || ARM64) + depends on DRM_AMDGPU && (X86_64 || ARM64 || PPC64) imply AMD_IOMMU_V2 if X86_64 select MMU_NOTIFIER help