Skip to content

Commit

Permalink
fix: enable KFD support in kernel
Browse files Browse the repository at this point in the history
AMD KFD support was not enabled in Kconfig.

Ref: https://cateee.net/lkddb/web-lkddb/HSA_AMD.html

Fixes: #892
Fixes: siderolabs/extensions#307

Signed-off-by: Noel Georgi <git@frezbo.dev>
(cherry picked from commit 65006ed)
  • Loading branch information
frezbo committed Feb 15, 2024
1 parent 0b8a78b commit b849795
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion kernel/build/config-amd64
Original file line number Diff line number Diff line change
Expand Up @@ -3777,7 +3777,7 @@ CONFIG_DRM_AMD_DC_DCN=y
# CONFIG_DRM_AMD_SECURE_DISPLAY is not set
# end of Display Engine Configuration

# CONFIG_HSA_AMD is not set
CONFIG_HSA_AMD=y
# CONFIG_DRM_NOUVEAU is not set
CONFIG_DRM_I915=y
CONFIG_DRM_I915_FORCE_PROBE=""
Expand Down

0 comments on commit b849795

Please sign in to comment.