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 +```