Skip to content
This repository was archived by the owner on Nov 8, 2023. It is now read-only.

Commit d24f7e8

Browse files
Yunlong.XingBart Van Assche
authored andcommitted
ANDROID: gki_config: enable BLK_WBT
Enable BLK_WBT improve the interaction fluency performance of low-speed flash device in high IO pressure scenarios. Don't enbale BLK_WBT_MQ that can make the request_queue that only we wanted take effect,by the .rc file. Bug: 324004640 Change-Id: Icfabd797e2b327f74637b7bc66a5c7ffee260cca Signed-off-by: Yunlong.Xing <Yunlong.Xing@unisoc.com>
1 parent 5ece655 commit d24f7e8

File tree

2 files changed

+4
-0
lines changed

2 files changed

+4
-0
lines changed

arch/arm64/configs/gki_defconfig

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -92,6 +92,8 @@ CONFIG_MODULE_SCMVERSION=y
9292
CONFIG_MODULE_SIG=y
9393
CONFIG_MODULE_SIG_PROTECT=y
9494
CONFIG_BLK_DEV_ZONED=y
95+
CONFIG_BLK_WBT=y
96+
# CONFIG_BLK_WBT_MQ is not set
9597
CONFIG_BLK_CGROUP_IOPRIO=y
9698
CONFIG_BLK_INLINE_ENCRYPTION=y
9799
CONFIG_BLK_INLINE_ENCRYPTION_FALLBACK=y

arch/x86/configs/gki_defconfig

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -88,6 +88,8 @@ CONFIG_MODULE_SCMVERSION=y
8888
CONFIG_MODULE_SIG=y
8989
CONFIG_MODULE_SIG_PROTECT=y
9090
CONFIG_BLK_DEV_ZONED=y
91+
CONFIG_BLK_WBT=y
92+
# CONFIG_BLK_WBT_MQ is not set
9193
CONFIG_BLK_CGROUP_IOPRIO=y
9294
CONFIG_BLK_INLINE_ENCRYPTION=y
9395
CONFIG_BLK_INLINE_ENCRYPTION_FALLBACK=y

0 commit comments

Comments
 (0)