Add Surface Pro 9 with Intel PSR disabled

This commit is contained in:
Andre
2024-05-12 11:47:49 -04:00
committed by mergify[bot]
parent 449b3abafa
commit 7caa5b2a35
2 changed files with 6 additions and 0 deletions

View File

@@ -0,0 +1,5 @@
{
imports = [ ../../surface/surface-pro-intel ];
boot.kernelParams = [ "i915.enable_psr=0" ]; # Disable Intel Panel Self Refresh
}