mirror of
https://github.com/projectacrn/acrn-hypervisor.git
synced 2025-06-24 06:29:19 +00:00
Revert "sos-bootargs: change i915 initial mode setting to 0"
This reverts commit f750311005
.
This commit is contained in:
parent
f750311005
commit
aa7938577d
@ -6,7 +6,7 @@ quiet loglevel=3
|
||||
consoleblank=0
|
||||
root=/dev/mmcblk1p1 rw rootwait
|
||||
i915.nuclear_pageflip=1
|
||||
i915.enable_initial_modeset=0
|
||||
i915.enable_initial_modeset=1
|
||||
i915.avail_planes_per_pipe=0x01010F
|
||||
i915.domain_plane_owners=0x011111110000
|
||||
i915.enable_gvt=1
|
||||
|
@ -4,7 +4,7 @@ quiet loglevel=3
|
||||
consoleblank=0
|
||||
root=/dev/mmcblk1p1 rw rootwait
|
||||
i915.nuclear_pageflip=1
|
||||
i915.enable_initial_modeset=0
|
||||
i915.enable_initial_modeset=1
|
||||
i915.avail_planes_per_pipe=0x01010F
|
||||
i915.domain_plane_owners=0x011111110000
|
||||
i915.enable_gvt=1
|
||||
|
Loading…
Reference in New Issue
Block a user