summaryrefslogtreecommitdiffstats
path: root/common/cpu/intel/kaby-lake/default.nix
blob: 2046cd96fb38de4ba70705c1358f0a2f753c28cd (plain)
1
2
3
4
5
6
7
8
{
  imports = [ ../. ];

  kernelParams = [
    "i915.enable_fbc=1"
    "i915.enable_psr=2"
  ];
}