Skip to content

Commit 1972d56

Browse files
RevySRKexyBiscuit
authored andcommitted
UPSTREAM: drm/amdkfd: enable kfd on LoongArch systems
KFD has been confirmed that can run on LoongArch systems. It's necessary to support CONFIG_HSA_AMD on LoongArch. Signed-off-by: Han Gao <[email protected]> Signed-off-by: Felix Kuehling <[email protected]> Reviewed-by: Felix Kuehling <[email protected]> Signed-off-by: Alex Deucher <[email protected]> (cherry picked from commit fa30112) Signed-off-by: Kexy Biscuit <[email protected]>
1 parent 7ecce27 commit 1972d56

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

drivers/gpu/drm/amd/amdkfd/Kconfig

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55

66
config HSA_AMD
77
bool "HSA kernel driver for AMD GPU devices"
8-
depends on DRM_AMDGPU && (X86_64 || ARM64 || PPC64 || (RISCV && 64BIT))
8+
depends on DRM_AMDGPU && (X86_64 || ARM64 || PPC64 || (RISCV && 64BIT) || (LOONGARCH && 64BIT))
99
select HMM_MIRROR
1010
select MMU_NOTIFIER
1111
select DRM_AMDGPU_USERPTR

0 commit comments

Comments
 (0)