Add Surface Pro 9 with Intel PSR disabled
This commit is contained in:
parent
449b3abafa
commit
7caa5b2a35
|
@ -203,6 +203,7 @@
|
|||
microsoft-surface-laptop-amd = import ./microsoft/surface/surface-laptop-amd;
|
||||
microsoft-surface-common = import ./microsoft/surface/common;
|
||||
microsoft-surface-pro-3 = import ./microsoft/surface-pro/3;
|
||||
microsoft-surface-pro-9 = import ./microsoft/surface-pro/9;
|
||||
milkv-pioneer = import ./milkv/pioneer;
|
||||
morefine-m600 = import ./morefine/m600;
|
||||
msi-b350-tomahawk = import ./msi/b350-tomahawk;
|
||||
|
|
5
microsoft/surface-pro/9/default.nix
Normal file
5
microsoft/surface-pro/9/default.nix
Normal file
|
@ -0,0 +1,5 @@
|
|||
{
|
||||
imports = [ ../../surface/surface-pro-intel ];
|
||||
|
||||
boot.kernelParams = [ "i915.enable_psr=0" ]; # Disable Intel Panel Self Refresh
|
||||
}
|
Loading…
Reference in a new issue