Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

at v5.11-rc6 12 lines 324 B view raw
1# SPDX-License-Identifier: MIT 2# 3# Heterogeneous system architecture configuration 4# 5 6config HSA_AMD 7 bool "HSA kernel driver for AMD GPU devices" 8 depends on DRM_AMDGPU && (X86_64 || ARM64 || PPC64) 9 imply AMD_IOMMU_V2 if X86_64 10 select MMU_NOTIFIER 11 help 12 Enable this if you want to use HSA features on AMD GPU devices.