From 2b6babac22f0ad23204655566cb0a1c0c749b1e7 Mon Sep 17 00:00:00 2001 From: Derek McTavish Date: Wed, 1 Apr 2026 07:41:02 +0000 Subject: [PATCH] --- Linux/GPU Passthrough.md | 15 +++++++++++++++ 1 file changed, 15 insertions(+) diff --git a/Linux/GPU Passthrough.md b/Linux/GPU Passthrough.md index 89d04ee..3b41c0e 100644 --- a/Linux/GPU Passthrough.md +++ b/Linux/GPU Passthrough.md @@ -26,3 +26,18 @@ sudo dmesg | grep -i iommu ```bash lspci -nn | grep -E "VGA|Audio" ``` + +In my case, I get + +- `10de:28a0` +- `10de:22be` + +## VFIO Module Options + +```bash +sudo vim /etc/modprobe.d/vfio.conf +``` + +```bash +options vfio-pci ids=10de:28a0,10de:22be +```