From a995b9d07d719f1ff0351d69b48dd48620e6fd9a Mon Sep 17 00:00:00 2001 From: Miguel Bernal Marin Date: Thu, 4 Apr 2019 12:39:25 -0600 Subject: [PATCH] config: sos: do not reboot after some minutes With the current configuration the SOS is rebooting after some minutes, updating the cmdline gfx parameters solves the issue. Changes made: The following options were removed: i915.fastboot=1 i915.enable_initial_modeset=1 The following options were added: i915.nuclear_pageflip=1 i915.domain_plane_owners=0x011111110000 i915.enable_gvt=1 i915.enable_guc=0 The following options were updated: i915.avail_planes_per_pipe=0x00000F -> 0x01010F --- cmdline-iot-lts2018-sos | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cmdline-iot-lts2018-sos b/cmdline-iot-lts2018-sos index 7a3d4936..1a5486cb 100644 --- a/cmdline-iot-lts2018-sos +++ b/cmdline-iot-lts2018-sos @@ -1 +1 @@ -quiet console=tty0 console=ttyS0,115200n8 init=/usr/lib/systemd/systemd-bootchart initcall_debug tsc=reliable no_timer_check noreplace-smp kvm-intel.nested=1 rootfstype=ext4,btrfs,xfs intel_iommu=igfx_off cryptomgr.notests rcupdate.rcu_expedited=1 i915.fastboot=1 rcu_nocbs=0-64 i915.enable_initial_modeset=1 i915.avail_planes_per_pipe=0x00000F rw +quiet console=tty0 console=ttyS0,115200n8 init=/usr/lib/systemd/systemd-bootchart initcall_debug tsc=reliable no_timer_check noreplace-smp kvm-intel.nested=1 rootfstype=ext4,btrfs,xfs intel_iommu=igfx_off cryptomgr.notests rcupdate.rcu_expedited=1 rcu_nocbs=0-64 i915.nuclear_pageflip=1 i915.avail_planes_per_pipe=0x01010F i915.domain_plane_owners=0x011111110000 i915.enable_gvt=1 i915.enable_guc=0 rw