We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8ead015 commit 6fa2a88Copy full SHA for 6fa2a88
scripts/vm/hypervisor/kvm/gpudiscovery.sh
@@ -847,7 +847,7 @@ for LINE in "${LINES[@]}"; do
847
continue
848
fi
849
850
- # Only process GPU classes (3D controller)
+ # Only process PCI classes - 3D controller, Processing accelerators, Display controller
851
if [[ ! "$PCI_CLASS" =~ (3D\ controller|Processing\ accelerators|Display\ controller) ]]; then
852
853
0 commit comments