Merge "Enable load kernel modules in parallel" into udc-dev am: 8f51bdad42

Original change: https://googleplex-android-review.googlesource.com/c/device/google/felix/+/22797779

Change-Id: I710eb237fe989f19061c78d5ef1a84a0b0e35476
Signed-off-by: Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>
This commit is contained in:
Chung-Kai (Michael) Mei 2023-04-26 07:22:24 +00:00 committed by Automerger Merge Worker
commit 77136f9a4a

View file

@ -20,6 +20,13 @@ BOARD_USES_GENERIC_AUDIO := true
USES_DEVICE_GOOGLE_FELIX := true
BOARD_KERNEL_CMDLINE += swiotlb=noforce
# Enable load module in parallel
BOARD_BOOTCONFIG += androidboot.load_modules_parallel=true
# The modules which need to be loaded in sequential
BOARD_KERNEL_CMDLINE += exynos_drm.load_sequential=1
BOARD_KERNEL_CMDLINE += panel-samsung-ana6707-f10.load_sequential=1
#Display
USES_IDISPLAY_INTF_SEC := true