From 0794564c45956c1b4711b38d2a2d43d85d12cbae Mon Sep 17 00:00:00 2001 From: Yegor Timoshenko Date: Tue, 15 May 2018 19:54:18 +0300 Subject: dell/xps/13-9360: review --- common/cpu/intel/kaby-lake/default.nix | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 common/cpu/intel/kaby-lake/default.nix (limited to 'common') 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" + ]; +} -- cgit v1.2.3