host framenix: apply workaround against suspend-resume freeze bug in kernel 6.8
This commit is contained in:
parent
0cd23886c0
commit
9f55497476
|
@ -37,6 +37,8 @@ in
|
||||||
patch = ./0001-drm-buddy-Improve-alloc_range-error-handling-routine.patch;
|
patch = ./0001-drm-buddy-Improve-alloc_range-error-handling-routine.patch;
|
||||||
}
|
}
|
||||||
];
|
];
|
||||||
|
# fix freezes after s2idle suspend-resume
|
||||||
|
boot.blacklistedKernelModules = [ "amd-pmf" ];
|
||||||
|
|
||||||
boot.kernelParams = [
|
boot.kernelParams = [
|
||||||
# temporary workaround for white flickering graphics artefacts
|
# temporary workaround for white flickering graphics artefacts
|
||||||
|
|
Loading…
Reference in a new issue