Skip to content

Commit

Permalink
linux-5.10.73: Enable AMD HSA
Browse files Browse the repository at this point in the history
Build amdkfd module.

    # Heterogenous system architecture configuration
    #

    config HSA_AMD
            bool "HSA kernel driver for AMD GPU devices"
            depends on DRM_AMDGPU && (X86_64 || ARM64 || PPC64)
            imply AMD_IOMMU_V2 if X86_64
            select MMU_NOTIFIER
            help
              Enable this if you want to use HSA features on AMD GPU devices.
  • Loading branch information
pmenzel committed Oct 19, 2021
1 parent c56343f commit d66dae3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion linux-5.10.73-405.bee
Original file line number Diff line number Diff line change
Expand Up @@ -723,6 +723,7 @@ mee_configure() {
CONFIG_DRM_AMDGPU_SI=y
CONFIG_DRM_AMDGPU_CIK=y
CONFIG_DRM_AMDGPU_USERPTR=y
CONFIG_HSA_AMD=y
CONFIG_DRM_NOUVEAU=m
CONFIG_DRM_I915=m
CONFIG_DRM_VGEM=m
Expand Down Expand Up @@ -830,7 +831,6 @@ mee_configure() {
CONFIG_VIRTIO_INPUT=m
CONFIG_DELL_RBU=m
CONFIG_AMD_IOMMU=y
CONFIG_AMD_IOMMU_V2=m
CONFIG_INTEL_IOMMU=y
CONFIG_IRQ_REMAP=y
CONFIG_LIBNVDIMM=m
Expand Down

0 comments on commit d66dae3

Please sign in to comment.