From d3ac30c6399449cd3dc6d177f0eef19266610b87 Mon Sep 17 00:00:00 2001 From: fuzhongl Date: Wed, 16 Oct 2019 16:23:04 +0800 Subject: [PATCH] hv: modify SOS i915 plane setting for hybrid scenario Change i915.domain_plane_owners and i915.avail_planes_per_pipe for hybrid scenario;because some User vm(like:Ubuntu/Debian and WaaG) doesn't support plane restriction; it will use PipeA by default. Tracked-On: #3840 Signed-off-by: fuzhongl --- hypervisor/scenarios/hybrid/vm_configurations.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/hypervisor/scenarios/hybrid/vm_configurations.h b/hypervisor/scenarios/hybrid/vm_configurations.h index 3909045be..f206756f4 100644 --- a/hypervisor/scenarios/hybrid/vm_configurations.h +++ b/hypervisor/scenarios/hybrid/vm_configurations.h @@ -27,8 +27,8 @@ "no_timer_check " \ "quiet loglevel=3 " \ "i915.nuclear_pageflip=1 " \ - "i915.avail_planes_per_pipe=0x01010F " \ - "i915.domain_plane_owners=0x011111110000 " \ + "i915.avail_planes_per_pipe=0x010700 " \ + "i915.domain_plane_owners=0x011100001111 " \ "i915.enable_gvt=1 " \ SOS_BOOTARGS_DIFF