mirror of
https://github.com/projectacrn/acrn-hypervisor.git
synced 2026-06-09 02:24:45 +00:00
acrn-config: modify SOS i915 plane setting for hybird xmls
Change i915.domain_plane_owners and i915.avail_planes_per_pipe for hybrid scenario;because kvm based User vm will use PipeA. Tracked-On: #3840 Signed-off-by: Victor Sun <victor.sun@intel.com>
This commit is contained in:
committed by
ACRN System Integration
parent
e1a2ed1727
commit
c74a197c24
@@ -78,7 +78,7 @@
|
||||
<console desc="ttyS console for Linux kernel">/dev/ttyS0</console>
|
||||
<bootargs desc="Specify kernel boot arguments">
|
||||
rw rootwait console=tty0 consoleblank=0 no_timer_check quiet loglevel=3
|
||||
i915.nuclear_pageflip=1 i915.avail_planes_per_pipe=0x01010F i915.domain_plane_owners=0x011111110000 i915.enable_gvt=1
|
||||
i915.nuclear_pageflip=1 i915.avail_planes_per_pipe=0x01070F i915.domain_plane_owners=0x011100001111 i915.enable_gvt=1
|
||||
hvlog=2M@0x1fe00000 memmap=0x200000$0x1fe00000
|
||||
</bootargs>
|
||||
</board_private>
|
||||
|
||||
Reference in New Issue
Block a user