[PATCH 1/1] amdgpu: Enable KFD on POWER systems

Timothy Pearson tpearson at raptorengineering.com
Sun Nov 24 19:19:51 UTC 2019


Sorry for the spam -- I had thought I was signed up for this list but apparently was not, and resent a couple times.

----- Original Message -----
> From: "Timothy Pearson" <tpearson at raptorengineering.com>
> To: "amd-gfx" <amd-gfx at lists.freedesktop.org>
> Sent: Sunday, November 24, 2019 1:10:52 PM
> Subject: [PATCH 1/1] 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.
> ---
> drivers/gpu/drm/amd/amdkfd/Kconfig | 2 +-
> 1 file changed, 1 insertion(+), 1 deletion(-)
> 
> diff --git a/drivers/gpu/drm/amd/amdkfd/Kconfig
> b/drivers/gpu/drm/amd/amdkfd/Kconfig
> index a1a35d4d594b..ba0e68057a89 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
> --
> 2.20.1
> _______________________________________________
> amd-gfx mailing list
> amd-gfx at lists.freedesktop.org
> https://lists.freedesktop.org/mailman/listinfo/amd-gfx


More information about the amd-gfx mailing list