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

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"
];
} }