dmub bug workaround??
This commit is contained in:
parent
2730602b40
commit
e6e3eab93a
1 changed files with 2 additions and 0 deletions
|
|
@ -98,6 +98,8 @@ AttrKeyboardIntegration=internal";
|
||||||
boot.kernelParams = [
|
boot.kernelParams = [
|
||||||
# "mem_sleep_default=deep"
|
# "mem_sleep_default=deep"
|
||||||
"amdgpu.abmlevel=1"
|
"amdgpu.abmlevel=1"
|
||||||
|
# TODO DMUB bugfix? (apparently disables PSR?)
|
||||||
|
"amdgpu.dcdebugmask=0x10"
|
||||||
];
|
];
|
||||||
boot.kernelModules = ["kvm-amd"];
|
boot.kernelModules = ["kvm-amd"];
|
||||||
boot.extraModulePackages = with config.boot.kernelPackages; [
|
boot.extraModulePackages = with config.boot.kernelPackages; [
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue