Hi,
I had the same issue in the past and used some workaround that worked for me at the time.
However I do not have a AMD gpu anymore, so can’t test or be sure.
Some references that may help you:
opened 05:57PM - 04 Jan 23 UTC
T: bug
C: kernel
C: Xen
P: default
hardware support
needs diagnosis
C: power management
affects-4.1
affects-4.2
### Qubes OS release
4.1
### Brief summary
On recent linux kernel (5.6+), t… he driver "amdgpu" start using MSI to do power management at runtime. In later kernel version (5.10+) also seems MSI seems to be used to do other things
related link: https://gitlab.freedesktop.org/drm/amd/-/issues/2327
Can this pull request be related to this issue ? https://github.com/QubesOS/qubes-vmm-xen/pull/143
### Steps to reproduce
- Do a GPU passthrough to a VM (AMD GPU)
- With kernel <5.6 it will work (if the GPU is supported by this kernel version)
- With kernel >5.6 it won't work
Successfull GPU Passthrough of the RX 580 on my new computer !!!
The last step ( I don’t know if the other one were required ) was to … downgrade linux kernel back to 5.4 LTS
So there is another issue in recent version of the linux kernel, that I will need to bisect
So now, will try to remove as much modifications I did as I can ( to check if only the linux kernel downgrade is required ( from my previous tests I expect that it require more than just kernel downgrade ) ).
Currently the passth…
1 Like