We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0f9c47e commit 448014dCopy full SHA for 448014d
drivers/gpu/drm/amd/amdkfd/Kconfig
@@ -5,7 +5,7 @@
5
6
config HSA_AMD
7
bool "HSA kernel driver for AMD GPU devices"
8
- depends on DRM_AMDGPU && (X86_64 || ARM64 || PPC64 || (RISCV && 64BIT))
+ depends on DRM_AMDGPU && (X86_64 || ARM64 || PPC64 || (RISCV && 64BIT) || (LOONGARCH && 64BIT))
9
select HMM_MIRROR
10
select MMU_NOTIFIER
11
select DRM_AMDGPU_USERPTR
0 commit comments