AMD IGPU support (#14944)

This commit is contained in:
Nick B
2026-06-05 06:40:26 -04:00
committed by GitHub
parent 416717eeb1
commit 79ccc8ed6b
2 changed files with 12 additions and 1 deletions
+1 -1
View File
@@ -3982,7 +3982,7 @@ $PCT_OPTIONS_STRING"
if [[ -d /dev/dri ]]; then
# Only add if not already claimed by Intel
if [[ ${#INTEL_DEVICES[@]} -eq 0 ]]; then
for d in /dev/dri/renderD* /dev/dri/card*; do
for d in /dev/dri/renderD* /dev/dri/card* /dev/kfd; do
[[ -e "$d" ]] && AMD_DEVICES+=("$d")
done
fi