Kinsteen / win10-gpu-passthrough

Repo of helper scripts for ROG Zephyrus G14 VM, with various fixes
12 stars 0 forks source link

Seems fixed now on Linux 6.6 #1

Open Interpause opened 4 months ago

Interpause commented 4 months ago

It seems on Linux 6.6, the patch is no longer required.

baracoder commented 3 months ago

I experienced this issue (or an issue with same symptom) with 6.8.4, but I have found another workaround in https://gitlab.freedesktop.org/drm/amd/-/issues/2794 tldr: The conflict is caused if nvidia and amdgpu modules are both used, unless kernel is compiled with HSA_AMD_SVM=n

macr commented 1 day ago

I experienced this issue (or an issue with same symptom) with 6.8.4, but I have found another workaround in https://gitlab.freedesktop.org/drm/amd/-/issues/2794 tldr: The conflict is caused if nvidia and amdgpu modules are both used, unless kernel is compiled with HSA_AMD_SVM=n

I had the same issue with 6.8.0. The HSA_AMD_SVM=n worked but switching to nvidia-driver-550-open also worked the default HSA_AMD_SVM=n flag.