Skip to content

Commit 25b0fca

Browse files
authored
Add Display controller to GPU class check
this adds support for the amd instinct mi2xx accelorator crards in the discovery script.
1 parent e2d18c0 commit 25b0fca

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/vm/hypervisor/kvm/gpudiscovery.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -749,7 +749,7 @@ for LINE in "${LINES[@]}"; do
749749
fi
750750

751751
# Only process GPU classes (3D controller)
752-
if [[ ! "$PCI_CLASS" =~ (3D\ controller|Processing\ accelerators) ]]; then
752+
if [[ ! "$PCI_CLASS" =~ (3D\ controller|Processing\ accelerators|Display\ controller) ]]; then
753753
continue
754754
fi
755755

0 commit comments

Comments
 (0)