mirror of
https://github.com/projectacrn/acrn-hypervisor.git
synced 2025-08-12 05:22:33 +00:00
SOS: extend the size of SOS CMA from 64M to 128M
We observed some dma allocation in SOS could failed because no enough memory available. Let's extend the SOS CMA size a little bit Tracked-On: #1882 Signed-off-by: Yin Fengwei <fengwei.yin@intel.com>
This commit is contained in:
parent
b6988e13d1
commit
a04acc8a73
@ -15,7 +15,7 @@ i915.enable_guc=0x02
|
||||
video=DP-1:d
|
||||
video=DP-2:d
|
||||
hvlog=2M@0x6de00000
|
||||
cma=64M@0-
|
||||
cma=128M@0-
|
||||
memmap=0x400000$0x6da00000
|
||||
ramoops.mem_address=0x6da00000
|
||||
ramoops.mem_size=0x400000
|
||||
|
@ -13,4 +13,4 @@ i915.enable_gvt=1
|
||||
i915.enable_guc=0x02
|
||||
video=DP-1:d
|
||||
video=DP-2:d
|
||||
cma=64M@0-
|
||||
cma=128M@0-
|
||||
|
Loading…
Reference in New Issue
Block a user