Merge pull request #236 from pmeiyu/master

ThinkPad X270: Disable Panel Self Refresh
This commit is contained in:
Jörg Thalheim 2021-03-09 09:16:23 +00:00 committed by GitHub
commit 831de9cac9
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -3,4 +3,9 @@
../. ../.
../../../common/cpu/intel ../../../common/cpu/intel
]; ];
boot.kernelParams = [
# Disable "Panel Self Refresh". Fix random freezes.
"i915.enable_psr=0"
];
} }