Blame
|
1 | # VM iGPU Passthrough |
||||||
|
2 | |||||||
| 3 | ### Setting Up |
|||||||
|
4 | This guide seems to work for Strix Halo: |
||||||
|
5 | https://github.com/isc30/ryzen-gpu-passthrough-proxmox |
||||||
| 6 | ||||||||
|
7 | This is mostly tied to Proxmox, but should still be applicable to regular systems with KVM installed. |
||||||
| 8 | ||||||||
|
9 | ### Notes |
||||||
|
10 | - hardware IDs are `1002:1586` (iGPU) and `1002:1640` (audio) |
||||||
|
11 | - the 'reset bug' is here, I found no way to avoid it |
||||||
|
12 | - set the fixed VRAM amount in the BIOS and never change it on the OS level, otherwise expect major slowdowns and crashes |
||||||
|
13 | - [this issue](https://github.com/isc30/ryzen-gpu-passthrough-proxmox/issues/112) might be worth looking into |
||||||
| 14 | ||||||||
| 15 | ### Files |
|||||||
|
16 | (taken from [[EVO-X2 | Devices/GMKtec EVO-X2]], BIOS version 1.04) |
||||||
|
17 | - [vbios_8060s.bin](./vbios_8060s.bin) |
||||||
| 18 | - [AMDGopDriver.rom](./AMDGopDriver.rom) |
|||||||