mirror of
https://github.com/NixOS/nixos-hardware.git
synced 2025-11-06 18:08:38 +08:00
common-gpu-intel-kaby-lake: enable HuC firmware loading
This commit is contained in:
committed by
mergify[bot]
parent
796768cbc4
commit
77ec51c21c
@@ -2,6 +2,7 @@
|
|||||||
imports = [ ../. ];
|
imports = [ ../. ];
|
||||||
|
|
||||||
boot.kernelParams = [
|
boot.kernelParams = [
|
||||||
|
"i915.enable_guc=2"
|
||||||
"i915.enable_fbc=1"
|
"i915.enable_fbc=1"
|
||||||
"i915.enable_psr=2"
|
"i915.enable_psr=2"
|
||||||
];
|
];
|
||||||
|
|||||||
Reference in New Issue
Block a user