We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e2d18c0 commit 25b0fcaCopy full SHA for 25b0fca
scripts/vm/hypervisor/kvm/gpudiscovery.sh
@@ -749,7 +749,7 @@ for LINE in "${LINES[@]}"; do
749
fi
750
751
# Only process GPU classes (3D controller)
752
- if [[ ! "$PCI_CLASS" =~ (3D\ controller|Processing\ accelerators) ]]; then
+ if [[ ! "$PCI_CLASS" =~ (3D\ controller|Processing\ accelerators|Display\ controller) ]]; then
753
continue
754
755
0 commit comments