Remove clutter
This commit is contained in:
@@ -19,10 +19,6 @@ sleep 5
|
||||
# Unload AMD drivers
|
||||
modprobe -r amdgpu
|
||||
|
||||
#/bin/polaris-unbind-and-reset.sh 0000:01:00.0
|
||||
#echo -n "0000:01:00.0" > /sys/bus/pci/drivers/amdgpu/unbind || echo "Failed to unbind gpu from amdgpu"
|
||||
#echo -n "0000:01:00.1" > /sys/bus/pci/drivers/snd_hda_intel/unbind || echo "Failed to unbind hdmi audio in gpu"
|
||||
|
||||
|
||||
# Unbind the GPU from display driver
|
||||
virsh nodedev-detach pci_0000_01_00_0
|
||||
@@ -30,8 +26,3 @@ virsh nodedev-detach pci_0000_01_00_1
|
||||
|
||||
# Load VFIO kernel module
|
||||
modprobe vfio-pci
|
||||
#tell vfio-pci that it takes care of gpu
|
||||
#echo -n "1002 67df" > /sys/bus/pci/drivers/vfio-pci/new_id
|
||||
#echo -n "1002 aaf0" > /sys/bus/pci/drivers/vfio-pci/new_id
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user