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 <fuzhong.liu@intel.com>
This commit is contained in:
parent
c74a197c24
commit
d3ac30c639
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in New Issue