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
This commit is contained in:
Miguel Bernal Marin 2019-04-04 12:39:25 -06:00
parent 3308e1f75d
commit a995b9d07d
1 changed files with 1 additions and 1 deletions

View File

@ -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