hv: Use HLT as the default idle action of service OS
This patch overwrites the idle driver of service OS for industry, sdc, sdc2 scenarios. HLT will be used as the default idle action. Tracked-On: #4329 Signed-off-by: Shuo A Liu <shuo.a.liu@intel.com> Acked-by: Eddie Dong <eddie.dong@intel.com>
This commit is contained in:
parent
4303ccb1a0
commit
3239cb0e1c
|
@ -25,7 +25,7 @@
|
||||||
"i915.nuclear_pageflip=1 " \
|
"i915.nuclear_pageflip=1 " \
|
||||||
"i915.avail_planes_per_pipe=0x01010F " \
|
"i915.avail_planes_per_pipe=0x01010F " \
|
||||||
"i915.domain_plane_owners=0x011111110000 " \
|
"i915.domain_plane_owners=0x011111110000 " \
|
||||||
"i915.enable_gvt=1 " \
|
"i915.enable_gvt=1 idle=halt " \
|
||||||
SOS_BOOTARGS_DIFF
|
SOS_BOOTARGS_DIFF
|
||||||
|
|
||||||
#define VM1_CONFIG_VCPU_AFFINITY {AFFINITY_CPU(1U)}
|
#define VM1_CONFIG_VCPU_AFFINITY {AFFINITY_CPU(1U)}
|
||||||
|
|
|
@ -25,7 +25,7 @@
|
||||||
"i915.nuclear_pageflip=1 " \
|
"i915.nuclear_pageflip=1 " \
|
||||||
"i915.avail_planes_per_pipe=0x01010F " \
|
"i915.avail_planes_per_pipe=0x01010F " \
|
||||||
"i915.domain_plane_owners=0x011111110000 " \
|
"i915.domain_plane_owners=0x011111110000 " \
|
||||||
"i915.enable_gvt=1 " \
|
"i915.enable_gvt=1 idle=halt " \
|
||||||
SOS_BOOTARGS_DIFF
|
SOS_BOOTARGS_DIFF
|
||||||
|
|
||||||
#if CONFIG_MAX_KATA_VM_NUM > 0
|
#if CONFIG_MAX_KATA_VM_NUM > 0
|
||||||
|
|
|
@ -25,7 +25,7 @@
|
||||||
"i915.nuclear_pageflip=1 " \
|
"i915.nuclear_pageflip=1 " \
|
||||||
"i915.avail_planes_per_pipe=0x01010F " \
|
"i915.avail_planes_per_pipe=0x01010F " \
|
||||||
"i915.domain_plane_owners=0x011111110000 " \
|
"i915.domain_plane_owners=0x011111110000 " \
|
||||||
"i915.enable_gvt=1 " \
|
"i915.enable_gvt=1 idle=halt " \
|
||||||
SOS_BOOTARGS_DIFF
|
SOS_BOOTARGS_DIFF
|
||||||
|
|
||||||
#define VM1_CONFIG_VCPU_AFFINITY {AFFINITY_CPU(1U)}
|
#define VM1_CONFIG_VCPU_AFFINITY {AFFINITY_CPU(1U)}
|
||||||
|
|
Loading…
Reference in New Issue