From 50add7b8b93a9a614bf42eaa102c64af3d2b5fae Mon Sep 17 00:00:00 2001 From: Salt Date: Thu, 3 Feb 2022 08:09:30 -0600 Subject: [PATCH] Disable i915.enable_psr= (Re-enable PSR) This comes in tandem with the next commit, which adds a utility for using the mainline kernel --- playbooks/device_roles_workstation.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/playbooks/device_roles_workstation.yml b/playbooks/device_roles_workstation.yml index 036bac7..f6c1ad0 100755 --- a/playbooks/device_roles_workstation.yml +++ b/playbooks/device_roles_workstation.yml @@ -64,7 +64,7 @@ tags: [ desktop, desktop-role ] - role: grub vars: - grub_cmdline_linux_default: "quiet splash i915.enable_psr=0 mem_sleep_default=deep" + grub_cmdline_linux_default: "quiet splash mem_sleep_default=deep" tags: [ desktop, grub ] - hosts: lap-s76-lemp9-1.ws.mgmt.desu.ltd roles: