From 1788d8f74ef890442f883c95cd37efeb2d61e375 Mon Sep 17 00:00:00 2001 From: K900 Date: Sun, 2 Oct 2022 12:50:42 +0300 Subject: [PATCH] lenovo/thinkpad/x1-extreme: remove acpi_call It's deprecated and doesn't work correctly anyway. Recent firmwares can power the GPU off if it drops off the bus, which can be forced with udev rules. --- lenovo/thinkpad/x1-extreme/default.nix | 1 - 1 file changed, 1 deletion(-) diff --git a/lenovo/thinkpad/x1-extreme/default.nix b/lenovo/thinkpad/x1-extreme/default.nix index 09a0ec1..2e4c10e 100644 --- a/lenovo/thinkpad/x1-extreme/default.nix +++ b/lenovo/thinkpad/x1-extreme/default.nix @@ -2,7 +2,6 @@ imports = [ ../. ../../../common/cpu/intel - ../../../common/pc/laptop/acpi_call.nix ../../../common/pc/laptop/ssd ]; }