From 25b0fca3b5999e1f6f71256350c47b5225f5ba8b Mon Sep 17 00:00:00 2001 From: Piet Braat Date: Fri, 3 Apr 2026 09:06:56 +0200 Subject: [PATCH] Add Display controller to GPU class check this adds support for the amd instinct mi2xx accelorator crards in the discovery script. --- scripts/vm/hypervisor/kvm/gpudiscovery.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/vm/hypervisor/kvm/gpudiscovery.sh b/scripts/vm/hypervisor/kvm/gpudiscovery.sh index bf6892c898db..b2c1cd886578 100755 --- a/scripts/vm/hypervisor/kvm/gpudiscovery.sh +++ b/scripts/vm/hypervisor/kvm/gpudiscovery.sh @@ -749,7 +749,7 @@ for LINE in "${LINES[@]}"; do fi # Only process GPU classes (3D controller) - if [[ ! "$PCI_CLASS" =~ (3D\ controller|Processing\ accelerators) ]]; then + if [[ ! "$PCI_CLASS" =~ (3D\ controller|Processing\ accelerators|Display\ controller) ]]; then continue fi