Load g2d in sequential.
to mitigate potential kernel panic, load g2d only at the same time. Test: Build pass Bug: 287727823 Change-Id: I8b4eac1875d3b394fc9ab651959db54c53967326 Signed-off-by: Chungkai Mei <chungkai@google.com>
This commit is contained in:
parent
4021a72fc7
commit
7edf565318
3 changed files with 3 additions and 0 deletions
|
@ -19,6 +19,7 @@ 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 += g2d.load_sequential=1
|
||||
|
||||
TARGET_BOARD_INFO_FILE := device/google/shusky/board-info.txt
|
||||
TARGET_BOOTLOADER_BOARD_NAME := husky
|
||||
|
|
|
@ -19,6 +19,7 @@ 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 += g2d.load_sequential=1
|
||||
|
||||
TARGET_BOARD_INFO_FILE := device/google/shusky/board-info.txt
|
||||
TARGET_BOOTLOADER_BOARD_NAME := ripcurrent
|
||||
|
|
|
@ -19,6 +19,7 @@ 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 += g2d.load_sequential=1
|
||||
|
||||
TARGET_BOARD_INFO_FILE := device/google/shusky/board-info.txt
|
||||
TARGET_BOOTLOADER_BOARD_NAME := shiba
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue