mirror of
https://github.com/NixOS/nixos-hardware
synced 2024-11-01 08:39:41 +01:00
common-gpu-intel-kaby-lake: enable HuC firmware loading
This commit is contained in:
parent
796768cbc4
commit
77ec51c21c
1 changed files with 1 additions and 0 deletions
|
@ -2,6 +2,7 @@
|
|||
imports = [ ../. ];
|
||||
|
||||
boot.kernelParams = [
|
||||
"i915.enable_guc=2"
|
||||
"i915.enable_fbc=1"
|
||||
"i915.enable_psr=2"
|
||||
];
|
||||
|
|
Loading…
Reference in a new issue