Skip to content

Commit 6fa2a88

Browse files
committed
fixup
1 parent 8ead015 commit 6fa2a88

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
@@ -847,7 +847,7 @@ for LINE in "${LINES[@]}"; do
847847
continue
848848
fi
849849

850-
# Only process GPU classes (3D controller)
850+
# Only process PCI classes - 3D controller, Processing accelerators, Display controller
851851
if [[ ! "$PCI_CLASS" =~ (3D\ controller|Processing\ accelerators|Display\ controller) ]]; then
852852
continue
853853
fi

0 commit comments

Comments
 (0)