summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorYegor Timoshenko <yegortimoshenko@gmail.com>2017-12-22 17:53:15 +0000
committerYegor Timoshenko <yegortimoshenko@gmail.com>2017-12-24 00:59:37 +0000
commit1bb559377262403fbe35e05072bd9807a9ce38f7 (patch)
treea01154eae2d87301e425daf44b5b203cf9985162
parentee47d3147827f7888c9edf75873e52c913e052a0 (diff)
t410: drop i915 warning
-rw-r--r--lenovo/thinkpad/t410/default.nix2
1 files changed, 0 insertions, 2 deletions
diff --git a/lenovo/thinkpad/t410/default.nix b/lenovo/thinkpad/t410/default.nix
index 53d5515..581d901 100644
--- a/lenovo/thinkpad/t410/default.nix
+++ b/lenovo/thinkpad/t410/default.nix
@@ -5,7 +5,6 @@
boot = {
kernelParams = [
- # Kernel GPU Savings Options (NOTE i915 chipset only)
"drm.debug=0"
"drm.vblankoffdelay=1"
"i915.semaphores=1"
@@ -25,7 +24,6 @@
"i915.i915_enable_rc6=1"
];
blacklistedKernelModules = [
- # Kernel GPU Savings Options (NOTE i915 chipset only)
"sierra_net" "cdc_mbim" "cdc_ncm" "btusb"
];
};