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:
Yin Fengwei 2018-11-23 10:33:18 +08:00 committed by wenlingz
parent b6988e13d1
commit a04acc8a73
2 changed files with 2 additions and 2 deletions

View File

@ -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

View File

@ -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-