Work around amdgpu bug https://gitlab.freedesktop.org/drm/amd/-/issues/934
This commit is contained in:
parent
c8e02f977b
commit
19f2bcd1b0
1 changed files with 4 additions and 0 deletions
|
|
@ -46,6 +46,10 @@ in {
|
|||
kernelParams = [
|
||||
"processor.max_cstate=1" # Fixes bug where ryzen cpus freeze when in highest C state
|
||||
"clearcpuid=514"
|
||||
"amdgpu.noretry=0"
|
||||
"amdgpu.ppfeaturemask=0xfffd3fff"
|
||||
"amdgpu.gpu_recovery=1"
|
||||
"amdgpu.lockup_timeout=1000"
|
||||
];
|
||||
loader.systemd-boot = {
|
||||
extraFiles = {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue