Hello,
I have two Radeon GPUs on my system: one 6700XT and one 6800. I have been using both with passthrough for a dual-seat configuration.
I now want to be able to use VirGL with one of the two. As I understand it, in order to do this the host must load the amdgpu drivers.
I have tried changing my modprobe configuration:
Of the two lines above I used to have the "BOTH" line which worked fine for passing through both cards to two separate VMs. Now I tried the "6700XT only" line but I cant get it to work properly.
Is what I want possible?
I have two Radeon GPUs on my system: one 6700XT and one 6800. I have been using both with passthrough for a dual-seat configuration.
I now want to be able to use VirGL with one of the two. As I understand it, in order to do this the host must load the amdgpu drivers.
I have tried changing my modprobe configuration:
Code:
# BOTH - options vfio-pci ids=1002:ab28,1462:3982,1849:5203 disable_idle_d3=1 disable_vga=1
# 6700XT only - options vfio-pci ids=1002:ab28,1462:3982 disable_idle_d3=1 disable_vga=1
Of the two lines above I used to have the "BOTH" line which worked fine for passing through both cards to two separate VMs. Now I tried the "6700XT only" line but I cant get it to work properly.
Is what I want possible?