summaryrefslogtreecommitdiffstats
path: root/common
diff options
context:
space:
mode:
authorYegor Timoshenko <yegortimoshenko@riseup.net>2018-05-15 19:54:18 +0300
committerYegor Timoshenko <yegortimoshenko@riseup.net>2018-05-15 19:54:45 +0300
commit0794564c45956c1b4711b38d2a2d43d85d12cbae (patch)
treec24ea37d963bc8cdc5c2eb03fdd2de9a21b90bfa /common
parentb586e1051bcc2b68f3ed3fc725cbd43912ec8489 (diff)
dell/xps/13-9360: review
Diffstat (limited to 'common')
-rw-r--r--common/cpu/intel/kaby-lake/default.nix8
1 files changed, 8 insertions, 0 deletions
diff --git a/common/cpu/intel/kaby-lake/default.nix b/common/cpu/intel/kaby-lake/default.nix
new file mode 100644
index 0000000..2046cd9
--- /dev/null
+++ b/common/cpu/intel/kaby-lake/default.nix
@@ -0,0 +1,8 @@
+{
+ imports = [ ../. ];
+
+ kernelParams = [
+ "i915.enable_fbc=1"
+ "i915.enable_psr=2"
+ ];
+}