set swiotlb as noforce
As dma devices are 36bit bounded, we don't need SWIOTLB bounce buffers. Set swiotlb=noforce to disable this and make the minimum amount of memory allocation. Bug: 207573157 Test: check total memory and io_tlb_nslabs Signed-off-by: Martin Liu <liumartin@google.com> Change-Id: I21eac64f57505c14e12fed50980aad4d818b34cb
This commit is contained in:
parent
b1dadb6889
commit
b8b02bc357
1 changed files with 1 additions and 0 deletions
|
@ -38,6 +38,7 @@ BOARD_KERNEL_CMDLINE += cma_sysfs.experimental=Y
|
|||
BOARD_KERNEL_CMDLINE += cgroup_disable=memory
|
||||
BOARD_KERNEL_CMDLINE += rcupdate.rcu_expedited=1 rcu_nocbs=all
|
||||
BOARD_KERNEL_CMDLINE += stack_depot_disable=off page_pinner=on
|
||||
BOARD_KERNEL_CMDLINE += swiotlb=noforce
|
||||
BOARD_BOOTCONFIG += androidboot.boot_devices=14700000.ufs
|
||||
|
||||
TARGET_NO_BOOTLOADER := true
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue