Skip to content

Commit 8ead015

Browse files
phieavishesh92
authored andcommitted
Add Display controller to GPU class check
this adds support for the amd instinct mi2xx accelorator crards in the discovery script.
1 parent 78a5114 commit 8ead015

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

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

0 commit comments

Comments
 (0)